Home
last modified time | relevance | path

Searched defs:JumpIfRoot (Results 1 – 25 of 30) sorted by relevance

12

/third_party/node/deps/v8/src/baseline/
Dbaseline-compiler.cc614 __ JumpIfRoot(kInterpreterAccumulatorRegister, root, &dont_jump, in UpdateInterruptBudgetAndDoInterpreterJumpIfNotRoot() local
1146 __ JumpIfRoot(kInterpreterAccumulatorRegister, in VisitLogicalNot() local
1557 __ JumpIfRoot(kInterpreterAccumulatorRegister, in VisitTestNull() local
1566 __ JumpIfRoot(kInterpreterAccumulatorRegister, in VisitTestUndefined() local
1629 __ JumpIfRoot(kInterpreterAccumulatorRegister, RootIndex::kTrueValue, in VisitTestTypeOf() local
1631 __ JumpIfRoot(kInterpreterAccumulatorRegister, RootIndex::kFalseValue, in VisitTestTypeOf() local
1662 __ JumpIfRoot(kInterpreterAccumulatorRegister, RootIndex::kNullValue, in VisitTestTypeOf() local
1708 __ JumpIfRoot(kInterpreterAccumulatorRegister, RootIndex::kNullValue, in VisitTestTypeOf() local
2061 __ JumpIfRoot(kInterpreterAccumulatorRegister, RootIndex::kUndefinedValue, in VisitJumpIfUndefinedOrNull() local
2200 __ JumpIfRoot(kInterpreterAccumulatorRegister, RootIndex::kTheHoleValue, in VisitThrowSuperAlreadyCalledIfNotHole() local
[all …]
/third_party/node/deps/v8/src/codegen/arm/
Dmacro-assembler-arm.h743 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() function
/third_party/node/deps/v8/src/baseline/loong64/
Dbaseline-assembler-loong64-inl.h100 void BaselineAssembler::JumpIfRoot(Register value, RootIndex index, in JumpIfRoot() function
/third_party/node/deps/v8/src/codegen/ppc/
Dmacro-assembler-ppc.h1221 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() function
/third_party/node/deps/v8/src/baseline/ppc/
Dbaseline-assembler-ppc-inl.h177 void BaselineAssembler::JumpIfRoot(Register value, RootIndex index, in JumpIfRoot() function
/third_party/node/deps/v8/src/baseline/mips/
Dbaseline-assembler-mips-inl.h102 void BaselineAssembler::JumpIfRoot(Register value, RootIndex index, in JumpIfRoot() function
/third_party/node/deps/v8/src/baseline/mips64/
Dbaseline-assembler-mips64-inl.h100 void BaselineAssembler::JumpIfRoot(Register value, RootIndex index, in JumpIfRoot() function
/third_party/node/deps/v8/src/baseline/arm/
Dbaseline-assembler-arm-inl.h106 void BaselineAssembler::JumpIfRoot(Register value, RootIndex index, in JumpIfRoot() function
/third_party/node/deps/v8/src/baseline/s390/
Dbaseline-assembler-s390-inl.h177 void BaselineAssembler::JumpIfRoot(Register value, RootIndex index, in JumpIfRoot() function
/third_party/node/deps/v8/src/baseline/arm64/
Dbaseline-assembler-arm64-inl.h104 void BaselineAssembler::JumpIfRoot(Register value, RootIndex index, in JumpIfRoot() function
/third_party/node/deps/v8/src/baseline/riscv64/
Dbaseline-assembler-riscv64-inl.h99 void BaselineAssembler::JumpIfRoot(Register value, RootIndex index, in JumpIfRoot() function
/third_party/node/deps/v8/src/baseline/x64/
Dbaseline-assembler-x64-inl.h108 void BaselineAssembler::JumpIfRoot(Register value, RootIndex index, in JumpIfRoot() function
/third_party/node/deps/v8/src/codegen/loong64/
Dmacro-assembler-loong64.h822 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() function
/third_party/node/deps/v8/src/baseline/ia32/
Dbaseline-assembler-ia32-inl.h107 void BaselineAssembler::JumpIfRoot(Register value, RootIndex index, in JumpIfRoot() function
/third_party/node/deps/v8/src/codegen/mips/
Dmacro-assembler-mips.h942 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() function
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.h1586 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() function
/third_party/node/deps/v8/src/codegen/mips64/
Dmacro-assembler-mips64.h994 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() function
/third_party/node/deps/v8/src/codegen/riscv64/
Dmacro-assembler-riscv64.h1070 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() function
/third_party/node/deps/v8/src/builtins/s390/
Dbuiltins-s390.cc565 __ JumpIfRoot(r2, RootIndex::kTheHoleValue, &do_throw); in Generate_JSConstructStubGeneric() local
2141 __ JumpIfRoot(r4, RootIndex::kNullValue, &no_arguments); in Generate_FunctionPrototypeApply() local
2142 __ JumpIfRoot(r4, RootIndex::kUndefinedValue, &no_arguments); in Generate_FunctionPrototypeApply() local
2534 __ JumpIfRoot(r5, RootIndex::kUndefinedValue, &convert_global_proxy); in Generate_CallFunction() local
/third_party/node/deps/v8/src/builtins/arm/
Dbuiltins-arm.cc301 __ JumpIfRoot(r0, RootIndex::kTheHoleValue, &do_throw); in Generate_JSConstructStubGeneric() local
1905 __ JumpIfRoot(r2, RootIndex::kNullValue, &no_arguments); in Generate_FunctionPrototypeApply() local
1906 __ JumpIfRoot(r2, RootIndex::kUndefinedValue, &no_arguments); in Generate_FunctionPrototypeApply() local
2267 __ JumpIfRoot(r3, RootIndex::kUndefinedValue, &convert_global_proxy); in Generate_CallFunction() local
/third_party/node/deps/v8/src/builtins/ppc/
Dbuiltins-ppc.cc580 __ JumpIfRoot(r3, RootIndex::kTheHoleValue, &do_throw); in Generate_JSConstructStubGeneric() local
2100 __ JumpIfRoot(r5, RootIndex::kNullValue, &no_arguments); in Generate_FunctionPrototypeApply() local
2101 __ JumpIfRoot(r5, RootIndex::kUndefinedValue, &no_arguments); in Generate_FunctionPrototypeApply() local
2486 __ JumpIfRoot(r6, RootIndex::kUndefinedValue, &convert_global_proxy); in Generate_CallFunction() local
/third_party/node/deps/v8/src/builtins/mips/
Dbuiltins-mips.cc290 __ JumpIfRoot(v0, RootIndex::kTheHoleValue, &do_throw); in Generate_JSConstructStubGeneric() local
1874 __ JumpIfRoot(a2, RootIndex::kNullValue, &no_arguments); in Generate_FunctionPrototypeApply() local
1875 __ JumpIfRoot(a2, RootIndex::kUndefinedValue, &no_arguments); in Generate_FunctionPrototypeApply() local
2226 __ JumpIfRoot(a3, RootIndex::kUndefinedValue, &convert_global_proxy); in Generate_CallFunction() local
/third_party/node/deps/v8/src/maglev/
Dmaglev-ir.cc924 __ JumpIfRoot(value, RootIndex::kTrueValue, if_true()->label()); in GenerateCode() local
/third_party/node/deps/v8/src/builtins/ia32/
Dbuiltins-ia32.cc310 __ JumpIfRoot(eax, RootIndex::kTheHoleValue, &do_throw); in Generate_JSConstructStubGeneric() local
1961 __ JumpIfRoot(edx, RootIndex::kNullValue, &no_arguments, Label::kNear); in Generate_FunctionPrototypeApply() local
1962 __ JumpIfRoot(edx, RootIndex::kUndefinedValue, &no_arguments, Label::kNear); in Generate_FunctionPrototypeApply() local
2425 __ JumpIfRoot(ecx, RootIndex::kUndefinedValue, &convert_global_proxy, in Generate_CallFunction() local
/third_party/node/deps/v8/src/builtins/x64/
Dbuiltins-x64.cc306 __ JumpIfRoot(rax, RootIndex::kTheHoleValue, &do_throw, Label::kNear); in Generate_JSConstructStubGeneric() local
1952 __ JumpIfRoot(rbx, RootIndex::kNullValue, &no_arguments, Label::kNear); in Generate_FunctionPrototypeApply() local
1953 __ JumpIfRoot(rbx, RootIndex::kUndefinedValue, &no_arguments, Label::kNear); in Generate_FunctionPrototypeApply() local
2371 __ JumpIfRoot(rcx, RootIndex::kUndefinedValue, &convert_global_proxy, in Generate_CallFunction() local

12