Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetMethod

37   mirror::ArtMethod* m = GetMethod();
51 mirror::ArtMethod* m = GetMethod();
60 return ThrowLocation(GetThisObject(), GetMethod(), GetDexPC());
69 if (current_frame->GetMethod()->IsNative()) {
109 return GetMethod()->ToDexPc(cur_quick_frame_pc_, abort_on_failure);
119 mirror::ArtMethod* m = GetMethod();
151 return GetMethod()->NativePcOffset(cur_quick_frame_pc_);
158 DCHECK(m == GetMethod());
212 DCHECK(m == GetMethod());
259 DCHECK(m == GetMethod());
323 DCHECK(m == GetMethod());
402 byte* pc_addr = sp + GetMethod()->GetReturnPcOffsetInBytes();
409 byte* pc_addr = sp + GetMethod()->GetReturnPcOffsetInBytes();
439 mirror::ArtMethod* method = GetMethod();
481 mirror::ArtMethod* m = GetMethod();
501 mirror::ArtMethod* method = GetMethod();
561 if (GetMethod() == Runtime::Current()->GetCalleeSaveMethod(Runtime::kSaveAll)) {
565 CHECK_EQ(GetMethod(), callee) << "Expected: " << PrettyMethod(callee) << " Found: "
566 << PrettyMethod(GetMethod());
567 } else if (instrumentation_frame.method_ != GetMethod()) {
569 << " Found: " << PrettyMethod(GetMethod());