Home
last modified time | relevance | path

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

/art/runtime/
Dart_method-inl.h477 inline void ArtMethod::UpdateObjectsForImageRelocation(const Visitor& visitor, in UpdateObjectsForImageRelocation() function
Dart_method.h692 ALWAYS_INLINE void UpdateObjectsForImageRelocation(const Visitor& visitor, size_t pointer_size)
/art/runtime/gc/space/
Dimage_space.cc921 method->UpdateObjectsForImageRelocation(ForwardObjectAdapter(this), pointer_size_); in Visit()