Searched refs:IterateThroughHeapExt (Results 1 – 4 of 4) sorted by relevance
86 static jvmtiError JNICALL IterateThroughHeapExt(jvmtiEnv* env,
182 reinterpret_cast<jvmtiExtensionFunction>(HeapExtensions::IterateThroughHeapExt), in GetExtensionFunctions()
1583 jvmtiError HeapExtensions::IterateThroughHeapExt(jvmtiEnv* env, in IterateThroughHeapExt() function in openjdkjvmti::HeapExtensions
877 using IterateThroughHeapExt = jvmtiError(*)(jvmtiEnv*, typedef882 static IterateThroughHeapExt gIterateThroughHeapExt = nullptr;951 gIterateThroughHeapExt = reinterpret_cast<IterateThroughHeapExt>(extensions[i].func); in Java_art_Test913_checkForExtensionApis()