Home
last modified time | relevance | path

Searched refs:jvmtiIterationControl (Results 1 – 5 of 5) sorted by relevance

/art/test/2005-pause-all-redefine-multithreaded/
Dpause-all.cc58 void* user_data ATTRIBUTE_UNUSED) -> jvmtiIterationControl { in Java_art_Test2005_UpdateFieldValuesAndResumeThreads()
/art/tools/jvmti-agents/field-null-percent/
Dfieldnull.cc112 [](jlong, jlong, jlong* tag_ptr, void* klass) -> jvmtiIterationControl { in DataDumpRequestCb()
/art/tools/jvmti-agents/field-counts/
Dfieldcount.cc115 [](jlong, jlong, jlong* tag_ptr, void* klass) -> jvmtiIterationControl { in DataDumpRequestCb()
/art/openjdkjvmti/include/
Djvmti.h214 } jvmtiIterationControl; typedef
498 typedef jvmtiIterationControl (JNICALL *jvmtiHeapObjectCallback)
501 typedef jvmtiIterationControl (JNICALL *jvmtiHeapRootCallback)
504 typedef jvmtiIterationControl (JNICALL *jvmtiStackReferenceCallback)
507 typedef jvmtiIterationControl (JNICALL *jvmtiObjectReferenceCallback)
/art/test/906-iterate-heap/
Diterate_heap.cc424 auto count_func = [](jlong, jlong, jlong*, void* user_data) -> jvmtiIterationControl { in Java_art_Test906_iterateOverInstancesCount()