Home
last modified time | relevance | path

Searched refs:not_smi_label (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64-inl.h1108 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 Dmacro-assembler-arm64.h915 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 Dmacro-assembler-ia32.h538 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 Dmacro-assembler-ppc.h1311 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 Dmacro-assembler-s390.h1697 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 Dmacro-assembler-arm.h837 void JumpIfNotSmi(Register value, Label* not_smi_label);
H A Dmacro-assembler-arm.cc2124 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 Dmacro-assembler-loong64.h1019 void JumpIfNotSmi(Register value, Label* not_smi_label);
H A Dmacro-assembler-loong64.cc3677 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 Dliftoff-assembler-arm64.h1664 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 Dmacro-assembler-mips64.h1205 void JumpIfNotSmi(Register value, Label* not_smi_label,
H A Dmacro-assembler-mips64.cc5556 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 Dmacro-assembler-mips.h1122 void JumpIfNotSmi(Register value, Label* not_smi_label,
H A Dmacro-assembler-mips.cc5008 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 Dmacro-assembler-riscv64.h1279 void JumpIfNotSmi(Register value, Label* not_smi_label);
H A Dmacro-assembler-riscv64.cc4567 void MacroAssembler::JumpIfNotSmi(Register value, Label* not_smi_label) { in JumpIfNotSmi() argument
4573 Branch(not_smi_label, ne, scratch, Operand(zero_reg)); in JumpIfNotSmi()

Completed in 63 milliseconds