Searched refs:specificTypeKey (Results 1 – 10 of 10) sorted by relevance
/external/oj-libjdwp/src/share/back/ |
D | ArrayTypeImpl.c | 133 (void)outStream_writeByte(out, specificTypeKey(env, array)); in writeNewObjectArray() 197 (void)outStream_writeByte(out, specificTypeKey(env, array)); in writeNewPrimitiveArray()
|
D | StackFrameImpl.c | 69 (void)outStream_writeByte(out, specificTypeKey(env, value.l)); in writeVariableValue() 394 (void)outStream_writeByte(out, specificTypeKey(env, this_object)); in thisObject() 402 (void)outStream_writeByte(out, specificTypeKey(env, this_object)); in thisObject()
|
D | ThreadReferenceImpl.c | 383 (void)outStream_writeByte(out, specificTypeKey(env, monitor)); in ownedMonitors() 428 (void)outStream_writeByte(out, specificTypeKey(env, monitor)); in currentContendedMonitor() 555 (void)outStream_writeByte(out, specificTypeKey(env, monitor)); in ownedMonitorsWithStackDepth()
|
D | outStream.c | 195 return outStream_writeByte(stream, specificTypeKey(env, val)); in outStream_writeObjectTag() 335 (void)outStream_writeByte(out, specificTypeKey(env, value.l)); in outStream_writeValue()
|
D | ObjectReferenceImpl.c | 346 (void)outStream_writeByte(out, specificTypeKey(env, ref)); in referringObjects()
|
D | util.h | 333 jbyte specificTypeKey(JNIEnv *env, jobject object);
|
D | ReferenceTypeImpl.c | 266 typeKey = specificTypeKey(env, batch.objects[0]); in instances()
|
D | ArrayReferenceImpl.c | 221 (void)outStream_writeByte(out, specificTypeKey(env, component)); in writeObjectComponents()
|
D | util.c | 325 specificTypeKey(JNIEnv *env, jobject object) in specificTypeKey() function 382 (void)outStream_writeByte(out, specificTypeKey(env, value)); in writeFieldValue() 457 (void)outStream_writeByte(out, specificTypeKey(env, value)); in writeStaticFieldValue()
|
D | invoker.c | 783 tag = specificTypeKey(env, request->returnValue.l); in invoker_completeInvokeRequest()
|