Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info.h90 const void* GetSavedEntryPoint() const { in GetSavedEntryPoint() function
Djit_code_cache.cc348 return info->GetSavedEntryPoint(); in FindCompiledCodeForInstrumentation()
1384 if (info->GetSavedEntryPoint() != nullptr) { in DoCollection()
1395 const void* entry_point = info->GetSavedEntryPoint(); in DoCollection()
1875 (profiling_info->GetSavedEntryPoint() == header->GetEntryPoint())) { in InvalidateCompiledCodeFor()
1877 method_entrypoint = profiling_info->GetSavedEntryPoint(); in InvalidateCompiledCodeFor()
Djit.cc1651 (profiling_info->GetSavedEntryPoint() != nullptr) && in MethodEntered()
1654 method, profiling_info->GetSavedEntryPoint()); in MethodEntered()
/art/runtime/interpreter/
Dinterpreter_common.cc89 if ((profiling_info != nullptr) && (profiling_info->GetSavedEntryPoint() != nullptr)) { in UseFastInterpreterToInterpreterInvoke()