Searched refs:primitiveIntValue (Results 1 – 1 of 1) sorted by relevance
68 static Method primitiveIntValue; field in LocalsAndOperands100 primitiveIntValue = primitiveSlotClass.getDeclaredMethod("intValue");101 primitiveIntValue.setAccessible(true);445 (Integer)primitiveIntValue.invoke(locals[i])); in printLocals()495 return expectedInt == (int)primitiveIntValue.invoke(primVal); in primitiveValueEquals()532 (int)primitiveIntValue.invoke(primVal0), in assertLongIsInSlots()533 (int)primitiveIntValue.invoke(primVal1))); in assertLongIsInSlots()