Searched refs:isObjectTag (Results 1 – 8 of 8) sorted by relevance
59 if (isObjectTag(typeKey)) { in writeVariableValue()152 if (isObjectTag(typeKey)) { in readVariableValue()
425 if (isObjectTag(typeKey)) { in inStream_readValue()
325 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()
312 isObjectTag(jbyte tag) { in isObjectTag() function