Searched refs:method_trace (Results 1 – 2 of 2) sorted by relevance
84 ObjectArray<Object>* method_trace = down_cast<ObjectArray<Object>*>(stack_state); in Dump() local85 int32_t depth = method_trace->GetLength() - 1; in Dump()86 IntArray* pc_trace = down_cast<IntArray*>(method_trace->Get(depth)); in Dump()91 mirror::ArtMethod* method = down_cast<ArtMethod*>(method_trace->Get(i)); in Dump()
1462 Handle<mirror::ObjectArray<mirror::Object>> method_trace( in Init() local1464 if (method_trace.Get() == nullptr) { in Init()1474 method_trace->Set<kTransactionActive>(depth, dex_pc_trace); in Init()1479 method_trace_ = method_trace.Get(); in Init()1586 mirror::ObjectArray<mirror::Object>* method_trace = in InternalStackTraceToStackTraceElementArray() local1589 mirror::ArtMethod* method = down_cast<mirror::ArtMethod*>(method_trace->Get(i)); in InternalStackTraceToStackTraceElementArray()1599 mirror::IntArray* pc_trace = down_cast<mirror::IntArray*>(method_trace->Get(depth)); in InternalStackTraceToStackTraceElementArray()