Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/x64/
Dmacro-assembler-x64.cc1568 Condition both_smi = CheckBothSmi(src1, src2); in JumpIfNotBothSmi() local
1569 j(NegateCondition(both_smi), on_not_both_smi, near_jump); in JumpIfNotBothSmi()
1577 Condition both_smi = CheckBothNonNegativeSmi(src1, src2); in JumpUnlessBothNonNegativeSmi() local
1578 j(NegateCondition(both_smi), on_not_both_smi, near_jump); in JumpUnlessBothNonNegativeSmi()