Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetMethod

42   ArtMethod* m = GetMethod();
56 ArtMethod* m = GetMethod();
70 if (current_frame->GetMethod()->IsNative()) {
114 return GetMethod()->ToDexPc(cur_quick_frame_pc_, abort_on_failure);
125 ArtMethod* m = GetMethod();
161 return GetMethod()->NativeQuickPcOffset(cur_quick_frame_pc_);
194 DCHECK(m == GetMethod());
306 DCHECK(m == GetMethod());
382 DCHECK(m == GetMethod());
397 DCHECK(m == GetMethod());
463 DCHECK(m == GetMethod());
565 uint8_t* pc_addr = sp + GetMethod()->GetReturnPcOffset().SizeValue();
572 uint8_t* pc_addr = sp + GetMethod()->GetReturnPcOffset().SizeValue();
609 ArtMethod* method = GetMethod();
651 ArtMethod* m = GetMethod();
671 ArtMethod* method = GetMethod();
757 if (GetMethod() == Runtime::Current()->GetCalleeSaveMethod(Runtime::kSaveAll)) {
761 CHECK_EQ(GetMethod(), callee) << "Expected: " << PrettyMethod(callee) << " Found: "
762 << PrettyMethod(GetMethod());
763 } else if (instrumentation_frame.method_ != GetMethod()) {
765 << " Found: " << PrettyMethod(GetMethod());