Home
last modified time | relevance | path

Searched refs:kUndefinedValue (Results 1 - 25 of 43) sorted by relevance

12

/third_party/node/deps/v8/src/baseline/
H A Dbaseline-compiler.cc670 __ 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 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/ia32/
H A Dbuiltins-ia32.cc303 __ 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 Dmaglev-graph-builder.cc93 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 Dbuiltins-x64.cc299 __ 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 Dbaseline-compiler-ia32-inl.h36 RootIndex::kUndefinedValue); in PrologueFillFrame()
/third_party/node/deps/v8/src/baseline/s390/
H A Dbaseline-compiler-s390-inl.h37 RootIndex::kUndefinedValue); in PrologueFillFrame()
/third_party/node/deps/v8/src/baseline/arm64/
H A Dbaseline-compiler-arm64-inl.h39 RootIndex::kUndefinedValue); in PrologueFillFrame()
/third_party/node/deps/v8/src/baseline/arm/
H A Dbaseline-compiler-arm-inl.h37 RootIndex::kUndefinedValue); in PrologueFillFrame()
/third_party/node/deps/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc460 __ 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 Dbuiltins-s390.cc449 __ 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 Dbuiltins-arm64.cc365 __ 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 Dbuiltins-arm.cc292 __ 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 Dbuiltins-riscv64.cc172 __ 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 Dbuiltins-mips.cc281 __ 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 Dbuiltins-mips64.cc168 __ 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 Dbuiltins-loong64.cc168 __ 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 Dv8-value.h479 return I::is_identical(obj, I::StaticReadOnlyRoot::kUndefinedValue); in QuickIsUndefined()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-shadowrealm-gen.cc189 RootIndex::kUndefinedValue); in TF_BUILTIN()
H A Dbuiltins-async-function-gen.cc103 RootIndex::kUndefinedValue); in TF_BUILTIN()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-builder.cc588 if (nil == kUndefinedValue) { in CompareNil()
1225 if (nil == kUndefinedValue) { in JumpIfNil()
1243 if (nil == kUndefinedValue) { in JumpIfNotNil()
H A Dbytecode-array-builder.h396 enum NilValue { kNullValue, kUndefinedValue }; enumerator

Completed in 49 milliseconds

12