Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker_test.cc358 class_linker_->VisitRoots(TestRootVisitor, NULL, kVisitRootFlagAllRoots); in AssertDexFile()
367 static void TestRootVisitor(mirror::Object** root, void*, const RootInfo&) { in TestRootVisitor() function in art::ClassLinkerTest