HomeSort by relevance Sort by last modified time
    Searched refs:GetProfilingInfo (Results 1 - 5 of 5) sorted by null

  /art/runtime/jit/
jit_code_cache.cc 726 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize);
752 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize);
787 if (old_method->GetProfilingInfo(kRuntimePointerSize) != nullptr) {
788 DCHECK_EQ(old_method->GetProfilingInfo(kRuntimePointerSize)->GetMethod(), old_method);
789 ProfilingInfo* info = old_method->GetProfilingInfo(kRuntimePointerSize);
    [all...]
jit.cc 662 (method->GetProfilingInfo(kRuntimePointerSize) == nullptr)) {
717 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize);
734 ProfilingInfo* info = caller->GetProfilingInfo(kRuntimePointerSize);
profile_saver.cc 351 if (method.GetProfilingInfo(kRuntimePointerSize) != nullptr ||
    [all...]
  /art/compiler/optimizing/
inliner.cc 321 DCHECK_EQ(profiling_info_, method_->GetProfilingInfo(pointer_size));
326 ProfilingInfo* GetProfilingInfo() const { return profiling_info_; }
579 ProfilingInfo* profiling_info = spiis.GetProfilingInfo();
    [all...]
  /art/runtime/
art_method.h 458 ProfilingInfo* GetProfilingInfo(PointerSize pointer_size) {
459 // Don't do a read barrier in the DCHECK, as GetProfilingInfo is called in places

Completed in 971 milliseconds