pine icon indicating copy to clipboard operation
pine copied to clipboard

请问未被提前编译的entry_point_from_quick_compiled_code_如何替换呢?

Open Glqmonxt opened this issue 1 month ago • 1 comments

entry_point_from_quick_compiled_code_的值有两种情况,一种是java方法已经被提前编译为OAT了,那么entry_point_from_quick_compiled_code_是指向.oat的一个地址; 而如果java方法没有被编译,则entry_point_from_quick_compiled_code_都指向同一个解释器地址,请问在这种情况下,native,也就是c环境下,如何替换entry_point_from_quick_compiled_code_呢?是要手动调用解释器吗?

Glqmonxt avatar Nov 13 '25 13:11 Glqmonxt

没看懂在问什么,修改 entry_point_from_quick_compiled_code_ 为什么会跟它的原始值扯上关系,直接改不就好了吗

canyie avatar Nov 13 '25 14:11 canyie