Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag.cc613 void AddDirtyEntry(mirror::Object* entry, mirror::Object* entry_remote) in AddDirtyEntry() argument
623 const uint8_t* current_remote = reinterpret_cast<const uint8_t*>(entry_remote); in AddDirtyEntry()
631 class_data_[klass].AddDirtyObject(entry, entry_remote); in AddDirtyEntry()
1234 T* entry_remote = in ComputeEntryDirty() local
1246 if (EntriesDiffer(entry, entry_zygote, entry_remote)) { in ComputeEntryDirty()
1251 } else if (EntriesDiffer(entry, entry_remote, entry)) { in ComputeEntryDirty()
1258 RegionSpecializedBase<T>::AddDirtyEntry(entry, entry_remote); in ComputeEntryDirty()