Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info.h140 const void* GetSavedEntryPoint() const { in GetSavedEntryPoint() function
Djit_code_cache.cc689 if (info->GetSavedEntryPoint() != nullptr) { in DoCollection()
699 DCHECK(info->GetSavedEntryPoint() == nullptr); in DoCollection()
971 (profiling_info->GetSavedEntryPoint() == header->GetEntryPoint())) { in InvalidateCompiledCodeFor()
Djit.cc673 if ((profiling_info != nullptr) && (profiling_info->GetSavedEntryPoint() != nullptr)) { in MethodEntered()
675 method, profiling_info->GetSavedEntryPoint()); in MethodEntered()