Searched refs:BranchAndLinkLong (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.cc | 3901 BranchAndLinkLong(L, bdslot); in CallRecordWriteStub() 3905 BranchAndLinkLong(L, bdslot); in CallRecordWriteStub() 3919 BranchAndLinkLong(L, bdslot); in CallRecordWriteStub() 3927 BranchAndLinkLong(L, bdslot); in CallRecordWriteStub() 4546 void TurboAssembler::BranchAndLinkLong(Label* L, BranchDelaySlot bdslot) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
H A D | macro-assembler-mips64.h | 949 void BranchAndLinkLong(Label* L, BranchDelaySlot bdslot);
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.cc | 3258 BranchAndLinkLong(L, bdslot); in CallRecordWriteStub() 3262 BranchAndLinkLong(L, bdslot); in CallRecordWriteStub() 3276 BranchAndLinkLong(L, bdslot); in CallRecordWriteStub() 3284 BranchAndLinkLong(L, bdslot); in CallRecordWriteStub() 4032 void TurboAssembler::BranchAndLinkLong(Label* L, BranchDelaySlot bdslot) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
H A D | macro-assembler-mips.h | 899 void BranchAndLinkLong(Label* L, BranchDelaySlot bdslot);
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.cc | 3090 BranchAndLinkLong(L); in BranchAndLink() 3094 BranchAndLinkLong(L); in BranchAndLink() 3108 BranchAndLinkLong(L); in BranchAndLink() 3116 BranchAndLinkLong(L); in BranchAndLink() 3473 void TurboAssembler::BranchAndLinkLong(Label* L) { in BranchAndLinkLong() function in v8::TurboAssembler
|
H A D | macro-assembler-riscv64.h | 1021 void BranchAndLinkLong(Label* L);
|
Completed in 29 milliseconds