Home
last modified time | relevance | path

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

/art/test/913-heaps/
Dheaps.cc882 static IterateThroughHeapExt gIterateThroughHeapExt = nullptr; variable
950 CHECK(gIterateThroughHeapExt == nullptr); in Java_art_Test913_checkForExtensionApis()
951 gIterateThroughHeapExt = reinterpret_cast<IterateThroughHeapExt>(extensions[i].func); in Java_art_Test913_checkForExtensionApis()
1120 CHECK(gIterateThroughHeapExt != nullptr); in Java_art_Test913_iterateThroughHeapExt()
1127 jvmtiError ret = gIterateThroughHeapExt(jvmti_env, 0, nullptr, &callbacks, nullptr); in Java_art_Test913_iterateThroughHeapExt()