Home
last modified time | relevance | path

Searched refs:LoadRoot (Results 1 - 25 of 55) sorted by relevance

123

/third_party/node/deps/v8/src/baseline/
H A Dbaseline-assembler-inl.h79 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 Dbaseline-compiler.cc425 __ 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 Dbaseline-assembler.h95 inline void LoadRoot(Register output, RootIndex index);
/third_party/node/deps/v8/src/baseline/loong64/
H A Dbaseline-compiler-loong64-inl.h35 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in PrologueFillFrame()
/third_party/node/deps/v8/src/baseline/riscv64/
H A Dbaseline-compiler-riscv64-inl.h34 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in PrologueFillFrame()
/third_party/node/deps/v8/src/baseline/mips64/
H A Dbaseline-compiler-mips64-inl.h35 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in PrologueFillFrame()
/third_party/node/deps/v8/src/baseline/mips/
H A Dbaseline-compiler-mips-inl.h35 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in PrologueFillFrame()
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc221 __ 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 Dbuiltins-arm64.cc123 __ 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 Dturbo-assembler.h79 virtual void LoadRoot(Register destination, RootIndex index) = 0;
H A Dturbo-assembler.cc53 LoadRoot(destination, root_index); in IndirectLoadConstant()
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.h652 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 Dbuiltins-arm.cc191 __ 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 Dbuiltins-riscv64.cc206 __ 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 Dbuiltins-mips.cc195 __ 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 Dbuiltins-mips64.cc196 __ 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 Dbuiltins-loong64.cc195 __ 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 Dbuiltins-ppc.cc488 __ 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 Dmacro-assembler-arm.h519 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 Dbuiltins-s390.cc477 __ 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 Dmacro-assembler-mips64.h786 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 Dmacro-assembler-mips.h790 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 Dmacro-assembler-riscv64.h766 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 Dbuiltins-ia32.cc224 __ 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 Dmacro-assembler-x64.h81 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()

Completed in 75 milliseconds

123