Searched refs:target_at_put (Results 1 – 10 of 10) sorted by relevance
/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() function in v8::internal::Assembler 560 target_at_put(trampoline_pos, pos); in bind_to() 562 target_at_put(fixup_pos, trampoline_pos); in bind_to() 564 target_at_put(fixup_pos, pos, &is_branch); in bind_to()
|
D | assembler-ppc.h | 1318 void target_at_put(int pos, int target_pos, bool* is_branch = nullptr);
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 836 void Assembler::target_at_put(int32_t pos, int32_t target_pos, in target_at_put() function in v8::internal::Assembler 925 target_at_put(fixup_pos, pos, is_internal); in bind_to() 935 target_at_put(fixup_pos, trampoline_pos, false); in bind_to() 939 target_at_put(fixup_pos, pos, false); in bind_to() 941 target_at_put(fixup_pos, pos, false); in bind_to()
|
D | assembler-mips.h | 1195 void target_at_put(int pos, int target_pos, bool is_internal);
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 784 void Assembler::target_at_put(int pos, int target_pos, bool is_internal) { in target_at_put() function in v8::internal::Assembler 889 target_at_put(fixup_pos, pos, is_internal); in bind_to() 899 target_at_put(fixup_pos, trampoline_pos, false); in bind_to() 903 target_at_put(fixup_pos, pos, false); in bind_to() 907 target_at_put(fixup_pos, pos, false); in bind_to()
|
D | assembler-mips64.h | 1254 void target_at_put(int pos, int target_pos, bool is_internal);
|
/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() function in v8::internal::Assembler 445 target_at_put(fixup_pos, pos, &is_branch); in bind_to()
|
D | assembler-s390.h | 1331 void target_at_put(int pos, int target_pos, bool* is_branch = nullptr);
|
/external/v8/src/arm/ |
D | assembler-arm.h | 1566 void target_at_put(int pos, int target_pos);
|
D | assembler-arm.cc | 926 void Assembler::target_at_put(int pos, int target_pos) { in target_at_put() function in v8::internal::Assembler 1081 target_at_put(fixup_pos, pos); in bind_to()
|