/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-compiler.cc | 670 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in VisitLdaUndefined() 1255 Index(3), arg_count, RootIndex::kUndefinedValue, args); in VisitCallUndefinedReceiver() member in v8::RootIndex 1260 Index(1), JSParameterCount(0), RootIndex::kUndefinedValue); in VisitCallUndefinedReceiver0() member in v8::RootIndex 1265 Index(2), JSParameterCount(1), RootIndex::kUndefinedValue, in VisitCallUndefinedReceiver1() member in v8::RootIndex 1271 Index(3), JSParameterCount(2), RootIndex::kUndefinedValue, in VisitCallUndefinedReceiver2() member in v8::RootIndex 1315 RootIndex::kUndefinedValue, // kReceiver in VisitCallJSRuntime() 1382 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in VisitIntrinsicGeneratorClose() 1448 RootIndex::kUndefinedValue, // kReceiver in VisitConstruct() member in v8::RootIndex 1473 RootIndex::kUndefinedValue, // kReceiver in VisitConstructWithSpread() member in v8::RootIndex 1567 RootIndex::kUndefinedValue, is_tru in VisitTestUndefined() [all...] |
/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/ia32/ |
H A D | builtins-ia32.cc | 303 __ JumpIfNotRoot(eax, RootIndex::kUndefinedValue, &check_result, in Generate_JSConstructStubGeneric() 1165 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() 1255 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() 1390 __ PushRoot(RootIndex::kUndefinedValue); in Generate_InterpreterPushArgsThenCallImpl() 1783 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_BaselineOutOfLinePrologue() 1817 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_BaselineOutOfLinePrologue() 1928 __ LoadRoot(edx, RootIndex::kUndefinedValue); in Generate_FunctionPrototypeApply() 1962 __ JumpIfRoot(edx, RootIndex::kUndefinedValue, &no_arguments, Label::kNear); in Generate_FunctionPrototypeApply() 2003 __ PushRoot(RootIndex::kUndefinedValue); in Generate_FunctionPrototypeCall() 2033 __ LoadRoot(edi, RootIndex::kUndefinedValue); in Generate_ReflectApply() [all...] |
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-graph-builder.cc | 93 AddNewNode<RootConstant>({}, RootIndex::kUndefinedValue); in MaglevGraphBuilder() 249 SetAccumulator(AddNewNode<RootConstant>({}, RootIndex::kUndefinedValue)); in VisitLdaUndefined() 609 AddNewNode<RootConstant>({}, RootIndex::kUndefinedValue); in BuildCallFromRegisterList() 638 AddNewNode<RootConstant>({}, RootIndex::kUndefinedValue); in BuildCallFromRegisters()
|
/third_party/node/deps/v8/src/builtins/x64/ |
H A D | builtins-x64.cc | 299 __ JumpIfNotRoot(rax, RootIndex::kUndefinedValue, &check_result, in Generate_JSConstructStubGeneric() 1263 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() 1349 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() 1452 __ PushRoot(RootIndex::kUndefinedValue); in Generate_InterpreterPushArgsThenCallImpl() 1777 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_BaselineOutOfLinePrologue() 1811 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_BaselineOutOfLinePrologue() 1921 __ LoadRoot(rdx, RootIndex::kUndefinedValue); in Generate_FunctionPrototypeApply() 1953 __ JumpIfRoot(rbx, RootIndex::kUndefinedValue, &no_arguments, Label::kNear); in Generate_FunctionPrototypeApply() 1995 __ PushRoot(RootIndex::kUndefinedValue); in Generate_FunctionPrototypeCall() 2027 __ LoadRoot(rdi, RootIndex::kUndefinedValue); in Generate_ReflectApply() [all...] |
/third_party/node/deps/v8/src/baseline/ia32/ |
H A D | baseline-compiler-ia32-inl.h | 36 RootIndex::kUndefinedValue); in PrologueFillFrame()
|
/third_party/node/deps/v8/src/baseline/s390/ |
H A D | baseline-compiler-s390-inl.h | 37 RootIndex::kUndefinedValue); in PrologueFillFrame()
|
/third_party/node/deps/v8/src/baseline/arm64/ |
H A D | baseline-compiler-arm64-inl.h | 39 RootIndex::kUndefinedValue); in PrologueFillFrame()
|
/third_party/node/deps/v8/src/baseline/arm/ |
H A D | baseline-compiler-arm-inl.h | 37 RootIndex::kUndefinedValue); in PrologueFillFrame()
|
/third_party/node/deps/v8/src/builtins/ppc/ |
H A D | builtins-ppc.cc | 460 __ PushRoot(RootIndex::kUndefinedValue); in Generate_JSConstructStubGeneric() 571 __ JumpIfNotRoot(r3, RootIndex::kUndefinedValue, &check_receiver); in Generate_JSConstructStubGeneric() 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() 1734 __ PushRoot(RootIndex::kUndefinedValue); in Generate_InterpreterPushArgsThenCallImpl() 2071 __ LoadRoot(r8, RootIndex::kUndefinedValue); in Generate_FunctionPrototypeApply() 2101 __ JumpIfRoot(r5, RootIndex::kUndefinedValue, in Generate_FunctionPrototypeApply() [all...] |
/third_party/node/deps/v8/src/builtins/s390/ |
H A D | builtins-s390.cc | 449 __ PushRoot(RootIndex::kUndefinedValue); in Generate_JSConstructStubGeneric() 556 __ JumpIfNotRoot(r2, RootIndex::kUndefinedValue, &check_receiver); in Generate_JSConstructStubGeneric() 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() 1793 __ PushRoot(RootIndex::kUndefinedValue); in Generate_InterpreterPushArgsThenCallImpl() 2112 __ LoadRoot(r7, RootIndex::kUndefinedValue); in Generate_FunctionPrototypeApply() 2142 __ JumpIfRoot(r4, RootIndex::kUndefinedValue, in Generate_FunctionPrototypeApply() [all...] |
/third_party/node/deps/v8/src/builtins/arm64/ |
H A D | builtins-arm64.cc | 365 __ CompareRoot(x0, RootIndex::kUndefinedValue); in Generate_JSConstructStubGeneric() 949 __ LoadRoot(x19, RootIndex::kUndefinedValue); in Generate_JSEntryTrampolineHelper() 1339 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_BaselineOutOfLinePrologue() 1366 __ CompareRoot(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(receiver, RootIndex::kUndefinedValue); in GenerateInterpreterPushArgs() 2145 __ LoadRoot(undefined_value, RootIndex::kUndefinedValue); in Generate_FunctionPrototypeApply() 2212 __ LoadRoot(scratch, RootIndex::kUndefinedValue); in Generate_FunctionPrototypeCall() [all...] |
/third_party/node/deps/v8/src/builtins/arm/ |
H A D | builtins-arm.cc | 292 __ JumpIfNotRoot(r0, RootIndex::kUndefinedValue, &check_receiver); in Generate_JSConstructStubGeneric() 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() 1502 __ PushRoot(RootIndex::kUndefinedValue); in Generate_InterpreterPushArgsThenCallImpl() 1882 __ LoadRoot(r5, RootIndex::kUndefinedValue); in Generate_FunctionPrototypeApply() 1906 __ JumpIfRoot(r2, RootIndex::kUndefinedValue, &no_arguments); in Generate_FunctionPrototypeApply() 1932 __ PushRoot(RootIndex::kUndefinedValue); in Generate_FunctionPrototypeCall() [all...] |
/third_party/node/deps/v8/src/builtins/riscv64/ |
H A D | builtins-riscv64.cc | 172 __ PushRoot(RootIndex::kUndefinedValue); in Generate_JSConstructStubGeneric() 302 __ JumpIfNotRoot(a0, RootIndex::kUndefinedValue, &check_receiver); in Generate_JSConstructStubGeneric() 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() 1558 __ PushRoot(RootIndex::kUndefinedValue); in Generate_InterpreterPushArgsThenCallImpl() 1928 __ LoadRoot(undefined_value, RootIndex::kUndefinedValue); in Generate_FunctionPrototypeApply() 2001 __ PushRoot(RootIndex::kUndefinedValue); in Generate_FunctionPrototypeCall() 2028 __ LoadRoot(undefined_value, RootIndex::kUndefinedValue); in Generate_ReflectApply() [all...] |
/third_party/node/deps/v8/src/builtins/mips/ |
H A D | builtins-mips.cc | 281 __ JumpIfNotRoot(v0, RootIndex::kUndefinedValue, &check_receiver); in Generate_JSConstructStubGeneric() 599 __ LoadRoot(t0, RootIndex::kUndefinedValue); in Generate_JSEntryTrampolineHelper() 1299 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() 1386 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() 1481 __ PushRoot(RootIndex::kUndefinedValue); in Generate_InterpreterPushArgsThenCallImpl() 1849 __ LoadRoot(a2, RootIndex::kUndefinedValue); in Generate_FunctionPrototypeApply() 1875 __ JumpIfRoot(a2, RootIndex::kUndefinedValue, &no_arguments); in Generate_FunctionPrototypeApply() 1900 __ PushRoot(RootIndex::kUndefinedValue); in Generate_FunctionPrototypeCall() 1926 __ LoadRoot(a1, RootIndex::kUndefinedValue); in Generate_ReflectApply() 1970 __ LoadRoot(a1, RootIndex::kUndefinedValue); in Generate_ReflectConstruct() [all...] |
/third_party/node/deps/v8/src/builtins/mips64/ |
H A D | builtins-mips64.cc | 168 __ PushRoot(RootIndex::kUndefinedValue); in Generate_JSConstructStubGeneric() 281 __ JumpIfNotRoot(v0, RootIndex::kUndefinedValue, &check_receiver); in Generate_JSConstructStubGeneric() 777 __ LoadRoot(a4, RootIndex::kUndefinedValue); in Generate_JSEntryTrampolineHelper() 1307 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() 1395 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() 1488 __ PushRoot(RootIndex::kUndefinedValue); in Generate_InterpreterPushArgsThenCallImpl() 1854 __ LoadRoot(undefined_value, RootIndex::kUndefinedValue); in Generate_FunctionPrototypeApply() 1915 __ PushRoot(RootIndex::kUndefinedValue); in Generate_FunctionPrototypeCall() 1943 __ LoadRoot(undefined_value, RootIndex::kUndefinedValue); in Generate_ReflectApply() 2002 __ LoadRoot(undefined_value, RootIndex::kUndefinedValue); in Generate_ReflectConstruct() [all...] |
/third_party/node/deps/v8/src/builtins/loong64/ |
H A D | builtins-loong64.cc | 168 __ PushRoot(RootIndex::kUndefinedValue); in Generate_JSConstructStubGeneric() 281 __ JumpIfNotRoot(a0, RootIndex::kUndefinedValue, &check_receiver); in Generate_JSConstructStubGeneric() 775 __ LoadRoot(a4, RootIndex::kUndefinedValue); in Generate_JSEntryTrampolineHelper() 1305 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() 1394 __ LoadRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue); in Generate_InterpreterEntryTrampoline() 1489 __ PushRoot(RootIndex::kUndefinedValue); in Generate_InterpreterPushArgsThenCallImpl() 1859 __ LoadRoot(undefined_value, RootIndex::kUndefinedValue); in Generate_FunctionPrototypeApply() 1918 __ PushRoot(RootIndex::kUndefinedValue); in Generate_FunctionPrototypeCall() 1946 __ LoadRoot(undefined_value, RootIndex::kUndefinedValue); in Generate_ReflectApply() 2005 __ LoadRoot(undefined_value, RootIndex::kUndefinedValue); in Generate_ReflectConstruct() [all...] |
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-value.h | 479 return I::is_identical(obj, I::StaticReadOnlyRoot::kUndefinedValue); in QuickIsUndefined()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-shadowrealm-gen.cc | 189 RootIndex::kUndefinedValue); in TF_BUILTIN()
|
H A D | builtins-async-function-gen.cc | 103 RootIndex::kUndefinedValue); in TF_BUILTIN()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-array-builder.cc | 588 if (nil == kUndefinedValue) { in CompareNil() 1225 if (nil == kUndefinedValue) { in JumpIfNil() 1243 if (nil == kUndefinedValue) { in JumpIfNotNil()
|
H A D | bytecode-array-builder.h | 396 enum NilValue { kNullValue, kUndefinedValue }; enumerator
|