| /third_party/node/deps/v8/src/baseline/ |
| D | baseline-compiler.cc | 614 __ 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/ |
| D | macro-assembler-arm.h | 743 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() function
|
| /third_party/node/deps/v8/src/baseline/loong64/ |
| D | baseline-assembler-loong64-inl.h | 100 void BaselineAssembler::JumpIfRoot(Register value, RootIndex index, in JumpIfRoot() function
|
| /third_party/node/deps/v8/src/codegen/ppc/ |
| D | macro-assembler-ppc.h | 1221 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() function
|
| /third_party/node/deps/v8/src/baseline/ppc/ |
| D | baseline-assembler-ppc-inl.h | 177 void BaselineAssembler::JumpIfRoot(Register value, RootIndex index, in JumpIfRoot() function
|
| /third_party/node/deps/v8/src/baseline/mips/ |
| D | baseline-assembler-mips-inl.h | 102 void BaselineAssembler::JumpIfRoot(Register value, RootIndex index, in JumpIfRoot() function
|
| /third_party/node/deps/v8/src/baseline/mips64/ |
| D | baseline-assembler-mips64-inl.h | 100 void BaselineAssembler::JumpIfRoot(Register value, RootIndex index, in JumpIfRoot() function
|
| /third_party/node/deps/v8/src/baseline/arm/ |
| D | baseline-assembler-arm-inl.h | 106 void BaselineAssembler::JumpIfRoot(Register value, RootIndex index, in JumpIfRoot() function
|
| /third_party/node/deps/v8/src/baseline/s390/ |
| D | baseline-assembler-s390-inl.h | 177 void BaselineAssembler::JumpIfRoot(Register value, RootIndex index, in JumpIfRoot() function
|
| /third_party/node/deps/v8/src/baseline/arm64/ |
| D | baseline-assembler-arm64-inl.h | 104 void BaselineAssembler::JumpIfRoot(Register value, RootIndex index, in JumpIfRoot() function
|
| /third_party/node/deps/v8/src/baseline/riscv64/ |
| D | baseline-assembler-riscv64-inl.h | 99 void BaselineAssembler::JumpIfRoot(Register value, RootIndex index, in JumpIfRoot() function
|
| /third_party/node/deps/v8/src/baseline/x64/ |
| D | baseline-assembler-x64-inl.h | 108 void BaselineAssembler::JumpIfRoot(Register value, RootIndex index, in JumpIfRoot() function
|
| /third_party/node/deps/v8/src/codegen/loong64/ |
| D | macro-assembler-loong64.h | 822 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() function
|
| /third_party/node/deps/v8/src/baseline/ia32/ |
| D | baseline-assembler-ia32-inl.h | 107 void BaselineAssembler::JumpIfRoot(Register value, RootIndex index, in JumpIfRoot() function
|
| /third_party/node/deps/v8/src/codegen/mips/ |
| D | macro-assembler-mips.h | 942 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() function
|
| /third_party/node/deps/v8/src/codegen/s390/ |
| D | macro-assembler-s390.h | 1586 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() function
|
| /third_party/node/deps/v8/src/codegen/mips64/ |
| D | macro-assembler-mips64.h | 994 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() function
|
| /third_party/node/deps/v8/src/codegen/riscv64/ |
| D | macro-assembler-riscv64.h | 1070 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() function
|
| /third_party/node/deps/v8/src/builtins/s390/ |
| D | builtins-s390.cc | 565 __ 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/ |
| D | builtins-arm.cc | 301 __ 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/ |
| D | builtins-ppc.cc | 580 __ 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/ |
| D | builtins-mips.cc | 290 __ 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/ |
| D | maglev-ir.cc | 924 __ JumpIfRoot(value, RootIndex::kTrueValue, if_true()->label()); in GenerateCode() local
|
| /third_party/node/deps/v8/src/builtins/ia32/ |
| D | builtins-ia32.cc | 310 __ 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/ |
| D | builtins-x64.cc | 306 __ 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
|