Lines Matching refs:new_offset
118 void SetOffset(uint32_t new_offset) { in SetOffset() argument
119 offset_ = new_offset; in SetOffset()
329 void SetStringIdsOffset(uint32_t new_offset) { string_ids_.SetOffset(new_offset); } in SetStringIdsOffset() argument
330 void SetTypeIdsOffset(uint32_t new_offset) { type_ids_.SetOffset(new_offset); } in SetTypeIdsOffset() argument
331 void SetProtoIdsOffset(uint32_t new_offset) { proto_ids_.SetOffset(new_offset); } in SetProtoIdsOffset() argument
332 void SetFieldIdsOffset(uint32_t new_offset) { field_ids_.SetOffset(new_offset); } in SetFieldIdsOffset() argument
333 void SetMethodIdsOffset(uint32_t new_offset) { method_ids_.SetOffset(new_offset); } in SetMethodIdsOffset() argument
334 void SetClassDefsOffset(uint32_t new_offset) { class_defs_.SetOffset(new_offset); } in SetClassDefsOffset() argument
335 void SetCallSiteIdsOffset(uint32_t new_offset) { call_site_ids_.SetOffset(new_offset); } in SetCallSiteIdsOffset() argument
336 void SetMethodHandleItemsOffset(uint32_t new_offset) in SetMethodHandleItemsOffset() argument
337 { method_handle_items_.SetOffset(new_offset); } in SetMethodHandleItemsOffset()
338 void SetStringDatasOffset(uint32_t new_offset) { string_datas_.SetOffset(new_offset); } in SetStringDatasOffset() argument
339 void SetTypeListsOffset(uint32_t new_offset) { type_lists_.SetOffset(new_offset); } in SetTypeListsOffset() argument
340 void SetEncodedArrayItemsOffset(uint32_t new_offset) in SetEncodedArrayItemsOffset() argument
341 { encoded_array_items_.SetOffset(new_offset); } in SetEncodedArrayItemsOffset()
342 void SetAnnotationItemsOffset(uint32_t new_offset) { annotation_items_.SetOffset(new_offset); } in SetAnnotationItemsOffset() argument
343 void SetAnnotationSetItemsOffset(uint32_t new_offset) in SetAnnotationSetItemsOffset() argument
344 { annotation_set_items_.SetOffset(new_offset); } in SetAnnotationSetItemsOffset()
345 void SetAnnotationSetRefListsOffset(uint32_t new_offset) in SetAnnotationSetRefListsOffset() argument
346 { annotation_set_ref_lists_.SetOffset(new_offset); } in SetAnnotationSetRefListsOffset()
347 void SetAnnotationsDirectoryItemsOffset(uint32_t new_offset) in SetAnnotationsDirectoryItemsOffset() argument
348 { annotations_directory_items_.SetOffset(new_offset); } in SetAnnotationsDirectoryItemsOffset()
349 void SetDebugInfoItemsOffset(uint32_t new_offset) { debug_info_items_.SetOffset(new_offset); } in SetDebugInfoItemsOffset() argument
350 void SetCodeItemsOffset(uint32_t new_offset) { code_items_.SetOffset(new_offset); } in SetCodeItemsOffset() argument
351 void SetClassDatasOffset(uint32_t new_offset) { class_datas_.SetOffset(new_offset); } in SetClassDatasOffset() argument
352 void SetMapListOffset(uint32_t new_offset) { map_list_offset_ = new_offset; } in SetMapListOffset() argument