Searched defs:offset_base (Results 1 - 3 of 3) sorted by relevance

/external/perf_data_converter/src/quipper/
H A Daddress_mapper.h34 // |offset_base| represents the offset within the original region at which the
38 // offset_base=0x10000, then the address 0x5000 maps to an offset of 0x11000
45 const uint64_t id, const uint64_t offset_base,
94 uint64_t offset_base; member in struct:quipper::AddressMapper::MappedRange
H A Daddress_mapper.cc27 const uint64_t id, const uint64_t offset_base,
46 range.offset_base = offset_base;
105 old_range.offset_base, false)) {
113 if (!MapWithID(range.real_addr, range.size, id, offset_base, false)) {
121 old_range.offset_base + gap_before + range.size, false)) {
243 *offset = real_addr - real_addr_iter->real_addr + real_addr_iter->offset_base;
26 MapWithID(const uint64_t real_addr, const uint64_t size, const uint64_t id, const uint64_t offset_base, bool remove_existing_mappings) argument
/external/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc16937 uint64_t offset_base = CPU::SetPointerTag(UINT64_C(0), tags[o]); local
16950 __ Mov(x10, offset_base + data_length);
16958 __ Mov(x10, offset_base + data_length);
16966 __ Mov(x10, offset_base + data_length);
16974 __ Mov(x10, offset_base + data_length);
16982 __ Mov(x10, offset_base + data_length);
16990 __ Mov(x10, offset_base + data_length);
16998 __ Mov(x10, offset_base + data_length);
17006 __ Mov(x10, offset_base + data_length);
17023 ASSERT_EQUAL_64(offset_base
[all...]

Completed in 398 milliseconds