Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.cc469 native_object_relocations_.emplace(array, in AddDexCacheArrayRelocation()
1169 auto it = native_object_relocations_.find(cur_fields); in WalkFieldsInOrder()
1170 CHECK(it == native_object_relocations_.end()) << "Field array " << cur_fields in WalkFieldsInOrder()
1174 native_object_relocations_.emplace( in WalkFieldsInOrder()
1184 auto it2 = native_object_relocations_.find(field); in WalkFieldsInOrder()
1185 CHECK(it2 == native_object_relocations_.end()) << "Field at index=" << i in WalkFieldsInOrder()
1188 native_object_relocations_.emplace( in WalkFieldsInOrder()
1216 auto it = native_object_relocations_.find(array); in WalkFieldsInOrder()
1217 CHECK(it == native_object_relocations_.end()) in WalkFieldsInOrder()
1221 native_object_relocations_.emplace(array, in WalkFieldsInOrder()
[all …]
Dimage_writer.h540 std::unordered_map<void*, NativeObjectRelocation> native_object_relocations_; variable