Searched defs:IterateThroughHeap (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1650 JvmtiEnv::IterateThroughHeap(jint heap_filter, jclass klass, const jvmtiHeapCallbacks* callbacks, const void* user_data) { function in class:JvmtiEnv
1671 TraceTime t("IterateThroughHeap", TraceJVMTIObjectTagging);
1674 } /* end IterateThroughHeap */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1606 jvmtiError (JNICALL *IterateThroughHeap) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1979 jvmtiError IterateThroughHeap(jint heap_filter, function in struct:_jvmtiEnv
1983 return functions->IterateThroughHeap(this, heap_filter, klass, callbacks, user_data);

Completed in 51 milliseconds