Home
last modified time | relevance | path

Searched refs:hasAvailable (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.cc703 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub()
721 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub()
735 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub()
750 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub()
775 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub()
789 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub()
2273 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub()
H A Dassembler-loong64.h1091 bool hasAvailable() const;
H A Dassembler-loong64.cc2367 bool UseScratchRegisterScope::hasAvailable() const { in hasAvailable() function in v8::internal::UseScratchRegisterScope
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc912 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub()
936 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub()
950 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub()
965 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub()
990 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub()
1004 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub()
3508 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub()
3723 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub()
3975 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub()
H A Dassembler-mips64.h1933 bool hasAvailable() const;
H A Dassembler-mips64.cc3997 bool UseScratchRegisterScope::hasAvailable() const { in hasAvailable() function in v8::internal::UseScratchRegisterScope
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc818 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub()
833 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub()
858 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub()
872 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub()
890 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub()
2868 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub()
3082 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub()
3332 Register scratch = temps.hasAvailable() ? temps.Acquire() : t8; in CallRecordWriteStub()
H A Dassembler-mips.h1903 bool hasAvailable() const;
H A Dassembler-mips.cc3846 bool UseScratchRegisterScope::hasAvailable() const { in hasAvailable() function in v8::internal::UseScratchRegisterScope
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.cc1201 if (temps.hasAvailable()) { in UnalignedStoreHelper()
1618 int count = li_estimate(j.immediate(), temps.hasAvailable()); in li()
1619 int reverse_count = li_estimate(~j.immediate(), temps.hasAvailable()); in li()
H A Dassembler-riscv64.h1795 bool hasAvailable() const;
H A Dassembler-riscv64.cc3242 temp_reg = temps.hasAvailable() ? temps.Acquire() : no_reg; in RV_li()
3939 bool UseScratchRegisterScope::hasAvailable() const { in hasAvailable() function in v8::internal::UseScratchRegisterScope

Completed in 68 milliseconds