Searched defs:target_pos (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 769 static inline Instr SetBranchOffset(int32_t pos, int32_t target_pos, in SetBranchOffset() 784 void Assembler::target_at_put(int pos, int target_pos, bool is_internal) { in target_at_put() 1151 int64_t target_pos; in jump_address() local 1171 int64_t target_pos; in jump_offset() local 1193 int32_t target_pos; in branch_offset_helper() local 1221 int target_pos; in label_at_put() local
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 821 static inline Instr SetBranchOffset(int32_t pos, int32_t target_pos, in SetBranchOffset() 836 void Assembler::target_at_put(int32_t pos, int32_t target_pos, in target_at_put() 1185 int32_t target_pos; in jump_address() local 1207 int32_t target_pos; in branch_offset_helper() local 1235 int target_pos; in label_at_put() local
|
/external/v8/src/s390/ |
D | assembler-s390.cc | 382 void Assembler::target_at_put(int pos, int target_pos, bool* is_branch) { in target_at_put() 501 int target_pos; in load_label_offset() local
|
/external/v8/src/arm/ |
D | assembler-arm.cc | 926 void Assembler::target_at_put(int pos, int target_pos) { in target_at_put() 1446 int target_pos; in branch_offset() local
|
/external/v8/src/ppc/ |
D | assembler-ppc.cc | 445 void Assembler::target_at_put(int pos, int target_pos, bool* is_branch) { in target_at_put()
|