Searched refs:IterateThroughHeapExt (Results 1 – 4 of 4) sorted by relevance
64 static jvmtiError JNICALL IterateThroughHeapExt(jvmtiEnv* env,
1530 jvmtiError HeapExtensions::IterateThroughHeapExt(jvmtiEnv* env, in IterateThroughHeapExt() function in openjdkjvmti::HeapExtensions
1209 reinterpret_cast<jvmtiExtensionFunction>(HeapExtensions::IterateThroughHeapExt), in GetExtensionFunctions()
826 using IterateThroughHeapExt = jvmtiError(*)(jvmtiEnv*, typedef831 static IterateThroughHeapExt gIterateThroughHeapExt = nullptr;900 gIterateThroughHeapExt = reinterpret_cast<IterateThroughHeapExt>(extensions[i].func); in Java_art_Test913_checkForExtensionApis()