Searched refs:native_visitor_ (Results 1 – 1 of 1) sorted by relevance
421 : heap_visitor_(heap_visitor), native_visitor_(native_visitor) {} in PatchObjectVisitor()482 return (ptr != nullptr) ? native_visitor_(ptr) : nullptr; in operator ()()572 T* new_value = native_visitor_(old_value); in PatchNativePointer()580 T* new_value = native_visitor_(old_value); in PatchNativePointer()617 pair.object = native_visitor_(pair.object); in FixupDexCacheArrayEntry()640 EntryType* new_array = native_visitor_(old_array); in FixupDexCacheArray()653 NativeVisitor native_visitor_; member in art::gc::space::ImageSpace::PatchObjectVisitor