Home
last modified time | relevance | path

Searched defs:LoadRoot (Results 1 – 25 of 39) sorted by relevance

12

/third_party/node/deps/v8/src/baseline/
Dbaseline-compiler.cc425 __ 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 …]
Dbaseline-assembler-inl.h79 void BaselineAssembler::LoadRoot(Register output, RootIndex index) { in LoadRoot() function
/third_party/node/deps/v8/src/builtins/arm64/
Dbuiltins-arm64.cc123 __ 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/builtins/arm/
Dbuiltins-arm.cc191 __ 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/riscv64/
Dbuiltins-riscv64.cc206 __ 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/loong64/
Dbuiltins-loong64.cc195 __ 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/mips64/
Dbuiltins-mips64.cc196 __ 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/arm/
Dmacro-assembler-arm.h519 void LoadRoot(Register destination, RootIndex index) final { in LoadRoot() function
/third_party/node/deps/v8/src/builtins/x64/
Dbuiltins-x64.cc221 __ 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/builtins/ppc/
Dbuiltins-ppc.cc488 __ 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/s390/
Dbuiltins-s390.cc477 __ 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/builtins/mips/
Dbuiltins-mips.cc195 __ 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/x64/
Dmacro-assembler-x64.h82 void LoadRoot(Operand destination, RootIndex index) { in LoadRoot() function
/third_party/node/deps/v8/src/builtins/ia32/
Dbuiltins-ia32.cc224 __ 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 …]
/third_party/node/deps/v8/src/codegen/ppc/
Dmacro-assembler-ppc.h591 void LoadRoot(Register destination, RootIndex index) final { in LoadRoot() function
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.h211 void LoadRoot(Register destination, RootIndex index) override { in LoadRoot() function
/third_party/node/deps/v8/src/maglev/
Dmaglev-ir.cc464 __ LoadRoot(reg, index()); in GenerateCode() local
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc3666 __ LoadRoot(dst, index); in AssembleConstructFrame() local
3676 __ LoadRoot(dst, index); in AssembleConstructFrame() local
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc3345 __ LoadRoot(dst, index); in AssembleMove() local
3353 __ LoadRoot(dst, index); in AssembleMove() local
/third_party/node/deps/v8/src/codegen/ia32/
Dmacro-assembler-ia32.cc89 void TurboAssembler::LoadRoot(Register destination, RootIndex index) { in LoadRoot() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc4331 __ LoadRoot(dst, index); in AssembleConstructFrame() local
4341 __ LoadRoot(dst, index); in AssembleConstructFrame() local
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dcode-generator-riscv64.cc4147 __ LoadRoot(dst, index); in AssembleMove() local
4157 __ LoadRoot(dst, index); in AssembleMove() local
/third_party/node/deps/v8/src/compiler/
Dcode-assembler.cc737 TNode<Object> CodeAssembler::LoadRoot(RootIndex root_index) { in LoadRoot() function in v8::internal::compiler::CodeAssembler
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc4970 __ LoadRoot(dst, index); in AssembleMove() local
4980 __ LoadRoot(dst, index); in AssembleMove() local
/third_party/node/deps/v8/src/codegen/mips/
Dmacro-assembler-mips.cc101 void TurboAssembler::LoadRoot(Register destination, RootIndex index) { in LoadRoot() function in v8::internal::TurboAssembler
106 void TurboAssembler::LoadRoot(Register destination, RootIndex index, in LoadRoot() function in v8::internal::TurboAssembler

12