Searched refs:primVal0 (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/lang/StackWalker/ |
D | LocalsAndOperands.java | 520 static void assertLongIsInSlots(Object primVal0, Object primVal1, long expected) { in assertLongIsInSlots() argument 526 if (!((primitiveValueEquals(primVal0, upper) && in assertLongIsInSlots() 528 (primitiveValueEquals(primVal0, lower) && in assertLongIsInSlots() 532 (int)primitiveIntValue.invoke(primVal0), in assertLongIsInSlots() 536 if (!(primitiveValueEquals(primVal0, expected) || in assertLongIsInSlots() 540 (long)primitiveLongValue.invoke(primVal0), in assertLongIsInSlots() 549 static void assertDoubleIsInSlots(Object primVal0, Object primVal1, double expected) { in assertDoubleIsInSlots() argument 550 assertLongIsInSlots(primVal0, primVal1, Double.doubleToRawLongBits(expected)); in assertDoubleIsInSlots()
|