Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc867 if (!method->IsNative() && method->GetProfilingInfo(kRuntimePointerSize) == nullptr) { in MaybeCompileMethod()
950 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in MethodEntered()
970 ProfilingInfo* info = caller->GetProfilingInfo(kRuntimePointerSize); in InvokeVirtualOrInterface()
Dprofile_saver.cc383 if (method.GetProfilingInfo(kRuntimePointerSize) != nullptr || in SampleClassesAndExecutedMethods()
/art/compiler/optimizing/
Dinliner.cc337 DCHECK_EQ(profiling_info_, method_->GetProfilingInfo(pointer_size)); in ~ScopedProfilingInfoInlineUse()
342 ProfilingInfo* GetProfilingInfo() const { return profiling_info_; } in GetProfilingInfo() function in art::ScopedProfilingInfoInlineUse
666 ProfilingInfo* profiling_info = spiis.GetProfilingInfo(); in GetInlineCacheJIT()
/art/runtime/
Dart_method.h477 ProfilingInfo* GetProfilingInfo(PointerSize pointer_size) REQUIRES_SHARED(Locks::mutator_lock_) { in GetProfilingInfo() function
/art/runtime/interpreter/
Dinterpreter_common.cc87 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in UseFastInterpreterToInterpreterInvoke()