Searched refs:isObjectTag (Results 1 – 10 of 10) sorted by relevance
221 if (isObjectTag(tag)) { in writeUntaggedValueChecked()511 if (isObjectTag(typeKey)) { in readUntaggedValue()584 boolean gettingObjects = isObjectTag(typeKey); in readArrayRegion()619 static boolean isObjectTag(byte tag) { in isObjectTag() method in PacketStream
85 if (PacketStream.isObjectTag(tag)) { in findComponentType()
59 if (isObjectTag(typeKey)) { in writeVariableValue()152 if (isObjectTag(typeKey)) { in readVariableValue()
425 if (isObjectTag(typeKey)) { in inStream_readValue()
334 jboolean isObjectTag(jbyte tag);
476 if (isObjectTag(command->typeKey) && in handleFrameEventCommandSingle()1061 if (isObjectTag(frameCommand->typeKey) && in eventHelper_recordFrameEvent()
339 if (isObjectTag(typeKey)) { in outStream_writeValue()
285 if (isObjectTag(typeKey)) { in getValues()
594 if (isObjectTag(typeKey)) { in forceEarlyReturn()
314 isObjectTag(jbyte tag) { in isObjectTag() function