Lines Matching defs:method_trace_
1288 skip_depth_(skip_depth), count_(0), dex_pc_trace_(NULL), method_trace_(NULL) {}
1311 method_trace_ = method_trace.get();
1317 if (method_trace_ != NULL) {
1323 if (method_trace_ == NULL || dex_pc_trace_ == NULL) {
1334 method_trace_->Set(count_, m);
1341 return method_trace_;
1353 mirror::ObjectArray<mirror::Object>* method_trace_;