HomeSort by relevance Sort by last modified time
    Searched defs:link_offset (Results 1 - 2 of 2) sorted by null

  /external/vixl/src/aarch64/
macro-assembler-aarch64.cc 225 ptrdiff_t link_offset = *links_it.Current(); local
226 Instruction* link = masm_->GetInstructionAt(link_offset);
230 BranchInfo branch_info(link_offset, label, link->GetBranchType());
    [all...]
  /external/v8/src/arm64/
assembler-arm64.cc 851 int link_offset = label->pos(); local
856 Instruction * link = InstructionAt(link_offset);
869 if (it->second.pc_offset_ == link_offset) {
877 link_offset = link_offset + link_pcoffset;
    [all...]

Completed in 274 milliseconds