Lines Matching defs:method
327 // Get the architecture specific method address and return address. These
331 // If we don't have a potential method, we're outta here.
332 VLOG(signals) << "potential method: " << method_obj;
335 VLOG(signals) << "no method";
339 // Verify that the potential method is indeed a method.
342 // TODO: Method might be not a heap address, and GetClass could fault.
360 // We can be certain that this is a method now. Check if we have a GC map
415 ArtMethod* method = nullptr;
420 manager_->GetMethodAndReturnPcAndSp(siginfo, context, &method, &return_pc, &sp);
421 // Inside of generated code, sp[0] is the method, so sp is the frame.