Home
last modified time | relevance | path

Searched refs:IterateThroughHeap (Results 1 – 2 of 2) sorted by relevance

/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1606 jvmtiError (JNICALL *IterateThroughHeap) (jvmtiEnv* env,
1979 jvmtiError IterateThroughHeap(jint heap_filter, in IterateThroughHeap() function
1983 return functions->IterateThroughHeap(this, heap_filter, klass, callbacks, user_data); in IterateThroughHeap()
/external/oj-libjdwp/src/share/back/
Dutil.c2768 error = JVMTI_FUNC_PTR(jvmti,IterateThroughHeap) in classInstanceCounts()