Searched refs:profiling_info (Results 1 – 4 of 4) sorted by relevance
731 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in MethodEntered() local734 if ((profiling_info != nullptr) && (profiling_info->GetSavedEntryPoint() != nullptr)) { in MethodEntered()736 method, profiling_info->GetSavedEntryPoint()); in MethodEntered()
1802 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in InvalidateCompiledCodeFor() local1803 if ((profiling_info != nullptr) && in InvalidateCompiledCodeFor()1804 (profiling_info->GetSavedEntryPoint() == header->GetEntryPoint())) { in InvalidateCompiledCodeFor()1806 profiling_info->SetSavedEntryPoint(nullptr); in InvalidateCompiledCodeFor()1814 ClearMethodCounter(method, /*was_warm*/ profiling_info != nullptr); in InvalidateCompiledCodeFor()
641 ProfilingInfo* profiling_info = spiis.GetProfilingInfo(); in GetInlineCacheJIT() local643 if (profiling_info == nullptr) { in GetInlineCacheJIT()653 *profiling_info->GetInlineCache(invoke_instruction->GetDexPc()), in GetInlineCacheJIT()
119 "jit/profiling_info.cc",