Searched refs:actualLocation (Results 1 – 4 of 4) sorted by relevance
396 … private void checkLocation(long expectedClassId, long expectedMethodId, Location actualLocation) { in checkLocation() argument397 … if (expectedClassId != actualLocation.classID || expectedMethodId != actualLocation.methodID) { in checkLocation()400 String actualClassName = getClassSignature(actualLocation.classID); in checkLocation()401 … String actualMethodName = getMethodName(actualLocation.classID, actualLocation.methodID); in checkLocation()405 … actualClassName, actualMethodName, actualLocation.classID, actualLocation.methodID)); in checkLocation()
294 …tatic AssertionError argumentsAreDifferent(String wanted, String actual, Location actualLocation) { in argumentsAreDifferent() argument300 actualLocation, in argumentsAreDifferent()
58 std::unique_ptr<protocol::Debugger::Location>* actualLocation) override;
317 std::unique_ptr<protocol::Debugger::Location>* actualLocation) { in setBreakpoint() argument328 *actualLocation = in setBreakpoint()330 if (!*actualLocation) return Response::Error("Could not resolve breakpoint"); in setBreakpoint()