Skip to content

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

@Glqmonxt

Description

@Glqmonxt

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_呢?是要手动调用解释器吗?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions