Home
last modified time | relevance | path

Searched refs:BranchAndLinkShort (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h938 void BranchAndLinkShort(int32_t offset, BranchDelaySlot bdslot = PROTECT);
939 void BranchAndLinkShort(Label* L, BranchDelaySlot bdslot = PROTECT);
H A Dmacro-assembler-mips64.cc3886 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 Dmacro-assembler-mips.h889 void BranchAndLinkShort(int32_t offset, BranchDelaySlot bdslot = PROTECT);
890 void BranchAndLinkShort(Label* L, BranchDelaySlot bdslot = PROTECT);
H A Dmacro-assembler-mips.cc3243 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 Dmacro-assembler-riscv64.h1015 void BranchAndLinkShort(int32_t offset);
1016 void BranchAndLinkShort(Label* L);
H A Dmacro-assembler-riscv64.cc3075 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