Searched refs:on_not_smi (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/x64/ |
D | macro-assembler-x64.h | 671 Label* on_not_smi, 675 void JumpIfNotSmi(Operand src, Label* on_not_smi,
|
D | macro-assembler-x64.cc | 1133 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()
|