Lines Matching defs:method
430 // Exception is not caught by the current method. We will unwind to the
435 // Exception is caught in the current method. We will jump to the found_dex_pc.
492 // Compute method information.
633 LOG(FATAL) << "Attempt to invoke non-executable method: "
664 ArtMethod* method = shadow_frame.GetMethod();
665 MethodReference method_ref = method->ToMethodReference();
671 string_init_map = std::move(verifier::MethodVerifier::FindStringInitMap(method));
807 bool DoCall<_is_range, _do_assignability_check>(ArtMethod* method, Thread* self, \