/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.h | 936 void BranchAndLinkShortHelper(int16_t offset, Label* L, 942 bool BranchAndLinkShortHelper(int16_t offset, Label* L, Condition cond,
|
H A D | macro-assembler-mips64.cc | 3935 void TurboAssembler::BranchAndLinkShortHelper(int16_t offset, Label* L, in CallRecordWriteStub() function in v8::internal::TurboAssembler 3958 BranchAndLinkShortHelper(offset, nullptr, bdslot); in CallRecordWriteStub() 3966 BranchAndLinkShortHelper(0, L, bdslot); in CallRecordWriteStub() 4112 bool TurboAssembler::BranchAndLinkShortHelper(int16_t offset, Label* L, in CallRecordWriteStub() function in v8::internal::TurboAssembler 4214 return BranchAndLinkShortHelper(offset, nullptr, cond, rs, rt, bdslot); in CallRecordWriteStub() 4221 return BranchAndLinkShortHelper(0, L, cond, rs, rt, bdslot); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.h | 887 void BranchAndLinkShortHelper(int16_t offset, Label* L, 893 bool BranchAndLinkShortHelper(int16_t offset, Label* L, Condition cond,
|
H A D | macro-assembler-mips.cc | 3292 void TurboAssembler::BranchAndLinkShortHelper(int16_t offset, Label* L, in CallRecordWriteStub() function in v8::internal::TurboAssembler 3315 BranchAndLinkShortHelper(offset, nullptr, bdslot); in CallRecordWriteStub() 3323 BranchAndLinkShortHelper(0, L, bdslot); in CallRecordWriteStub() 3469 bool TurboAssembler::BranchAndLinkShortHelper(int16_t offset, Label* L, in CallRecordWriteStub() function in v8::internal::TurboAssembler 3571 return BranchAndLinkShortHelper(offset, nullptr, cond, rs, rt, bdslot); in CallRecordWriteStub() 3578 return BranchAndLinkShortHelper(0, L, cond, rs, rt, bdslot); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.h | 1014 void BranchAndLinkShortHelper(int32_t offset, Label* L); 1017 bool BranchAndLinkShortHelper(int32_t offset, Label* L, Condition cond,
|
H A D | macro-assembler-riscv64.cc | 3124 void TurboAssembler::BranchAndLinkShortHelper(int32_t offset, Label* L) { in BranchAndLinkShortHelper() function in v8::TurboAssembler 3132 BranchAndLinkShortHelper(offset, nullptr); in BranchAndLinkShort() 3136 BranchAndLinkShortHelper(0, L); in BranchAndLinkShort() 3142 bool TurboAssembler::BranchAndLinkShortHelper(int32_t offset, Label* L, in BranchAndLinkShortHelper() function in v8::TurboAssembler 3172 return BranchAndLinkShortHelper(offset, nullptr, cond, rs, rt); in BranchAndLinkShortCheck() 3175 return BranchAndLinkShortHelper(0, L, cond, rs, rt); in BranchAndLinkShortCheck()
|