Home
last modified time | relevance | path

Searched defs:target_pos (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/codegen/s390/
Dassembler-s390.cc507 void Assembler::target_at_put(int pos, int target_pos, bool* is_branch) { in target_at_put()
627 int target_pos; in load_label_offset() local
/third_party/ffmpeg/libavformat/
Dmp3dec.c499 static int64_t mp3_sync(AVFormatContext *s, int64_t target_pos, int flags) in mp3_sync()
/third_party/node/deps/v8/src/codegen/riscv64/
Dassembler-riscv64.cc450 static inline Instr SetBranchOffset(int32_t pos, int32_t target_pos, in SetBranchOffset()
490 static inline Instr SetJalOffset(int32_t pos, int32_t target_pos, Instr instr) { in SetJalOffset()
505 static inline ShortInstr SetCJalOffset(int32_t pos, int32_t target_pos, in SetCJalOffset()
520 static inline Instr SetCBranchOffset(int32_t pos, int32_t target_pos, in SetCBranchOffset()
536 void Assembler::target_at_put(int pos, int target_pos, bool is_internal, in target_at_put()
1392 int64_t target_pos; in jump_address() local
1422 int64_t target_pos; in branch_long_offset() local
1453 int32_t target_pos; in branch_offset_helper() local
1485 int target_pos; in label_at_put() local
/third_party/node/deps/v8/src/codegen/loong64/
Dassembler-loong64.cc485 static inline Instr SetBranchOffset(int32_t pos, int32_t target_pos, in SetBranchOffset()
514 void Assembler::target_at_put(int pos, int target_pos, bool is_internal) { in target_at_put()
887 int64_t target_pos; in jump_address() local
906 int64_t target_pos; in branch_long_offset() local
926 int32_t target_pos; in branch_offset_helper() local
952 int target_pos; in label_at_put() local
/third_party/node/deps/v8/src/codegen/mips64/
Dassembler-mips64.cc789 static inline Instr SetBranchOffset(int32_t pos, int32_t target_pos, in SetBranchOffset()
803 void Assembler::target_at_put(int pos, int target_pos, bool is_internal) { in target_at_put()
1326 int64_t target_pos; in jump_address() local
1345 int64_t target_pos; in jump_offset() local
1366 int64_t target_pos; in branch_long_offset() local
1386 int32_t target_pos; in branch_offset_helper() local
1413 int target_pos; in label_at_put() local
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.cc882 static inline Instr SetBranchOffset(int32_t pos, int32_t target_pos, in SetBranchOffset()
896 void Assembler::target_at_put(int32_t pos, int32_t target_pos, in target_at_put()
1398 int32_t target_pos; in jump_address() local
1419 int32_t target_pos; in branch_long_offset() local
1442 int32_t target_pos; in branch_offset_helper() local
1469 int target_pos; in label_at_put() local
/third_party/node/deps/v8/src/codegen/arm/
Dassembler-arm.cc815 void Assembler::target_at_put(int pos, int target_pos) { in target_at_put()
1444 int target_pos; in branch_offset() local
/third_party/node/deps/v8/src/codegen/ppc/
Dassembler-ppc.cc450 void Assembler::target_at_put(int pos, int target_pos, bool* is_branch) { in target_at_put()