Home
last modified time | relevance | path

Searched refs:specificTypeKey (Results 1 – 10 of 10) sorted by relevance

/external/oj-libjdwp/src/share/back/
DArrayTypeImpl.c133 (void)outStream_writeByte(out, specificTypeKey(env, array)); in writeNewObjectArray()
197 (void)outStream_writeByte(out, specificTypeKey(env, array)); in writeNewPrimitiveArray()
DStackFrameImpl.c69 (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()
DThreadReferenceImpl.c383 (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()
DoutStream.c195 return outStream_writeByte(stream, specificTypeKey(env, val)); in outStream_writeObjectTag()
335 (void)outStream_writeByte(out, specificTypeKey(env, value.l)); in outStream_writeValue()
DObjectReferenceImpl.c346 (void)outStream_writeByte(out, specificTypeKey(env, ref)); in referringObjects()
Dutil.h333 jbyte specificTypeKey(JNIEnv *env, jobject object);
DReferenceTypeImpl.c266 typeKey = specificTypeKey(env, batch.objects[0]); in instances()
DArrayReferenceImpl.c221 (void)outStream_writeByte(out, specificTypeKey(env, component)); in writeObjectComponents()
Dutil.c325 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()
Dinvoker.c783 tag = specificTypeKey(env, request->returnValue.l); in invoker_completeInvokeRequest()