Searched refs:gIterateThroughHeapExt (Results 1 – 1 of 1) sorted by relevance
886 static IterateThroughHeapExt gIterateThroughHeapExt = nullptr; variable954 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()