Searched defs:IsInAppImage (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/space/
H A Dimage_space.cc695 ALWAYS_INLINE bool IsInAppImage(mirror::Object* object) const { function in class:art::gc::space::FixupVisitor
780 DCHECK(visitor.IsInAppImage(array));
820 if (new_klass != klass && IsInAppImage(new_klass)) {
840 if (vtable != nullptr && IsInAppImage(vtable)) {
847 if (iftable != nullptr && IsInAppImage(iftable)) {
853 if (visitor.IsInAppImage(methods)) {

Completed in 22 milliseconds