/external/cronet/build/android/gyp/ |
D | create_unwind_table_tests.py | 205 AddressUnwind(address_offset=0, 214 AddressUnwind(address_offset=0, 223 AddressUnwind(address_offset=0, 231 AddressUnwind(address_offset=0, 239 AddressUnwind(address_offset=0, 248 AddressUnwind(address_offset=0, 256 AddressUnwind(address_offset=0, 263 AddressUnwind(address_offset=0, 271 address_unwind1 = AddressUnwind(address_offset=0, 276 address_offset=4, [all …]
|
D | create_unwind_table.py | 268 address_offset: int 333 def ParseFromMatch(self, address_offset: int, cfa_sp_offset: int, 354 def ParseFromMatch(self, address_offset: int, cfa_sp_offset: int, 356 return AddressUnwind(address_offset, UnwindType.RETURN_TO_LR, 0, ()), 0 387 def ParseFromMatch(self, address_offset: int, cfa_sp_offset: int, 418 return AddressUnwind(address_offset, 436 def ParseFromMatch(self, address_offset: int, cfa_sp_offset: int, 442 return (AddressUnwind(address_offset, UnwindType.NO_ACTION, 0, 447 return AddressUnwind(address_offset, 458 def ParseFromMatch(self, address_offset: int, cfa_sp_offset: int, [all …]
|
/external/angle/build/android/gyp/ |
D | create_unwind_table_tests.py | 205 AddressUnwind(address_offset=0, 214 AddressUnwind(address_offset=0, 223 AddressUnwind(address_offset=0, 231 AddressUnwind(address_offset=0, 239 AddressUnwind(address_offset=0, 248 AddressUnwind(address_offset=0, 256 AddressUnwind(address_offset=0, 263 AddressUnwind(address_offset=0, 271 address_unwind1 = AddressUnwind(address_offset=0, 276 address_offset=4, [all …]
|
D | create_unwind_table.py | 268 address_offset: int 333 def ParseFromMatch(self, address_offset: int, cfa_sp_offset: int, 354 def ParseFromMatch(self, address_offset: int, cfa_sp_offset: int, 356 return AddressUnwind(address_offset, UnwindType.RETURN_TO_LR, 0, ()), 0 387 def ParseFromMatch(self, address_offset: int, cfa_sp_offset: int, 418 return AddressUnwind(address_offset, 436 def ParseFromMatch(self, address_offset: int, cfa_sp_offset: int, 442 return (AddressUnwind(address_offset, UnwindType.NO_ACTION, 0, 447 return AddressUnwind(address_offset, 458 def ParseFromMatch(self, address_offset: int, cfa_sp_offset: int, [all …]
|
/external/crosvm/devices/src/virtio/ |
D | wl.rs | 1070 address_offset: Option<u64>, field 1082 address_offset: Option<u64>, in new() 1103 address_offset, in new() 1668 let addr = match (offset, self.address_offset) { in compute_pfn() 1669 (Some(o), Some(address_offset)) => o + address_offset, in compute_pfn() 1811 address_offset: Option<u64>, in new() 1828 address_offset, in new() 1934 address_offset: Option<u64>, field 1954 address_offset: None, in new() 2038 let address_offset = if !self.use_shmem { in activate() localVariable [all …]
|
/external/cronet/base/win/ |
D | pe_image_reader.cc | 336 size_t address_offset = relative_address - section_header->VirtualAddress; in FindSectionFromRva() local 337 if (address_offset > section_header->Misc.VirtualSize) in FindSectionFromRva()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 3750 Temp address_offset = address; in store_lds() local 3752 address_offset = bld.vadd32(bld.def(v1), Operand(base_offset), address_offset); in store_lds() 3761 …instr = bld.ds(op, address_offset, data, second_data, m, inline_offset, inline_offset + write2_off… in store_lds() 3763 instr = bld.ds(op, address_offset, data, m, inline_offset); in store_lds()
|