Home
last modified time | relevance | path

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

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