Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
Dutil.h270 typedef struct ObjectBatch { struct
273 } ObjectBatch; typedef
331 jvmtiError classInstances(jclass klass, ObjectBatch *instances, int maxInstances);
333 jvmtiError objectReferrers(jobject obj, ObjectBatch *referrers, int maxObjects);
DObjectReferenceImpl.c333 ObjectBatch referrerBatch; in referringObjects()
DReferenceTypeImpl.c251 ObjectBatch batch; in instances()
Dutil.c2477 classInstances(jclass klass, ObjectBatch *instances, int maxInstances) in classInstances()
2826 objectReferrers(jobject obj, ObjectBatch *referrers, int maxObjects) in objectReferrers()