| /third_party/node/deps/v8/src/baseline/ |
| D | baseline-compiler.cc | 425 __ LoadRoot(output, RootIndex::kFalseValue); in SelectBooleanConstant() local 428 __ LoadRoot(output, RootIndex::kTrueValue); in SelectBooleanConstant() local 670 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in VisitLdaUndefined() local 674 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kNullValue); in VisitLdaNull() local 678 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kTheHoleValue); in VisitLdaTheHole() local 682 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kTrueValue); in VisitLdaTrue() local 686 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kFalseValue); in VisitLdaFalse() local 1382 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in VisitIntrinsicGeneratorClose() local 1545 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kTrueValue); in VisitTestUndetectable() local 1550 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kFalseValue); in VisitTestUndetectable() local [all …]
|
| D | baseline-assembler-inl.h | 79 void BaselineAssembler::LoadRoot(Register output, RootIndex index) { in LoadRoot() function 80 __ LoadRoot(output, index); in LoadRoot() 90 return __ LoadRoot(output, source); in Move()
|
| D | baseline-assembler.h | 95 inline void LoadRoot(Register output, RootIndex index);
|
| /third_party/node/deps/v8/src/builtins/arm64/ |
| D | builtins-arm64.cc | 123 __ LoadRoot(x4, RootIndex::kTheHoleValue); in Generate_JSBuiltinsConstructStubHelper() local 262 __ LoadRoot(x0, RootIndex::kTheHoleValue); in Generate_JSConstructStubGeneric() local 590 __ LoadRoot(x5, RootIndex::kTheHoleValue); in Generate_ResumeGeneratorTrampoline() local 758 __ LoadRoot(x0, RootIndex::kException); in Generate_JSEntryVariant() local 949 __ LoadRoot(x19, RootIndex::kUndefinedValue); in Generate_JSEntryTrampolineHelper() local 1339 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_BaselineOutOfLinePrologue() local 1395 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_BaselineOutOfLinePrologue() local 1488 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() local 1597 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() local 1719 __ LoadRoot(receiver, RootIndex::kUndefinedValue); in GenerateInterpreterPushArgs() local [all …]
|
| /third_party/node/deps/v8/src/baseline/loong64/ |
| D | baseline-compiler-loong64-inl.h | 35 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in PrologueFillFrame()
|
| /third_party/node/deps/v8/src/baseline/mips64/ |
| D | baseline-compiler-mips64-inl.h | 35 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in PrologueFillFrame()
|
| /third_party/node/deps/v8/src/baseline/mips/ |
| D | baseline-compiler-mips-inl.h | 35 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in PrologueFillFrame()
|
| /third_party/node/deps/v8/src/baseline/riscv64/ |
| D | baseline-compiler-riscv64-inl.h | 34 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in PrologueFillFrame()
|
| /third_party/node/deps/v8/src/builtins/arm/ |
| D | builtins-arm.cc | 191 __ LoadRoot(r4, RootIndex::kTheHoleValue); in Generate_JSConstructStubGeneric() local 219 __ LoadRoot(r0, RootIndex::kTheHoleValue); in Generate_JSConstructStubGeneric() local 648 __ LoadRoot(r0, RootIndex::kException); in Generate_JSEntryVariant() local 790 __ LoadRoot(r4, RootIndex::kUndefinedValue); in Generate_JSEntryTrampolineHelper() local 1192 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_BaselineOutOfLinePrologue() local 1221 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_BaselineOutOfLinePrologue() local 1322 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() local 1407 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() local 1882 __ LoadRoot(r5, RootIndex::kUndefinedValue); in Generate_FunctionPrototypeApply() local 1957 __ LoadRoot(r1, RootIndex::kUndefinedValue); in Generate_ReflectApply() local [all …]
|
| /third_party/node/deps/v8/src/builtins/loong64/ |
| D | builtins-loong64.cc | 195 __ LoadRoot(a0, RootIndex::kTheHoleValue); in Generate_JSConstructStubGeneric() local 646 __ LoadRoot(a0, RootIndex::kException); in Generate_JSEntryVariant() local 775 __ LoadRoot(a4, RootIndex::kUndefinedValue); in Generate_JSEntryTrampolineHelper() local 1305 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() local 1394 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() local 1859 __ LoadRoot(undefined_value, RootIndex::kUndefinedValue); in Generate_FunctionPrototypeApply() local 1946 __ LoadRoot(undefined_value, RootIndex::kUndefinedValue); in Generate_ReflectApply() local 2005 __ LoadRoot(undefined_value, RootIndex::kUndefinedValue); in Generate_ReflectConstruct() local 2141 __ LoadRoot(t1, RootIndex::kTheHoleValue); in Generate_CallOrConstructVarargs() local 2146 __ LoadRoot(a5, RootIndex::kUndefinedValue); in Generate_CallOrConstructVarargs() local [all …]
|
| /third_party/node/deps/v8/src/builtins/riscv64/ |
| D | builtins-riscv64.cc | 206 __ LoadRoot(a0, RootIndex::kTheHoleValue); in Generate_JSConstructStubGeneric() local 682 __ LoadRoot(a0, RootIndex::kException); in Generate_JSEntryVariant() local 814 __ LoadRoot(a4, RootIndex::kUndefinedValue); in Generate_JSEntryTrampolineHelper() local 1371 __ LoadRoot(a5, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() local 1403 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() local 1462 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() local 1928 __ LoadRoot(undefined_value, RootIndex::kUndefinedValue); in Generate_FunctionPrototypeApply() local 2028 __ LoadRoot(undefined_value, RootIndex::kUndefinedValue); in Generate_ReflectApply() local 2095 __ LoadRoot(undefined_value, RootIndex::kUndefinedValue); in Generate_ReflectConstruct() local 2248 __ LoadRoot(hole_value, RootIndex::kTheHoleValue); in Generate_CallOrConstructVarargs() local [all …]
|
| /third_party/node/deps/v8/src/builtins/x64/ |
| D | builtins-x64.cc | 221 __ LoadRoot(rax, RootIndex::kTheHoleValue); in Generate_JSConstructStubGeneric() local 470 __ LoadRoot(rax, RootIndex::kException); in Generate_JSEntryVariant() local 1263 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() local 1349 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() local 1777 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_BaselineOutOfLinePrologue() local 1811 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_BaselineOutOfLinePrologue() local 1921 __ LoadRoot(rdx, RootIndex::kUndefinedValue); in Generate_FunctionPrototypeApply() local 2027 __ LoadRoot(rdi, RootIndex::kUndefinedValue); in Generate_ReflectApply() local 2077 __ LoadRoot(rdi, RootIndex::kUndefinedValue); in Generate_ReflectConstruct() local 2221 __ LoadRoot(value, RootIndex::kUndefinedValue); in Generate_CallOrConstructVarargs() local [all …]
|
| /third_party/node/deps/v8/src/codegen/ |
| D | turbo-assembler.cc | 53 LoadRoot(destination, root_index); in IndirectLoadConstant()
|
| D | turbo-assembler.h | 79 virtual void LoadRoot(Register destination, RootIndex index) = 0;
|
| /third_party/node/deps/v8/src/builtins/ppc/ |
| D | builtins-ppc.cc | 488 __ LoadRoot(r3, RootIndex::kTheHoleValue); in Generate_JSConstructStubGeneric() local 911 __ LoadRoot(r3, RootIndex::kException); in Generate_JSEntryVariant() local 1037 __ LoadRoot(r7, RootIndex::kUndefinedValue); in Generate_JSEntryTrampolineHelper() local 1431 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_BaselineOutOfLinePrologue() local 1458 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_BaselineOutOfLinePrologue() local 1580 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() local 1671 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() local 2071 __ LoadRoot(r8, RootIndex::kUndefinedValue); in Generate_FunctionPrototypeApply() local 2152 __ LoadRoot(r4, RootIndex::kUndefinedValue); in Generate_ReflectApply() local 2201 __ LoadRoot(r4, RootIndex::kUndefinedValue); in Generate_ReflectConstruct() local [all …]
|
| /third_party/node/deps/v8/src/builtins/mips64/ |
| D | builtins-mips64.cc | 196 __ LoadRoot(v0, RootIndex::kTheHoleValue); in Generate_JSConstructStubGeneric() local 648 __ LoadRoot(v0, RootIndex::kException); in Generate_JSEntryVariant() local 777 __ LoadRoot(a4, RootIndex::kUndefinedValue); in Generate_JSEntryTrampolineHelper() local 1307 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() local 1395 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() local 1854 __ LoadRoot(undefined_value, RootIndex::kUndefinedValue); in Generate_FunctionPrototypeApply() local 1943 __ LoadRoot(undefined_value, RootIndex::kUndefinedValue); in Generate_ReflectApply() local 2002 __ LoadRoot(undefined_value, RootIndex::kUndefinedValue); in Generate_ReflectConstruct() local 2138 __ LoadRoot(t1, RootIndex::kTheHoleValue); in Generate_CallOrConstructVarargs() local 2143 __ LoadRoot(a5, RootIndex::kUndefinedValue); in Generate_CallOrConstructVarargs() local [all …]
|
| /third_party/node/deps/v8/src/codegen/loong64/ |
| D | macro-assembler-loong64.h | 652 void LoadRoot(Register destination, RootIndex index) final; 653 void LoadRoot(Register destination, RootIndex index, Condition cond, 817 LoadRoot(scratch, index); in PushRoot() 825 LoadRoot(scratch, index); in JumpIfRoot() 833 LoadRoot(scratch, index); in JumpIfNotRoot()
|
| /third_party/node/deps/v8/src/builtins/s390/ |
| D | builtins-s390.cc | 477 __ LoadRoot(r2, RootIndex::kTheHoleValue); in Generate_JSConstructStubGeneric() local 912 __ LoadRoot(r2, RootIndex::kException); in Generate_JSEntryVariant() local 1073 __ LoadRoot(r4, RootIndex::kUndefinedValue); in Generate_JSEntryTrampolineHelper() local 1463 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_BaselineOutOfLinePrologue() local 1489 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_BaselineOutOfLinePrologue() local 1605 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() local 1698 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() local 2112 __ LoadRoot(r7, RootIndex::kUndefinedValue); in Generate_FunctionPrototypeApply() local 2193 __ LoadRoot(r3, RootIndex::kUndefinedValue); in Generate_ReflectApply() local 2243 __ LoadRoot(r3, RootIndex::kUndefinedValue); in Generate_ReflectConstruct() local [all …]
|
| /third_party/node/deps/v8/src/codegen/arm/ |
| D | macro-assembler-arm.h | 519 void LoadRoot(Register destination, RootIndex index) final { in LoadRoot() function 520 LoadRoot(destination, index, al); in LoadRoot() 522 void LoadRoot(Register destination, RootIndex index, Condition cond); 738 LoadRoot(scratch, index); in PushRoot()
|
| /third_party/node/deps/v8/src/builtins/mips/ |
| D | builtins-mips.cc | 195 __ LoadRoot(v0, RootIndex::kTheHoleValue); in Generate_JSConstructStubGeneric() local 473 __ LoadRoot(v0, RootIndex::kException); in Generate_JSEntryVariant() local 599 __ LoadRoot(t0, RootIndex::kUndefinedValue); in Generate_JSEntryTrampolineHelper() local 1299 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() local 1386 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() local 1849 __ LoadRoot(a2, RootIndex::kUndefinedValue); in Generate_FunctionPrototypeApply() local 1926 __ LoadRoot(a1, RootIndex::kUndefinedValue); in Generate_ReflectApply() local 1970 __ LoadRoot(a1, RootIndex::kUndefinedValue); in Generate_ReflectConstruct() local 2084 __ LoadRoot(t1, RootIndex::kTheHoleValue); in Generate_CallOrConstructVarargs() local 2091 __ LoadRoot(kScratchReg, RootIndex::kUndefinedValue); in Generate_CallOrConstructVarargs() local [all …]
|
| /third_party/node/deps/v8/src/codegen/mips/ |
| D | macro-assembler-mips.h | 790 void LoadRoot(Register destination, RootIndex index) final; 791 void LoadRoot(Register destination, RootIndex index, Condition cond, 937 LoadRoot(scratch, index); in PushRoot() 945 LoadRoot(scratch, index); in JumpIfRoot() 953 LoadRoot(scratch, index); in JumpIfNotRoot()
|
| /third_party/node/deps/v8/src/codegen/mips64/ |
| D | macro-assembler-mips64.h | 786 void LoadRoot(Register destination, RootIndex index) final; 787 void LoadRoot(Register destination, RootIndex index, Condition cond, 989 LoadRoot(scratch, index); in PushRoot() 997 LoadRoot(scratch, index); in JumpIfRoot() 1005 LoadRoot(scratch, index); in JumpIfNotRoot()
|
| /third_party/node/deps/v8/src/codegen/riscv64/ |
| D | macro-assembler-riscv64.h | 766 void LoadRoot(Register destination, RootIndex index) final; 767 void LoadRoot(Register destination, RootIndex index, Condition cond, 1065 LoadRoot(scratch, index); in PushRoot() 1073 LoadRoot(scratch, index); in JumpIfRoot() 1081 LoadRoot(scratch, index); in JumpIfNotRoot()
|
| /third_party/node/deps/v8/src/codegen/x64/ |
| D | macro-assembler-x64.h | 81 void LoadRoot(Register destination, RootIndex index) final; 82 void LoadRoot(Operand destination, RootIndex index) { in LoadRoot() function 83 LoadRoot(kScratchRegister, index); in LoadRoot()
|
| /third_party/node/deps/v8/src/builtins/ia32/ |
| D | builtins-ia32.cc | 224 __ LoadRoot(eax, RootIndex::kTheHoleValue); in Generate_JSConstructStubGeneric() local 1165 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() local 1255 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() local 1783 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_BaselineOutOfLinePrologue() local 1817 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_BaselineOutOfLinePrologue() local 1928 __ LoadRoot(edx, RootIndex::kUndefinedValue); in Generate_FunctionPrototypeApply() local 2033 __ LoadRoot(edi, RootIndex::kUndefinedValue); in Generate_ReflectApply() local 2090 __ LoadRoot(edi, RootIndex::kUndefinedValue); in Generate_ReflectConstruct() local 2254 __ LoadRoot(edi, RootIndex::kUndefinedValue); in Generate_CallOrConstructVarargs() local 2687 __ LoadRoot(ecx, RootIndex::kUndefinedValue); in Generate_ConstructFunction() local [all …]
|