Searched refs:native_reloc (Results 1 - 1 of 1) sorted by relevance

/art/compiler/
H A Dimage_writer.cc953 auto& native_reloc = pair.second; local
954 native_reloc.offset += image_objects_offset_begin_ +
955 bin_slot_previous_sizes_[native_reloc.bin_type];
1062 auto& native_reloc = pair.second; local
1063 if (native_reloc.bin_type == kBinArtField) {
1064 auto* dest = image_->Begin() + native_reloc.offset;
1070 CHECK(IsArtMethodBin(native_reloc.bin_type)) << native_reloc.bin_type;
1071 auto* dest = image_->Begin() + native_reloc.offset;
1085 auto& native_reloc local
[all...]

Completed in 50 milliseconds