Home | History | Annotate | Download | only in runtime

Lines Matching defs:GetMethod

44   ArtMethod* m = GetMethod();
58 ArtMethod* m = GetMethod();
72 if (current_frame->GetMethod()->IsNative()) {
124 ArtMethod* StackVisitor::GetMethod() const {
126 return cur_shadow_frame_->GetMethod();
165 GetMethod(), cur_quick_frame_pc_, abort_on_failure);
177 ArtMethod* m = GetMethod();
242 DCHECK(m == GetMethod());
263 DCHECK_EQ(m, GetMethod());
379 DCHECK(m == GetMethod());
557 ArtMethod* method = GetMethod();
599 ArtMethod* m = GetMethod();
656 ArtMethod* method = GetMethod();
733 ArtMethod* method = GetMethod();
841 if (GetMethod() == Runtime::Current()->GetCalleeSaveMethod(Runtime::kSaveAll)) {
845 CHECK_EQ(GetMethod(), callee) << "Expected: " << PrettyMethod(callee) << " Found: "
846 << PrettyMethod(GetMethod());
848 CHECK_EQ(instrumentation_frame.method_, GetMethod())
850 << " Found: " << PrettyMethod(GetMethod());