Searched refs:BranchShortHelperR6 (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.cc | 3441 void TurboAssembler::BranchShortHelperR6(int32_t offset, Label* L) { in CallRecordWriteStub() 3450 BranchShortHelperR6(offset, nullptr); in CallRecordWriteStub() 3459 BranchShortHelperR6(0, L); in CallRecordWriteStub() 3502 bool TurboAssembler::BranchShortHelperR6(int32_t offset, Label* L, in CallRecordWriteStub() 3860 return BranchShortHelperR6(offset, nullptr, cond, rs, rt); in CallRecordWriteStub() 3868 return BranchShortHelperR6(0, L, cond, rs, rt); in CallRecordWriteStub() 4506 BranchShortHelperR6(0, L); in CallRecordWriteStub() 4529 BranchShortHelperR6(offset, nullptr); in CallRecordWriteStub()
|
H A D | macro-assembler-mips64.h | 926 void BranchShortHelperR6(int32_t offset, Label* L); 928 bool BranchShortHelperR6(int32_t offset, Label* L, Condition cond,
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.cc | 2802 void TurboAssembler::BranchShortHelperR6(int32_t offset, Label* L) { in CallRecordWriteStub() function in v8::internal::TurboAssembler 2811 BranchShortHelperR6(offset, nullptr); in CallRecordWriteStub() 2820 BranchShortHelperR6(0, L); in CallRecordWriteStub() 2863 bool TurboAssembler::BranchShortHelperR6(int32_t offset, Label* L, in CallRecordWriteStub() function in v8::internal::TurboAssembler 3217 return BranchShortHelperR6(offset, nullptr, cond, rs, rt); in CallRecordWriteStub() 3225 return BranchShortHelperR6(0, L, cond, rs, rt); in CallRecordWriteStub() 4012 BranchShortHelperR6(0, L); in CallRecordWriteStub() 4024 BranchShortHelperR6(offset, nullptr); in CallRecordWriteStub()
|
H A D | macro-assembler-mips.h | 877 void BranchShortHelperR6(int32_t offset, Label* L); 879 bool BranchShortHelperR6(int32_t offset, Label* L, Condition cond,
|
Completed in 32 milliseconds