Searched defs:on_not_both_smi (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.cc4875 Label* on_not_both_smi) {
4879 JumpIfNotSmi(at, on_not_both_smi);
4873 JumpIfNotBothSmi(Register reg1, Register reg2, Label* on_not_both_smi) argument
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc4756 Label* on_not_both_smi) {
4760 JumpIfNotSmi(at, on_not_both_smi);
4754 JumpIfNotBothSmi(Register reg1, Register reg2, Label* on_not_both_smi) argument

Completed in 70 milliseconds