Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.h118 void SetOffset(uint32_t new_offset) { in SetOffset() function
329 void SetStringIdsOffset(uint32_t new_offset) { string_ids_.SetOffset(new_offset); } in SetStringIdsOffset()
330 void SetTypeIdsOffset(uint32_t new_offset) { type_ids_.SetOffset(new_offset); } in SetTypeIdsOffset()
331 void SetProtoIdsOffset(uint32_t new_offset) { proto_ids_.SetOffset(new_offset); } in SetProtoIdsOffset()
332 void SetFieldIdsOffset(uint32_t new_offset) { field_ids_.SetOffset(new_offset); } in SetFieldIdsOffset()
333 void SetMethodIdsOffset(uint32_t new_offset) { method_ids_.SetOffset(new_offset); } in SetMethodIdsOffset()
334 void SetClassDefsOffset(uint32_t new_offset) { class_defs_.SetOffset(new_offset); } in SetClassDefsOffset()
335 void SetCallSiteIdsOffset(uint32_t new_offset) { call_site_ids_.SetOffset(new_offset); } in SetCallSiteIdsOffset()
337 { method_handle_items_.SetOffset(new_offset); } in SetMethodHandleItemsOffset()
338 void SetStringDatasOffset(uint32_t new_offset) { string_datas_.SetOffset(new_offset); } in SetStringDatasOffset()
[all …]
Ddex_ir.cc291 array_item->SetOffset(offset); in ReadEncodedValue()
693 code_item->SetOffset(offset); in DedupeOrCreateCodeItem()
Dcompact_dex_writer.cc129 item_->SetOffset(deduped_offset); in ~ScopedDataSectionItem()
Ddex_writer.cc940 item->SetOffset(stream->Tell()); in ProcessOffset()
/art/runtime/
Dart_field.cc34 void ArtField::SetOffset(MemberOffset num_bytes) { in SetOffset() function in art::ArtField
Dart_field.h102 void SetOffset(MemberOffset num_bytes) REQUIRES_SHARED(Locks::mutator_lock_);
Dclass_linker.cc357 field->SetOffset(MemberOffset(gap.start_offset)); in ShuffleForward()
363 field->SetOffset(*field_offset); in ShuffleForward()
7602 field->SetOffset(field_offset); in LinkFields()
/art/runtime/mirror/
Dfield-inl.h77 ret->SetOffset<kTransactionActive>(field->GetOffset().Int32Value()); in CreateFromArtField()
Dfield.h127 void SetOffset(uint32_t offset) REQUIRES_SHARED(Locks::mutator_lock_) { in SetOffset() function
/art/dex2oat/linker/
Dmulti_oat_relative_patcher.h62 void SetOffset(MethodReference method_ref, uint32_t offset) { in SetOffset() function
Dmulti_oat_relative_patcher_test.cc149 patcher_.SetOffset(ref1, off1); in TEST_F()
159 patcher_.SetOffset(ref2, off2); in TEST_F()
Doat_writer.cc1296 relative_patcher_->SetOffset(method_ref, quick_code_offset); in VisitMethod()
/art/compiler/optimizing/
Dcode_generator_x86_64.cc7003 void SetOffset(size_t offset) { offset_into_constant_area_ = offset; } in SetOffset() function in art::x86_64::RIPFixup
7036 SetOffset(offset_in_constant_table); in CreateJumpTable()
Dcode_generator_x86.cc7617 void SetOffset(size_t offset) { offset_into_constant_area_ = offset; } in SetOffset() function in art::x86::RIPFixup
7655 SetOffset(offset_in_constant_table); in CreateJumpTable()