Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Dti_heap.h64 static jvmtiError JNICALL IterateThroughHeapExt(jvmtiEnv* env,
Dti_heap.cc1530 jvmtiError HeapExtensions::IterateThroughHeapExt(jvmtiEnv* env, in IterateThroughHeapExt() function in openjdkjvmti::HeapExtensions
DOpenjdkJvmTi.cc1209 reinterpret_cast<jvmtiExtensionFunction>(HeapExtensions::IterateThroughHeapExt), in GetExtensionFunctions()
/art/test/913-heaps/
Dheaps.cc826 using IterateThroughHeapExt = jvmtiError(*)(jvmtiEnv*, typedef
831 static IterateThroughHeapExt gIterateThroughHeapExt = nullptr;
900 gIterateThroughHeapExt = reinterpret_cast<IterateThroughHeapExt>(extensions[i].func); in Java_art_Test913_checkForExtensionApis()