Home
last modified time | relevance | path

Searched refs:profiling_info (Results 1 – 4 of 4) sorted by relevance

/art/runtime/jit/
Djit.cc731 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in MethodEntered() local
734 if ((profiling_info != nullptr) && (profiling_info->GetSavedEntryPoint() != nullptr)) { in MethodEntered()
736 method, profiling_info->GetSavedEntryPoint()); in MethodEntered()
Djit_code_cache.cc1802 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in InvalidateCompiledCodeFor() local
1803 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()
/art/compiler/optimizing/
Dinliner.cc641 ProfilingInfo* profiling_info = spiis.GetProfilingInfo(); in GetInlineCacheJIT() local
643 if (profiling_info == nullptr) { in GetInlineCacheJIT()
653 *profiling_info->GetInlineCache(invoke_instruction->GetDexPc()), in GetInlineCacheJIT()
/art/runtime/
DAndroid.bp119 "jit/profiling_info.cc",