Home
last modified time | relevance | path

Searched refs:IterateThroughHeapExt (Results 1 – 4 of 4) sorted by relevance

/art/openjdkjvmti/
Dti_heap.h86 static jvmtiError JNICALL IterateThroughHeapExt(jvmtiEnv* env,
Dti_extension.cc182 reinterpret_cast<jvmtiExtensionFunction>(HeapExtensions::IterateThroughHeapExt), in GetExtensionFunctions()
Dti_heap.cc1583 jvmtiError HeapExtensions::IterateThroughHeapExt(jvmtiEnv* env, in IterateThroughHeapExt() function in openjdkjvmti::HeapExtensions
/art/test/913-heaps/
Dheaps.cc877 using IterateThroughHeapExt = jvmtiError(*)(jvmtiEnv*, typedef
882 static IterateThroughHeapExt gIterateThroughHeapExt = nullptr;
951 gIterateThroughHeapExt = reinterpret_cast<IterateThroughHeapExt>(extensions[i].func); in Java_art_Test913_checkForExtensionApis()