Searched refs:GetSavedEntryPoint (Results 1 – 4 of 4) sorted by relevance
104 const void* GetSavedEntryPoint() const { in GetSavedEntryPoint() function
343 return info->GetSavedEntryPoint(); in FindCompiledCodeForInstrumentation()1277 if (info->GetSavedEntryPoint() != nullptr) { in DoCollection()1288 const void* entry_point = info->GetSavedEntryPoint(); in DoCollection()1769 (profiling_info->GetSavedEntryPoint() == header->GetEntryPoint())) { in InvalidateCompiledCodeFor()1771 method_entrypoint = profiling_info->GetSavedEntryPoint(); in InvalidateCompiledCodeFor()
1635 (profiling_info->GetSavedEntryPoint() != nullptr) && in MethodEntered()1638 method, profiling_info->GetSavedEntryPoint()); in MethodEntered()
89 if ((profiling_info != nullptr) && (profiling_info->GetSavedEntryPoint() != nullptr)) { in UseFastInterpreterToInterpreterInvoke()