Searched refs:GetProfilingInfo (Results 1 – 5 of 5) sorted by relevance
867 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()
383 if (method.GetProfilingInfo(kRuntimePointerSize) != nullptr || in SampleClassesAndExecutedMethods()
337 DCHECK_EQ(profiling_info_, method_->GetProfilingInfo(pointer_size)); in ~ScopedProfilingInfoInlineUse()342 ProfilingInfo* GetProfilingInfo() const { return profiling_info_; } in GetProfilingInfo() function in art::ScopedProfilingInfoInlineUse666 ProfilingInfo* profiling_info = spiis.GetProfilingInfo(); in GetInlineCacheJIT()
477 ProfilingInfo* GetProfilingInfo(PointerSize pointer_size) REQUIRES_SHARED(Locks::mutator_lock_) { in GetProfilingInfo() function
87 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in UseFastInterpreterToInterpreterInvoke()