Home
last modified time | relevance | path

Searched refs:ObjectBatch (Results 1 – 4 of 4) sorted by relevance

/external/oj-libjdwp/src/share/back/
Dutil.h279 typedef struct ObjectBatch { struct
282 } ObjectBatch; argument
340 jvmtiError classInstances(jclass klass, ObjectBatch *instances, int maxInstances);
342 jvmtiError objectReferrers(jobject obj, ObjectBatch *referrers, int maxObjects);
DObjectReferenceImpl.c333 ObjectBatch referrerBatch; in referringObjects()
DReferenceTypeImpl.c251 ObjectBatch batch; in instances()
Dutil.c2498 classInstances(jclass klass, ObjectBatch *instances, int maxInstances) in classInstances()
2847 objectReferrers(jobject obj, ObjectBatch *referrers, int maxObjects) in objectReferrers()