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

  /art/runtime/mirror/
throwable.cc 107 ObjPtr<PointerArray> method_trace = ObjPtr<PointerArray>::DownCast(methods_and_dex_pcs); local
108 const int32_t array_len = method_trace->GetLength();
116 ArtMethod* method = method_trace->GetElementPtrSize<ArtMethod*>(i, ptr_size);
117 uintptr_t dex_pc = method_trace->GetElementPtrSize<uintptr_t>(i + depth, ptr_size);
  /frameworks/base/core/proto/android/os/
system_properties.proto 116 optional bool method_trace = 46;
  /art/runtime/
thread.cc 2746 ObjPtr<mirror::PointerArray> const method_trace = local
    [all...]

Completed in 107 milliseconds