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