/third_party/node/deps/v8/src/baseline/ppc/ |
D | baseline-assembler-ppc-inl.h | 183 void BaselineAssembler::JumpIfNotRoot(Register value, RootIndex index, in JumpIfNotRoot() function 186 __ JumpIfNotRoot(value, index, target); in JumpIfNotRoot()
|
/third_party/node/deps/v8/src/baseline/x64/ |
D | baseline-assembler-x64-inl.h | 112 void BaselineAssembler::JumpIfNotRoot(Register value, RootIndex index, in JumpIfNotRoot() function 114 __ JumpIfNotRoot(value, index, target, distance); in JumpIfNotRoot()
|
/third_party/node/deps/v8/src/baseline/ia32/ |
D | baseline-assembler-ia32-inl.h | 112 void BaselineAssembler::JumpIfNotRoot(Register value, RootIndex index, in JumpIfNotRoot() function 114 __ JumpIfNotRoot(value, index, target, distance); in JumpIfNotRoot()
|
/third_party/node/deps/v8/src/baseline/loong64/ |
D | baseline-assembler-loong64-inl.h | 104 void BaselineAssembler::JumpIfNotRoot(Register value, RootIndex index, in JumpIfNotRoot() function 106 __ JumpIfNotRoot(value, index, target); in JumpIfNotRoot()
|
/third_party/node/deps/v8/src/baseline/mips64/ |
D | baseline-assembler-mips64-inl.h | 104 void BaselineAssembler::JumpIfNotRoot(Register value, RootIndex index, in JumpIfNotRoot() function 106 __ JumpIfNotRoot(value, index, target); in JumpIfNotRoot()
|
/third_party/node/deps/v8/src/baseline/mips/ |
D | baseline-assembler-mips-inl.h | 106 void BaselineAssembler::JumpIfNotRoot(Register value, RootIndex index, in JumpIfNotRoot() function 108 __ JumpIfNotRoot(value, index, target); in JumpIfNotRoot()
|
/third_party/node/deps/v8/src/baseline/arm/ |
D | baseline-assembler-arm-inl.h | 111 void BaselineAssembler::JumpIfNotRoot(Register value, RootIndex index, in JumpIfNotRoot() function 113 __ JumpIfNotRoot(value, index, target); in JumpIfNotRoot()
|
/third_party/node/deps/v8/src/baseline/riscv64/ |
D | baseline-assembler-riscv64-inl.h | 103 void BaselineAssembler::JumpIfNotRoot(Register value, RootIndex index, in JumpIfNotRoot() function 105 __ JumpIfNotRoot(value, index, target); in JumpIfNotRoot()
|
/third_party/node/deps/v8/src/baseline/ |
D | baseline-assembler.h | 54 inline void JumpIfNotRoot(Register value, RootIndex index, Label* target,
|
D | baseline-compiler.cc | 605 __ JumpIfNotRoot(kInterpreterAccumulatorRegister, root, &dont_jump, in UpdateInterruptBudgetAndDoInterpreterJumpIfRoot() local 2063 __ JumpIfNotRoot(kInterpreterAccumulatorRegister, RootIndex::kNullValue, in VisitJumpIfUndefinedOrNull() local 2180 __ JumpIfNotRoot(kInterpreterAccumulatorRegister, RootIndex::kTheHoleValue, in VisitThrowReferenceErrorIfHole() local 2190 __ JumpIfNotRoot(kInterpreterAccumulatorRegister, RootIndex::kTheHoleValue, in VisitThrowSuperNotCalledIfHole() local
|
/third_party/node/deps/v8/src/baseline/arm64/ |
D | baseline-assembler-arm64-inl.h | 109 void BaselineAssembler::JumpIfNotRoot(Register value, RootIndex index, in JumpIfNotRoot() function 111 __ JumpIfNotRoot(value, index, target); in JumpIfNotRoot()
|
/third_party/node/deps/v8/src/baseline/s390/ |
D | baseline-assembler-s390-inl.h | 183 void BaselineAssembler::JumpIfNotRoot(Register value, RootIndex index, in JumpIfNotRoot() function 186 __ JumpIfNotRoot(value, index, target); in JumpIfNotRoot()
|
/third_party/node/deps/v8/src/codegen/x64/ |
D | macro-assembler-x64.h | 675 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal, 680 void JumpIfNotRoot(Operand with, RootIndex index, Label* if_not_equal,
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | macro-assembler-ia32.h | 431 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal,
|
/third_party/node/deps/v8/src/maglev/ |
D | maglev-ir.cc | 927 __ JumpIfNotRoot(value, RootIndex::kTrueValue, if_false()->label()); in GenerateCode() local
|
/third_party/node/deps/v8/src/codegen/arm/ |
D | macro-assembler-arm.h | 749 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) { in JumpIfNotRoot() function
|
/third_party/node/deps/v8/src/codegen/loong64/ |
D | macro-assembler-loong64.h | 830 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) { in JumpIfNotRoot() function
|
/third_party/node/deps/v8/src/codegen/mips64/ |
D | macro-assembler-mips64.h | 1002 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) { in JumpIfNotRoot() function
|
/third_party/node/deps/v8/src/codegen/mips/ |
D | macro-assembler-mips.h | 950 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) { in JumpIfNotRoot() function
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
D | macro-assembler-riscv64.h | 1078 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) { in JumpIfNotRoot() function
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | macro-assembler-ppc.h | 1227 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) { in JumpIfNotRoot() function
|
/third_party/node/deps/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 571 __ JumpIfNotRoot(r3, RootIndex::kUndefinedValue, &check_receiver); in Generate_JSConstructStubGeneric() local 2487 __ JumpIfNotRoot(r6, RootIndex::kNullValue, &convert_to_object); in Generate_CallFunction() local
|
/third_party/node/deps/v8/src/builtins/s390/ |
D | builtins-s390.cc | 556 __ JumpIfNotRoot(r2, RootIndex::kUndefinedValue, &check_receiver); in Generate_JSConstructStubGeneric() local 2535 __ JumpIfNotRoot(r5, RootIndex::kNullValue, &convert_to_object); in Generate_CallFunction() local
|
/third_party/node/deps/v8/src/builtins/loong64/ |
D | builtins-loong64.cc | 281 __ JumpIfNotRoot(a0, RootIndex::kUndefinedValue, &check_receiver); in Generate_JSConstructStubGeneric() local 2284 __ JumpIfNotRoot(a3, RootIndex::kNullValue, &convert_to_object); in Generate_CallFunction() local
|
/third_party/node/deps/v8/src/builtins/arm/ |
D | builtins-arm.cc | 292 __ JumpIfNotRoot(r0, RootIndex::kUndefinedValue, &check_receiver); in Generate_JSConstructStubGeneric() local 2268 __ JumpIfNotRoot(r3, RootIndex::kNullValue, &convert_to_object); in Generate_CallFunction() local
|