Searched defs:not_smi_label (Results 1 - 10 of 10) sorted by relevance
/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
|
/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
|
/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
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64-inl.h | 1130 void MacroAssembler::JumpIfNotSmi(Register value, Label* not_smi_label) { in JumpIfNotSmi() argument 1107 JumpIfSmi(Register value, Label* smi_label, Label* not_smi_label) JumpIfSmi() argument
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.cc | 5556 void MacroAssembler::JumpIfNotSmi(Register value, Label* not_smi_label, in CallRecordWriteStub() argument
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | macro-assembler-arm.cc | 2124 void MacroAssembler::JumpIfNotSmi(Register value, Label* not_smi_label) { in CallRecordWriteStub() argument
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.cc | 3677 void MacroAssembler::JumpIfNotSmi(Register value, Label* not_smi_label) { in CallRecordWriteStub() argument
|
/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
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.cc | 5008 void MacroAssembler::JumpIfNotSmi(Register value, Label* not_smi_label, in CallRecordWriteStub() argument
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.cc | 4567 void MacroAssembler::JumpIfNotSmi(Register value, Label* not_smi_label) { in JumpIfNotSmi() argument
|
Completed in 51 milliseconds