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

  /external/v8/src/arm64/
assembler-arm64.cc 811 int link_offset = label->pos(); local
816 Instruction * link = InstructionAt(link_offset);
828 if (it->second.pc_offset_ == link_offset) {
836 link_offset = link_offset + link_pcoffset;
    [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.cc 165 ptrdiff_t link_offset = *links_it.Current(); local
166 Instruction* link = masm_->InstructionAt(link_offset);
170 BranchInfo branch_info(link_offset, label, link->BranchType());
    [all...]

Completed in 46 milliseconds