Searched refs:ImageSanityChecks (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc1520 class ImageSanityChecks FINAL {
1524 ImageSanityChecks isc(heap, class_linker);
1525 heap->VisitObjects(ImageSanityChecks::SanityCheckObjectsCallback, &isc);
1533 ImageSanityChecks isc(heap, class_linker);
1543 ImageSanityChecks* isc = reinterpret_cast<ImageSanityChecks*>(arg);
1581 ImageSanityChecks(gc::Heap* heap, ClassLinker* class_linker) function in class:art::FINAL
1759 ImageSanityChecks::CheckPointerArray(heap,
1848 ImageSanityChecks::CheckObjects(heap, this);

Completed in 84 milliseconds