Searched refs:IterateThroughHeap (Results 1 – 6 of 6) sorted by relevance
/art/openjdkjvmti/ |
D | ti_heap.h | 39 jvmtiError IterateThroughHeap(jvmtiEnv* env,
|
D | OpenjdkJvmTi.cc | 410 static jvmtiError IterateThroughHeap(jvmtiEnv* env, in IterateThroughHeap() function in openjdkjvmti::JvmtiFunctions 418 return heap_util.IterateThroughHeap(env, heap_filter, klass, callbacks, user_data); in IterateThroughHeap() 1695 JvmtiFunctions::IterateThroughHeap,
|
D | ti_heap.cc | 799 jvmtiError HeapUtil::IterateThroughHeap(jvmtiEnv* env, in IterateThroughHeap() function in openjdkjvmti::HeapUtil
|
/art/test/906-iterate-heap/ |
D | iterate_heap.cc | 64 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/include/ |
D | jvmti.h | 1606 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/ |
D | heaps.cc | 1091 jvmtiError ret = jvmti_env->IterateThroughHeap(0, nullptr, &callbacks, &ffc); in Java_art_Test913_checkGetObjectHeapIdInCallback()
|