Searched refs:profiling_info (Results 1 – 4 of 4) sorted by relevance
717 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in MethodEntered() local720 if ((profiling_info != nullptr) && (profiling_info->GetSavedEntryPoint() != nullptr)) { in MethodEntered()722 method, profiling_info->GetSavedEntryPoint()); in MethodEntered()
1494 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in InvalidateCompiledCodeFor() local1495 if ((profiling_info != nullptr) && in InvalidateCompiledCodeFor()1496 (profiling_info->GetSavedEntryPoint() == header->GetEntryPoint())) { in InvalidateCompiledCodeFor()1498 profiling_info->SetSavedEntryPoint(nullptr); in InvalidateCompiledCodeFor()1506 ClearMethodCounter(method, /*was_warm*/ profiling_info != nullptr); in InvalidateCompiledCodeFor()
579 ProfilingInfo* profiling_info = spiis.GetProfilingInfo(); in GetInlineCacheJIT() local581 if (profiling_info == nullptr) { in GetInlineCacheJIT()591 *profiling_info->GetInlineCache(invoke_instruction->GetDexPc()), in GetInlineCacheJIT()
128 "jit/profiling_info.cc",