HomeSort by relevance Sort by last modified time
    Searched refs:absolute_address (Results 1 - 3 of 3) sorted by null

  /art/compiler/debug/dwarf/
debug_line_opcode_writer.h 47 void AdvancePC(uint64_t absolute_address) {
49 DCHECK_GE(absolute_address, current_address_);
50 if (absolute_address != current_address_) {
51 uint64_t delta = FactorCodeOffset(absolute_address - current_address_);
55 current_address_ = absolute_address;
57 SetAddress(absolute_address);
123 void SetAddress(uint64_t absolute_address) {
124 DCHECK_GE(absolute_address, current_address_);
125 FactorCodeOffset(absolute_address); // Check if it is factorable.
131 this->PushUint64(absolute_address);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
test-gen.c 540 absolute_address (func_arg *arg, insn_data *data) function
541 #define absolute_address (bits, shift, revert) \ macro
542 { absolute_address, { i1: shift, i2: bits * (revert ? -1 : 1), \
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mn10300/
am33-2.c 44 #define a16(shift) absolute_address(16, shift, 1)

Completed in 693 milliseconds