Searched refs:target_at_put (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/s390/ |
D | assembler-s390.cc | 459 void Assembler::target_at_put(int pos, int target_pos, bool* is_branch) { in target_at_put() function in v8::internal::Assembler 532 target_at_put(fixup_pos, pos, &is_branch); in bind_to()
|
D | assembler-s390.h | 1565 void target_at_put(int pos, int target_pos, bool* is_branch = nullptr);
|
/external/v8/src/ppc/ |
D | assembler-ppc.cc | 462 void Assembler::target_at_put(int pos, int target_pos, bool* is_branch) { in target_at_put() function in v8::internal::Assembler 584 target_at_put(trampoline_pos, pos); in bind_to() 586 target_at_put(fixup_pos, trampoline_pos); in bind_to() 588 target_at_put(fixup_pos, pos, &is_branch); in bind_to()
|
D | assembler-ppc.h | 1445 void target_at_put(int pos, int target_pos, bool* is_branch = nullptr);
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 932 void Assembler::target_at_put(int32_t pos, int32_t target_pos, in target_at_put() function in v8::internal::Assembler 1086 target_at_put(fixup_pos, pos, is_internal); in bind_to() 1096 target_at_put(fixup_pos, trampoline_pos, false); in bind_to() 1099 target_at_put(fixup_pos, pos, false); in bind_to() 1101 target_at_put(fixup_pos, pos, false); in bind_to()
|
D | assembler-mips.h | 1874 void target_at_put(int pos, int target_pos, bool is_internal);
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 878 void Assembler::target_at_put(int pos, int target_pos, bool is_internal) { in target_at_put() function in v8::internal::Assembler 1047 target_at_put(fixup_pos, pos, is_internal); in bind_to() 1057 target_at_put(fixup_pos, trampoline_pos, false); in bind_to() 1060 target_at_put(fixup_pos, pos, false); in bind_to() 1064 target_at_put(fixup_pos, pos, false); in bind_to()
|
D | assembler-mips64.h | 1946 void target_at_put(int pos, int target_pos, bool is_internal);
|
/external/v8/src/arm/ |
D | assembler-arm.h | 1544 void target_at_put(int pos, int target_pos);
|
D | assembler-arm.cc | 836 void Assembler::target_at_put(int pos, int target_pos) { in target_at_put() function in v8::internal::Assembler 991 target_at_put(fixup_pos, pos); in bind_to()
|