Lines Matching refs:Method
220 CHECK(req.Method() == nullptr);
295 CHECK(req.Method() == nullptr);
525 * rest of the arguments while holding the event list lock. This method
614 // Execute method.
639 * Determine if there is a method invocation in progress in the current
643 * state. If set, we're in the process of invoking a method.
805 Dbg::SetJdwpLocation(jdwp_location, event_location->method, event_location->dex_pc);
823 * - Put a breakpoint on a native method. Eclipse creates METHOD_ENTRY
824 * and METHOD_EXIT events with a ClassOnly mod on the method's class.
832 DCHECK(pLoc->method != nullptr);
833 DCHECK_EQ(pLoc->method->IsStatic(), thisPtr == nullptr);
837 basket.locationClass.Assign(pLoc->method->GetDeclaringClass());
854 * complex objects. We want to ignore breakpoints and method entry/exit
859 * method invocation to complete.
935 basket.locationClass.Assign(pLoc->method->GetDeclaringClass());
1107 if (pThrowLoc->method != nullptr) {
1108 DCHECK_EQ(pThrowLoc->method->IsStatic(), thisPtr == nullptr);
1115 if (pThrowLoc->method != nullptr) {
1116 basket.locationClass.Assign(pThrowLoc->method->GetDeclaringClass());
1120 basket.caught = (pCatchLoc->method != 0);