Searched refs:REFERENCE_TYPE (Results 1 – 5 of 5) sorted by relevance
33 public static final Type REFERENCE_TYPE = Type.getObjectType("<any reference>"); field in JarState54 assert type != REFERENCE_TYPE; in Slot() local74 assert type != REFERENCE_TYPE; in isCompatible() local102 if (other == REFERENCE_TYPE) { in isReferenceCompatible()
978 return Slot.isCompatible(type, JarState.REFERENCE_TYPE); in isCompatibleArrayElementType()1448 state.pop(JarState.REFERENCE_TYPE); in updateState()1464 state.pop(JarState.REFERENCE_TYPE); in updateState()1468 state.pop(JarState.REFERENCE_TYPE); in updateState()1547 expectedType = JarState.REFERENCE_TYPE; in updateState()1561 if (slot.type == JarState.NULL_TYPE && expectedType != JarState.REFERENCE_TYPE) { in updateState()1589 state.pop(JarState.REFERENCE_TYPE); in updateState()2211 Slot obj = state.pop(JarState.REFERENCE_TYPE); in build()2231 Slot object = state.pop(JarState.REFERENCE_TYPE); in build()2236 Slot object = state.pop(JarState.REFERENCE_TYPE); in build()[all …]
389 if ((NDesc & MachO::REFERENCE_TYPE) == in darwinPrintSymbol()392 else if ((NDesc & MachO::REFERENCE_TYPE) == in darwinPrintSymbol()395 else if ((NDesc & MachO::REFERENCE_TYPE) == in darwinPrintSymbol()
326 REFERENCE_TYPE = 0x7, enumerator