Searched refs:SetOffset (Results 1 – 14 of 14) sorted by relevance
118 void SetOffset(uint32_t new_offset) { in SetOffset() function329 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 …]
291 array_item->SetOffset(offset); in ReadEncodedValue()693 code_item->SetOffset(offset); in DedupeOrCreateCodeItem()
129 item_->SetOffset(deduped_offset); in ~ScopedDataSectionItem()
940 item->SetOffset(stream->Tell()); in ProcessOffset()
34 void ArtField::SetOffset(MemberOffset num_bytes) { in SetOffset() function in art::ArtField
102 void SetOffset(MemberOffset num_bytes) REQUIRES_SHARED(Locks::mutator_lock_);
357 field->SetOffset(MemberOffset(gap.start_offset)); in ShuffleForward()363 field->SetOffset(*field_offset); in ShuffleForward()7602 field->SetOffset(field_offset); in LinkFields()
77 ret->SetOffset<kTransactionActive>(field->GetOffset().Int32Value()); in CreateFromArtField()
127 void SetOffset(uint32_t offset) REQUIRES_SHARED(Locks::mutator_lock_) { in SetOffset() function
62 void SetOffset(MethodReference method_ref, uint32_t offset) { in SetOffset() function
149 patcher_.SetOffset(ref1, off1); in TEST_F()159 patcher_.SetOffset(ref2, off2); in TEST_F()
1296 relative_patcher_->SetOffset(method_ref, quick_code_offset); in VisitMethod()
7003 void SetOffset(size_t offset) { offset_into_constant_area_ = offset; } in SetOffset() function in art::x86_64::RIPFixup7036 SetOffset(offset_in_constant_table); in CreateJumpTable()
7617 void SetOffset(size_t offset) { offset_into_constant_area_ = offset; } in SetOffset() function in art::x86::RIPFixup7655 SetOffset(offset_in_constant_table); in CreateJumpTable()