/external/v8/src/codegen/s390/ |
D | assembler-s390.cc | 494 void Assembler::target_at_put(int pos, int target_pos, bool* is_branch) { in target_at_put() function in v8::internal::Assembler 567 target_at_put(fixup_pos, pos, &is_branch); in bind_to()
|
D | assembler-s390.h | 1375 void target_at_put(int pos, int target_pos, bool* is_branch = nullptr);
|
/external/v8/src/codegen/ppc/ |
D | assembler-ppc.cc | 448 void Assembler::target_at_put(int pos, int target_pos, bool* is_branch) { in target_at_put() function in v8::internal::Assembler 568 target_at_put(trampoline_pos, pos); in bind_to() 570 target_at_put(fixup_pos, trampoline_pos); in bind_to() 572 target_at_put(fixup_pos, pos, &is_branch); in bind_to()
|
D | assembler-ppc.h | 1207 void target_at_put(int pos, int target_pos, bool* is_branch = nullptr);
|
/external/v8/src/codegen/mips/ |
D | assembler-mips.cc | 892 void Assembler::target_at_put(int32_t pos, int32_t target_pos, in target_at_put() function in v8::internal::Assembler 1043 target_at_put(fixup_pos, pos, is_internal); in bind_to() 1053 target_at_put(fixup_pos, trampoline_pos, false); in bind_to() 1056 target_at_put(fixup_pos, pos, false); in bind_to() 1058 target_at_put(fixup_pos, pos, false); in bind_to()
|
D | assembler-mips.h | 1556 void target_at_put(int pos, int target_pos, bool is_internal);
|
/external/v8/src/codegen/mips64/ |
D | assembler-mips64.cc | 796 void Assembler::target_at_put(int pos, int target_pos, bool is_internal) { in target_at_put() function in v8::internal::Assembler 966 target_at_put(fixup_pos, pos, is_internal); in bind_to() 976 target_at_put(fixup_pos, trampoline_pos, false); in bind_to() 979 target_at_put(fixup_pos, pos, false); in bind_to() 983 target_at_put(fixup_pos, pos, false); in bind_to()
|
D | assembler-mips64.h | 1605 void target_at_put(int pos, int target_pos, bool is_internal);
|
/external/v8/src/codegen/arm/ |
D | assembler-arm.h | 1169 void target_at_put(int pos, int target_pos);
|
D | assembler-arm.cc | 804 void Assembler::target_at_put(int pos, int target_pos) { in target_at_put() function in v8::internal::Assembler 988 target_at_put(fixup_pos, pos); in bind_to()
|