Searched refs:native_visitor_ (Results 1 – 1 of 1) sorted by relevance
262 : heap_visitor_(heap_visitor), native_visitor_(native_visitor) {} in PatchObjectVisitor()328 return (ptr != nullptr) ? native_visitor_(ptr) : nullptr; in operator ()()390 T* new_value = native_visitor_(old_value); in PatchNativePointer()398 T* new_value = native_visitor_(old_value); in PatchNativePointer()423 NativeVisitor native_visitor_; member in art::gc::space::ImageSpace::PatchObjectVisitor