Home
last modified time | relevance | path

Searched refs:GetProfilingInfo (Results 1 – 11 of 11) sorted by relevance

/art/runtime/jit/
Djit_code_cache.cc341 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in FindCompiledCodeForInstrumentation()
829 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in RemoveMethodLocked()
899 if (old_method->GetProfilingInfo(kRuntimePointerSize) != nullptr) { in MoveObsoleteMethod()
900 DCHECK_EQ(old_method->GetProfilingInfo(kRuntimePointerSize)->GetMethod(), old_method); in MoveObsoleteMethod()
901 ProfilingInfo* info = old_method->GetProfilingInfo(kRuntimePointerSize); in MoveObsoleteMethod()
1457 info->GetMethod()->GetProfilingInfo(kRuntimePointerSize) == nullptr) { in DoCollection()
1459 } else if (info->GetMethod()->GetProfilingInfo(kRuntimePointerSize) != info) { in DoCollection()
1586 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in AddProfilingInfoInternal()
1781 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in NotifyCompilationOf()
1787 info = method->GetProfilingInfo(kRuntimePointerSize); in NotifyCompilationOf()
[all …]
Djit.cc1540 (method->GetProfilingInfo(kRuntimePointerSize) == nullptr) && in MaybeCompileMethod()
1646 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in MethodEntered()
1666 ProfilingInfo* info = caller->GetProfilingInfo(kRuntimePointerSize); in InvokeVirtualOrInterface()
Dprofile_saver.cc389 if (method.GetProfilingInfo(kRuntimePointerSize) != nullptr || in SampleClassesAndExecutedMethods()
/art/compiler/optimizing/
Dinliner.cc336 DCHECK_EQ(profiling_info_, method_->GetProfilingInfo(pointer_size)); in ~ScopedProfilingInfoInlineUse()
341 ProfilingInfo* GetProfilingInfo() const { return profiling_info_; } in GetProfilingInfo() function in art::ScopedProfilingInfoInlineUse
682 ProfilingInfo* profiling_info = spiis.GetProfilingInfo(); in GetInlineCacheJIT()
Dcode_generator_arm64.cc1145 ProfilingInfo* info = GetGraph()->GetArtMethod()->GetProfilingInfo(kRuntimePointerSize); in MaybeIncrementHotness()
4290 ProfilingInfo* info = GetGraph()->GetArtMethod()->GetProfilingInfo(kRuntimePointerSize); in MaybeGenerateInlineCacheCheck()
Dcode_generator_x86_64.cc1420 ProfilingInfo* info = GetGraph()->GetArtMethod()->GetProfilingInfo(kRuntimePointerSize); in MaybeIncrementHotness()
2693 ProfilingInfo* info = GetGraph()->GetArtMethod()->GetProfilingInfo(kRuntimePointerSize); in MaybeGenerateInlineCacheCheck()
Dcode_generator_x86.cc1101 ProfilingInfo* info = GetGraph()->GetArtMethod()->GetProfilingInfo(kRuntimePointerSize); in MaybeIncrementHotness()
2416 ProfilingInfo* info = GetGraph()->GetArtMethod()->GetProfilingInfo(kRuntimePointerSize); in MaybeGenerateInlineCacheCheck()
Dcode_generator_arm_vixl.cc2108 ProfilingInfo* info = GetGraph()->GetArtMethod()->GetProfilingInfo(kRuntimePointerSize); in MaybeIncrementHotness()
3438 ProfilingInfo* info = GetGraph()->GetArtMethod()->GetProfilingInfo(kRuntimePointerSize); in MaybeGenerateInlineCacheCheck()
/art/runtime/
Dart_method.h518 ProfilingInfo* GetProfilingInfo(PointerSize pointer_size) REQUIRES_SHARED(Locks::mutator_lock_) { in GetProfilingInfo() function
Dinstrumentation.cc934 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in UpdateMethodsCodeImpl()
/art/runtime/interpreter/
Dinterpreter_common.cc88 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in UseFastInterpreterToInterpreterInvoke()