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

  /external/chromium_org/v8/src/mips/
assembler-mips.cc 721 void Assembler::target_at_put(int32_t pos, int32_t target_pos) {
724 DCHECK(target_pos == kEndOfChain || target_pos >= 0);
727 instr_at_put(pos, target_pos + (Code::kHeaderSize - kHeapObjectTag));
733 int32_t imm18 = target_pos - (pos + kBranchPCOffset);
745 uint32_t imm = reinterpret_cast<uint32_t>(buffer_) + target_pos;
756 uint32_t imm28 = reinterpret_cast<uint32_t>(buffer_) + target_pos;
1005 int32_t target_pos; local
1008 target_pos = L->pos();
1011 target_pos = L->pos(); // L's link
1027 int32_t target_pos; local
1055 int32_t target_pos; local
1081 int32_t target_pos; local
1109 int32_t target_pos; local
1136 int target_pos; local
    [all...]
assembler-mips.h     [all...]
  /external/chromium_org/v8/src/mips64/
assembler-mips64.cc 699 void Assembler::target_at_put(int64_t pos, int64_t target_pos) {
702 DCHECK(target_pos == kEndOfChain || target_pos >= 0);
705 instr_at_put(pos, target_pos + (Code::kHeaderSize - kHeapObjectTag));
711 int32_t imm18 = target_pos - (pos + kBranchPCOffset);
726 uint64_t imm = reinterpret_cast<uint64_t>(buffer_) + target_pos;
740 uint64_t imm28 = reinterpret_cast<uint64_t>(buffer_) + target_pos;
988 int64_t target_pos; local
990 target_pos = L->pos();
993 target_pos = L->pos(); // L's link
1009 int32_t target_pos; local
1036 int32_t target_pos; local
1062 int32_t target_pos; local
1089 int32_t target_pos; local
1115 int target_pos; local
    [all...]
assembler-mips64.h     [all...]
  /external/chromium_org/v8/src/
scanner-character-streams.cc 207 unsigned target_pos = pos_ + delta; local
208 SetRawPosition(target_pos);
  /external/chromium_org/v8/src/arm/
assembler-arm.cc 802 void Assembler::target_at_put(int pos, int target_pos) {
805 DCHECK(target_pos == pos || target_pos >= 0);
823 uint32_t target24 = target_pos + (Code::kHeaderSize - kHeapObjectTag);
872 int imm26 = target_pos - (pos + kPcLoadDelta);
1313 int target_pos; local
    [all...]
assembler-arm.h     [all...]

Completed in 207 milliseconds