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

  /art/runtime/jit/
jit_code_cache.cc 538 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize);
559 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize);
    [all...]
jit.cc 867 if (!method->IsNative() && method->GetProfilingInfo(kRuntimePointerSize) == nullptr) {
    [all...]
profile_saver.cc 383 if (method.GetProfilingInfo(kRuntimePointerSize) != nullptr ||
    [all...]
  /art/compiler/optimizing/
inliner.cc 337 DCHECK_EQ(profiling_info_, method_->GetProfilingInfo(pointer_size));
342 ProfilingInfo* GetProfilingInfo() const { return profiling_info_; }
666 ProfilingInfo* profiling_info = spiis.GetProfilingInfo();
    [all...]
  /art/runtime/
art_method.h 477 ProfilingInfo* GetProfilingInfo(PointerSize pointer_size) REQUIRES_SHARED(Locks::mutator_lock_) {
    [all...]
instrumentation.cc     [all...]
  /art/runtime/interpreter/
interpreter_common.cc 87 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize);
    [all...]

Completed in 7193 milliseconds