Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc1443 bool any_dirty = false; in RecordNativeRelocations() local
1446 any_dirty = true; in RecordNativeRelocations()
1450 NativeObjectRelocationType type = any_dirty in RecordNativeRelocations()
1469 any_dirty ? NativeObjectRelocationType::kArtMethodArrayDirty in RecordNativeRelocations()
1488 (any_dirty ? dirty_methods_ : clean_methods_) += num_methods; in RecordNativeRelocations()