Searched refs:profiling_info (Results 1 – 3 of 3) 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()
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",