Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc717 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in MethodEntered() local
720 if ((profiling_info != nullptr) && (profiling_info->GetSavedEntryPoint() != nullptr)) { in MethodEntered()
722 method, profiling_info->GetSavedEntryPoint()); in MethodEntered()
Djit_code_cache.cc1494 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in InvalidateCompiledCodeFor() local
1495 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()
/art/compiler/optimizing/
Dinliner.cc579 ProfilingInfo* profiling_info = spiis.GetProfilingInfo(); in GetInlineCacheJIT() local
581 if (profiling_info == nullptr) { in GetInlineCacheJIT()
591 *profiling_info->GetInlineCache(invoke_instruction->GetDexPc()), in GetInlineCacheJIT()
/art/runtime/
DAndroid.bp128 "jit/profiling_info.cc",