Home
last modified time | relevance | path

Searched refs:classInstances (Results 1 – 3 of 3) sorted by relevance

/external/oj-libjdwp/src/share/back/
Dutil.h340 jvmtiError classInstances(jclass klass, ObjectBatch *instances, int maxInstances);
DReferenceTypeImpl.c253 error = classInstances(clazz, &batch, maxInstances); in instances()
Dutil.c2498 classInstances(jclass klass, ObjectBatch *instances, int maxInstances) in classInstances() function