Searched refs:BranchAndLinkShort (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.h | 938 void BranchAndLinkShort(int32_t offset, BranchDelaySlot bdslot = PROTECT); 939 void BranchAndLinkShort(Label* L, BranchDelaySlot bdslot = PROTECT);
|
H A D | macro-assembler-mips64.cc | 3886 BranchAndLinkShort(offset, bdslot); in CallRecordWriteStub() 3899 BranchAndLinkShort(L, bdslot); in CallRecordWriteStub() 3907 BranchAndLinkShort(L, bdslot); in CallRecordWriteStub() 3951 void TurboAssembler::BranchAndLinkShort(int32_t offset, in CallRecordWriteStub() function in v8::internal::TurboAssembler 3962 void TurboAssembler::BranchAndLinkShort(Label* L, BranchDelaySlot bdslot) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.h | 889 void BranchAndLinkShort(int32_t offset, BranchDelaySlot bdslot = PROTECT); 890 void BranchAndLinkShort(Label* L, BranchDelaySlot bdslot = PROTECT);
|
H A D | macro-assembler-mips.cc | 3243 BranchAndLinkShort(offset, bdslot); in CallRecordWriteStub() 3256 BranchAndLinkShort(L, bdslot); in CallRecordWriteStub() 3264 BranchAndLinkShort(L, bdslot); in CallRecordWriteStub() 3308 void TurboAssembler::BranchAndLinkShort(int32_t offset, in CallRecordWriteStub() function in v8::internal::TurboAssembler 3319 void TurboAssembler::BranchAndLinkShort(Label* L, BranchDelaySlot bdslot) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.h | 1015 void BranchAndLinkShort(int32_t offset); 1016 void BranchAndLinkShort(Label* L);
|
H A D | macro-assembler-riscv64.cc | 3075 BranchAndLinkShort(offset); in BranchAndLink() 3088 BranchAndLinkShort(L); in BranchAndLink() 3096 BranchAndLinkShort(L); in BranchAndLink() 3130 void TurboAssembler::BranchAndLinkShort(int32_t offset) { in BranchAndLinkShort() function in v8::TurboAssembler 3135 void TurboAssembler::BranchAndLinkShort(Label* L) { in BranchAndLinkShort() function in v8::TurboAssembler
|
Completed in 29 milliseconds