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

  /art/runtime/jit/
jit.cc 670 ProfilingInfo* profiling_info = method->GetProfilingInfo(sizeof(void*)); local
673 if ((profiling_info != nullptr) && (profiling_info->GetSavedEntryPoint() != nullptr)) {
675 method, profiling_info->GetSavedEntryPoint());
jit_code_cache.cc 30 #include "jit/profiling_info.h"
973 ProfilingInfo* profiling_info = method->GetProfilingInfo(sizeof(void*)); local
    [all...]
  /art/runtime/
art_method-inl.h 29 #include "jit/profiling_info.h"
467 ProfilingInfo* profiling_info = GetProfilingInfo(pointer_size); local
468 if (profiling_info != nullptr) {
469 profiling_info->VisitRoots(visitor);
Android.mk 110 jit/profiling_info.cc \
  /art/compiler/optimizing/
inliner.cc 308 ProfilingInfo* profiling_info = spiis.GetProfilingInfo(); local
309 if (profiling_info != nullptr) {
310 const InlineCache& ic = *profiling_info->GetInlineCache(invoke_instruction->GetDexPc());
    [all...]

Completed in 119 milliseconds