Home
last modified time | relevance | path

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

/art/test/906-iterate-heap/
Diterate_heap.cc64 jvmtiError ret = jvmti_env->IterateThroughHeap(heap_filter, in Run()
229 jvmtiError ret = jvmti_env->IterateThroughHeap(0, nullptr, &callbacks, &fsc); in Java_art_Test906_iterateThroughHeapString()
317 jvmtiError ret = jvmti_env->IterateThroughHeap(0, nullptr, &callbacks, &fac); in Java_art_Test906_iterateThroughHeapPrimitiveArray()
404 jvmtiError ret = jvmti_env->IterateThroughHeap(0, nullptr, &callbacks, &ffc); in Java_art_Test906_iterateThroughHeapPrimitiveFields()
/art/openjdkjvmti/
Dti_heap.h53 jvmtiError IterateThroughHeap(jvmtiEnv* env,
DOpenjdkJvmTi.cc402 static jvmtiError IterateThroughHeap(jvmtiEnv* env, in IterateThroughHeap() function in openjdkjvmti::JvmtiFunctions
410 return heap_util.IterateThroughHeap(env, heap_filter, klass, callbacks, user_data); in IterateThroughHeap()
1620 JvmtiFunctions::IterateThroughHeap,
Dti_heap.cc825 jvmtiError HeapUtil::IterateThroughHeap(jvmtiEnv* env, in IterateThroughHeap() function in openjdkjvmti::HeapUtil
/art/openjdkjvmti/include/
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()
/art/test/913-heaps/
Dheaps.cc1091 jvmtiError ret = jvmti_env->IterateThroughHeap(0, nullptr, &callbacks, &ffc); in Java_art_Test913_checkGetObjectHeapIdInCallback()