Home
last modified time | relevance | path

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

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