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

  /art/runtime/mirror/
throwable.cc 84 ObjectArray<Object>* method_trace = down_cast<ObjectArray<Object>*>(stack_state); local
85 int32_t depth = method_trace->GetLength() - 1;
86 IntArray* pc_trace = down_cast<IntArray*>(method_trace->Get(depth));
91 mirror::ArtMethod* method = down_cast<ArtMethod*>(method_trace->Get(i));
  /art/runtime/
thread.cc 1586 mirror::ObjectArray<mirror::Object>* method_trace = local
    [all...]

Completed in 141 milliseconds