Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info.h98 const void* GetSavedEntryPoint() const { in GetSavedEntryPoint() function
Djit_code_cache.cc545 return info->GetSavedEntryPoint(); in FindCompiledCodeForInstrumentation()
561 entry_point = profiling_info->GetSavedEntryPoint(); in GetZygoteSavedEntryPoint()
1328 if (IsInZygoteExecSpace(info->GetSavedEntryPoint())) { in ClearEntryPointsInZygoteExecSpace()
1693 if (info->GetSavedEntryPoint() != nullptr) { in DoCollection()
1704 const void* entry_point = info->GetSavedEntryPoint(); in DoCollection()
2164 (profiling_info->GetSavedEntryPoint() == header->GetEntryPoint())) { in InvalidateCompiledCodeFor()
2166 method_entrypoint = profiling_info->GetSavedEntryPoint(); in InvalidateCompiledCodeFor()
Djit.cc955 (profiling_info->GetSavedEntryPoint() != nullptr) && in MethodEntered()
958 method, profiling_info->GetSavedEntryPoint()); in MethodEntered()
/art/runtime/interpreter/
Dinterpreter_common.cc88 if ((profiling_info != nullptr) && (profiling_info->GetSavedEntryPoint() != nullptr)) { in UseFastInterpreterToInterpreterInvoke()