Home
last modified time | relevance | path

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

/art/test/913-heaps/
Dheaps.cc886 static IterateThroughHeapExt gIterateThroughHeapExt = nullptr; variable
954 CHECK(gIterateThroughHeapExt == nullptr); in Java_art_Test913_checkForExtensionApis()
955 gIterateThroughHeapExt = reinterpret_cast<IterateThroughHeapExt>(extensions[i].func); in Java_art_Test913_checkForExtensionApis()
1124 CHECK(gIterateThroughHeapExt != nullptr); in Java_art_Test913_iterateThroughHeapExt()
1131 jvmtiError ret = gIterateThroughHeapExt(jvmti_env, 0, nullptr, &callbacks, nullptr); in Java_art_Test913_iterateThroughHeapExt()