Lines Matching refs:miss
440 Label* miss) {
502 Branch(miss, ne, scratch, Operand(at));
548 void MacroAssembler::LoadFromNumberDictionary(Label* miss,
609 Branch(miss, ne, key, Operand(at));
620 Branch(miss, ne, at, Operand(zero_reg));
2243 // slt instructions. We could use sub or add instead but we would miss overflow
3868 Label* miss,
3871 JumpIfSmi(function, miss);
3875 Branch(miss, ne, scratch, Operand(JS_FUNCTION_TYPE));
3884 Branch(miss, ne, scratch, Operand(zero_reg));
3898 // simply miss the cache instead. This will allow us to allocate a
3901 Branch(miss, eq, result, Operand(t8));