Home
last modified time | relevance | path

Searched refs:CompareRoot (Results 1 - 22 of 22) sorted by relevance

/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.h426 void CompareRoot(Register with, RootIndex index);
427 void CompareRoot(Operand with, RootIndex index);
665 CompareRoot(with, index); in JumpIfRoot()
670 CompareRoot(with, index); in JumpIfRoot()
677 CompareRoot(with, index); in JumpIfNotRoot()
682 CompareRoot(with, index); in JumpIfNotRoot()
H A Dmacro-assembler-x64.cc174 void TurboAssembler::CompareRoot(Register with, RootIndex index) { in CompareRoot() function in v8::internal::TurboAssembler
185 void TurboAssembler::CompareRoot(Operand with, RootIndex index) { in CompareRoot() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.h300 void CompareRoot(Register with, RootIndex index);
301 void CompareRoot(Register with, Register scratch, RootIndex index);
426 CompareRoot(with, index); in JumpIfRoot()
433 CompareRoot(with, index); in JumpIfNotRoot()
H A Dmacro-assembler-ia32.cc114 void TurboAssembler::CompareRoot(Register with, Register scratch, in CompareRoot() function in v8::internal::TurboAssembler
118 CompareRoot(with, index); in CompareRoot()
127 void TurboAssembler::CompareRoot(Register with, RootIndex index) { in CompareRoot() function in v8::internal::TurboAssembler
837 CompareRoot(object, scratch, RootIndex::kUndefinedValue); in CallRecordWriteStub()
/third_party/node/deps/v8/src/baseline/ia32/
H A Dbaseline-compiler-ia32-inl.h35 __ masm()->CompareRoot(kInterpreterAccumulatorRegister, in PrologueFillFrame()
/third_party/node/deps/v8/src/baseline/s390/
H A Dbaseline-compiler-s390-inl.h36 __ masm()->CompareRoot(kInterpreterAccumulatorRegister, in PrologueFillFrame()
/third_party/node/deps/v8/src/baseline/arm64/
H A Dbaseline-compiler-arm64-inl.h38 __ masm()->CompareRoot(kInterpreterAccumulatorRegister, in PrologueFillFrame()
/third_party/node/deps/v8/src/baseline/arm/
H A Dbaseline-compiler-arm-inl.h36 __ masm()->CompareRoot(kInterpreterAccumulatorRegister, in PrologueFillFrame()
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.h734 void CompareRoot(Register obj, RootIndex index);
744 CompareRoot(with, index); in JumpIfRoot()
750 CompareRoot(with, index); in JumpIfNotRoot()
H A Dmacro-assembler-arm.cc1854 void MacroAssembler::CompareRoot(Register obj, RootIndex index) { in CallRecordWriteStub() function in v8::internal::MacroAssembler
2235 CompareRoot(object, RootIndex::kUndefinedValue); in CallRecordWriteStub()
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc2252 __ CompareRoot(edi, RootIndex::kTheHoleValue); in Generate_CallOrConstructVarargs()
3054 __ CompareRoot(eax, RootIndex::kException); in Generate_CEntry()
3322 __ CompareRoot(ecx, RootIndex::kTheHoleValue); in CallApiFunctionAndReturn()
3340 __ CompareRoot(map, RootIndex::kHeapNumberMap); in CallApiFunctionAndReturn()
3343 __ CompareRoot(map, RootIndex::kBigIntMap); in CallApiFunctionAndReturn()
3346 __ CompareRoot(return_value, RootIndex::kUndefinedValue); in CallApiFunctionAndReturn()
3349 __ CompareRoot(return_value, RootIndex::kTrueValue); in CallApiFunctionAndReturn()
3352 __ CompareRoot(return_value, RootIndex::kFalseValue); in CallApiFunctionAndReturn()
3355 __ CompareRoot(return_value, RootIndex::kNullValue); in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc2219 __ CompareRoot(value, RootIndex::kTheHoleValue); in Generate_CallOrConstructVarargs()
3059 __ CompareRoot(suspender, RootIndex::kUndefinedValue); in RestoreParentSuspender()
4300 __ CompareRoot(rax, RootIndex::kException); in Generate_CEntry()
4559 __ CompareRoot(map, RootIndex::kHeapNumberMap); in CallApiFunctionAndReturn()
4562 __ CompareRoot(map, RootIndex::kBigIntMap); in CallApiFunctionAndReturn()
4565 __ CompareRoot(return_value, RootIndex::kUndefinedValue); in CallApiFunctionAndReturn()
4568 __ CompareRoot(return_value, RootIndex::kTrueValue); in CallApiFunctionAndReturn()
4571 __ CompareRoot(return_value, RootIndex::kFalseValue); in CallApiFunctionAndReturn()
4574 __ CompareRoot(return_value, RootIndex::kNullValue); in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.h1214 void CompareRoot(Register obj, RootIndex index);
1222 CompareRoot(with, index); in JumpIfRoot()
1228 CompareRoot(with, index); in JumpIfNotRoot()
H A Dmacro-assembler-ppc.cc1714 void MacroAssembler::CompareRoot(Register obj, RootIndex index) { in CallRecordWriteStub()
2211 CompareRoot(object, RootIndex::kUndefinedValue); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.h1563 void CompareRoot(Register obj, RootIndex index);
1587 CompareRoot(with, index); in JumpIfRoot()
1593 CompareRoot(with, index); in JumpIfNotRoot()
H A Dmacro-assembler-s390.cc1911 void MacroAssembler::CompareRoot(Register obj, RootIndex index) { in CallRecordWriteStub()
2221 CompareRoot(object, RootIndex::kUndefinedValue); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc2891 void MacroAssembler::CompareRoot(const Register& obj, RootIndex index) { in TruncateDoubleToI() function in v8::internal::MacroAssembler
2902 CompareRoot(obj, index); in TruncateDoubleToI()
2908 CompareRoot(obj, index); in TruncateDoubleToI()
H A Dmacro-assembler-arm64.h1973 void CompareRoot(const Register& obj, RootIndex index);
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc365 __ CompareRoot(x0, RootIndex::kUndefinedValue); in Generate_JSConstructStubGeneric()
372 __ CompareRoot(x0, RootIndex::kTheHoleValue); in Generate_JSConstructStubGeneric()
1366 __ CompareRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_BaselineOutOfLinePrologue()
2479 // We do not use the CompareRoot macro as it would do a LoadRoot behind the in Generate_CallOrConstructVarargs()
3269 __ CompareRoot(result, RootIndex::kException); in Generate_CEntry()
/third_party/node/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc2381 __ CompareRoot(scratch, RootIndex::kTheHoleValue); in Generate_CallOrConstructVarargs()
3073 __ CompareRoot(r2, RootIndex::kException); in Generate_CEntry()
3084 __ CompareRoot(r1, RootIndex::kTheHoleValue); in Generate_CEntry()
3373 __ CompareRoot(r7, RootIndex::kTheHoleValue); in CallApiFunctionAndReturn()
/third_party/node/deps/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc2334 __ CompareRoot(scratch, RootIndex::kTheHoleValue); in Generate_CallOrConstructVarargs()
3031 __ CompareRoot(r3, RootIndex::kException); in Generate_CEntry()
3043 __ CompareRoot(r6, RootIndex::kTheHoleValue); in Generate_CEntry()
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc2798 __ CompareRoot(r0, RootIndex::kException); in Generate_CEntry()
2809 __ CompareRoot(r3, RootIndex::kTheHoleValue); in Generate_CEntry()

Completed in 82 milliseconds