Home
last modified time | relevance | path

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

/art/test/913-heaps/
Dheaps.cc831 static IterateThroughHeapExt gIterateThroughHeapExt = nullptr; variable
899 CHECK(gIterateThroughHeapExt == nullptr); in Java_art_Test913_checkForExtensionApis()
900 gIterateThroughHeapExt = reinterpret_cast<IterateThroughHeapExt>(extensions[i].func); in Java_art_Test913_checkForExtensionApis()
1069 CHECK(gIterateThroughHeapExt != nullptr); in Java_art_Test913_iterateThroughHeapExt()
1076 jvmtiError ret = gIterateThroughHeapExt(jvmti_env, 0, nullptr, &callbacks, nullptr); in Java_art_Test913_iterateThroughHeapExt()