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