Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc1637 bool any_dirty = false; in RecordNativeRelocations() local
1640 any_dirty = true; in RecordNativeRelocations()
1644 NativeObjectRelocationType type = any_dirty in RecordNativeRelocations()
1664 any_dirty ? NativeObjectRelocationType::kArtMethodArrayDirty in RecordNativeRelocations()
1670 (any_dirty ? dirty_methods_ : clean_methods_) += num_methods; in RecordNativeRelocations()