Home
last modified time | relevance | path

Searched refs:on_not_both_smi (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/x64/
Dmacro-assembler-x64.h521 Label* on_not_both_smi,
526 Label* on_not_both_smi,
Dmacro-assembler-x64.cc1306 Label* on_not_both_smi, in JumpIfNotBothSmi() argument
1309 j(NegateCondition(both_smi), on_not_both_smi, near_jump); in JumpIfNotBothSmi()
1315 Label* on_not_both_smi, in JumpUnlessBothNonNegativeSmi() argument
1318 j(NegateCondition(both_smi), on_not_both_smi, near_jump); in JumpUnlessBothNonNegativeSmi()
/external/v8/src/arm/
Dmacro-assembler-arm.h1181 void JumpIfNotBothSmi(Register reg1, Register reg2, Label* on_not_both_smi);
Dmacro-assembler-arm.cc2950 Label* on_not_both_smi) { in JumpIfNotBothSmi() argument
2954 b(ne, on_not_both_smi); in JumpIfNotBothSmi()
/external/v8/src/mips/
Dmacro-assembler-mips.h1324 void JumpIfNotBothSmi(Register reg1, Register reg2, Label* on_not_both_smi);
Dmacro-assembler-mips.cc4756 Label* on_not_both_smi) { in JumpIfNotBothSmi() argument
4760 JumpIfNotSmi(at, on_not_both_smi); in JumpIfNotBothSmi()