Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag.cc418 void AddDirtyEntry(mirror::Object* entry, mirror::Object* entry_remote) in AddDirtyEntry() argument
428 const uint8_t* current_remote = reinterpret_cast<const uint8_t*>(entry_remote); in AddDirtyEntry()
436 class_data_[klass].AddDirtyObject(entry, entry_remote); in AddDirtyEntry()
1067 T* entry_remote = in ComputeEntryDirty() local
1079 bool private_dirty = EntriesDiffer(entry, entry_zygote, entry_remote); in ComputeEntryDirty()
1090 } else if (EntriesDiffer(entry, entry_remote, entry)) { in ComputeEntryDirty()
1097 RegionSpecializedBase<T>::AddDirtyEntry(entry, entry_remote); in ComputeEntryDirty()