/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64-inl.h | 1108 Label* not_smi_label) { in JumpIfSmi() 1113 if (not_smi_label) { in JumpIfSmi() 1114 B(not_smi_label); in JumpIfSmi() 1117 DCHECK(not_smi_label); in JumpIfSmi() 1118 Tbnz(value, 0, not_smi_label); in JumpIfSmi() 1130 void MacroAssembler::JumpIfNotSmi(Register value, Label* not_smi_label) { in JumpIfNotSmi() argument 1131 JumpIfSmi(value, nullptr, not_smi_label); in JumpIfNotSmi() 1107 JumpIfSmi(Register value, Label* smi_label, Label* not_smi_label) JumpIfSmi() argument
|
H A D | macro-assembler-arm64.h | 915 Label* not_smi_label = nullptr); 1845 inline void JumpIfNotSmi(Register value, Label* not_smi_label);
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.h | 538 inline void JumpIfNotSmi(Register value, Label* not_smi_label, in JumpIfNotSmi() argument 541 j(not_zero, not_smi_label, distance); in JumpIfNotSmi()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | macro-assembler-ppc.h | 1311 inline void JumpIfNotSmi(Register value, Label* not_smi_label) { in JumpIfNotSmi() argument 1313 bne(not_smi_label, cr0); in JumpIfNotSmi()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1697 inline void JumpIfNotSmi(Register value, Label* not_smi_label) { in JumpIfNotSmi() argument 1699 bne(not_smi_label /*, cr0*/); in JumpIfNotSmi()
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | macro-assembler-arm.h | 837 void JumpIfNotSmi(Register value, Label* not_smi_label);
|
H A D | macro-assembler-arm.cc | 2124 void MacroAssembler::JumpIfNotSmi(Register value, Label* not_smi_label) { in CallRecordWriteStub() argument 2126 b(ne, not_smi_label); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.h | 1019 void JumpIfNotSmi(Register value, Label* not_smi_label);
|
H A D | macro-assembler-loong64.cc | 3677 void MacroAssembler::JumpIfNotSmi(Register value, Label* not_smi_label) { in CallRecordWriteStub() argument 3682 Branch(not_smi_label, ne, scratch, Operand(zero_reg)); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
H A D | liftoff-assembler-arm64.h | 1664 Label* not_smi_label = mode == kJumpOnNotSmi ? target : nullptr; in emit_smi_check() local 1665 JumpIfSmi(obj, smi_label, not_smi_label); in emit_smi_check()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.h | 1205 void JumpIfNotSmi(Register value, Label* not_smi_label,
|
H A D | macro-assembler-mips64.cc | 5556 void MacroAssembler::JumpIfNotSmi(Register value, Label* not_smi_label, in CallRecordWriteStub() argument 5562 Branch(bd, not_smi_label, ne, scratch, Operand(zero_reg)); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.h | 1122 void JumpIfNotSmi(Register value, Label* not_smi_label,
|
H A D | macro-assembler-mips.cc | 5008 void MacroAssembler::JumpIfNotSmi(Register value, Label* not_smi_label, in CallRecordWriteStub() argument 5014 Branch(bd, not_smi_label, ne, scratch, Operand(zero_reg)); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.h | 1279 void JumpIfNotSmi(Register value, Label* not_smi_label);
|
H A D | macro-assembler-riscv64.cc | 4567 void MacroAssembler::JumpIfNotSmi(Register value, Label* not_smi_label) { in JumpIfNotSmi() argument 4573 Branch(not_smi_label, ne, scratch, Operand(zero_reg)); in JumpIfNotSmi()
|