Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc538 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in FindCompiledCodeForInstrumentation()
559 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in GetZygoteSavedEntryPoint()
1159 DCHECK(method->GetProfilingInfo(kRuntimePointerSize) != nullptr); in CommitCodeInternal()
1163 method->GetProfilingInfo(kRuntimePointerSize)->SetSavedEntryPoint( in CommitCodeInternal()
1221 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in RemoveMethodLocked()
1290 if (old_method->GetProfilingInfo(kRuntimePointerSize) != nullptr) { in MoveObsoleteMethod()
1291 DCHECK_EQ(old_method->GetProfilingInfo(kRuntimePointerSize)->GetMethod(), old_method); in MoveObsoleteMethod()
1292 ProfilingInfo* info = old_method->GetProfilingInfo(kRuntimePointerSize); in MoveObsoleteMethod()
1765 info->GetMethod()->GetProfilingInfo(kRuntimePointerSize) == nullptr) { in DoCollection()
1767 } else if (info->GetMethod()->GetProfilingInfo(kRuntimePointerSize) != info) { in DoCollection()
[all …]
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
Dinstrumentation.cc883 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in UpdateMethodsCodeImpl()
/art/runtime/interpreter/
Dinterpreter_common.cc87 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in UseFastInterpreterToInterpreterInvoke()