Searched defs:method_trace (Results 1 - 2 of 2) sorted by relevance

/art/runtime/mirror/
H A Dthrowable.cc63 ObjectArray<Object>* method_trace = down_cast<ObjectArray<Object>*>(stack_state); local
64 int32_t depth = method_trace->GetLength() - 1;
65 IntArray* pc_trace = down_cast<IntArray*>(method_trace->Get(depth));
68 ArtMethod* method = down_cast<ArtMethod*>(method_trace->Get(i));
/art/runtime/
H A Dthread.cc1294 method_trace(self_,
1297 if (method_trace.get() == NULL) {
1306 method_trace->Set(depth, dex_pc_trace);
1311 method_trace_ = method_trace.get();
1384 mirror::ObjectArray<mirror::Object>* method_trace = local
1386 int32_t depth = method_trace->GetLength() - 1;
1387 mirror::IntArray* pc_trace = down_cast<mirror::IntArray*>(method_trace->Get(depth));
1415 mirror::ArtMethod* method = down_cast<mirror::ArtMethod*>(method_trace->Get(i));
1452 method_trace = down_cast<ObjectArray<Object>*>(Decode<Object*>(soa.Env(), internal));
1453 pc_trace = down_cast<IntArray*>(method_trace
[all...]

Completed in 64 milliseconds