Home
last modified time | relevance | path

Searched refs:on_not_smi (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/x64/
Dmacro-assembler-x64.h671 Label* on_not_smi,
675 void JumpIfNotSmi(Operand src, Label* on_not_smi,
Dmacro-assembler-x64.cc1133 Label* on_not_smi, in JumpIfNotSmi() argument
1136 j(NegateCondition(smi), on_not_smi, near_jump); in JumpIfNotSmi()
1139 void MacroAssembler::JumpIfNotSmi(Operand src, Label* on_not_smi, in JumpIfNotSmi() argument
1142 j(NegateCondition(smi), on_not_smi, near_jump); in JumpIfNotSmi()