Home
last modified time | relevance | path

Searched refs:method_entrypoint (Results 1 – 1 of 1) sorted by relevance

/art/runtime/jit/
Djit_code_cache.cc2162 const void* method_entrypoint = method->GetEntryPointFromQuickCompiledCode(); in InvalidateCompiledCodeFor() local
2166 method_entrypoint = profiling_info->GetSavedEntryPoint(); in InvalidateCompiledCodeFor()
2173 if (method_entrypoint == header->GetEntryPoint()) { in InvalidateCompiledCodeFor()