Lines Matching refs:miss
46 Label* miss) {
56 __ JumpIfSmi(receiver, miss);
60 __ Branch(miss, lt, scratch1, Operand(FIRST_SPEC_OBJECT_TYPE));
65 GenerateGlobalInstanceTypeCheck(masm, scratch1, miss);
71 __ Branch(miss, ne, scratch1, Operand(zero_reg));
76 __ Branch(miss, ne, scratch1, Operand(scratch0));
82 // elements: Property dictionary. It is not clobbered if a jump to the miss
84 // name: Property name. It is not clobbered if a jump to the miss label is
86 // result: Register for the result. It is only updated if a jump to the miss
88 // one of these in the case of not jumping to the miss label.
96 Label* miss,
110 miss,
127 __ Branch(miss, ne, at, Operand(zero_reg));
137 // elements: Property dictionary. It is not clobbered if a jump to the miss
139 // name: Property name. It is not clobbered if a jump to the miss label is
149 Label* miss,
163 miss,
181 __ Branch(miss, ne, at, Operand(zero_reg));
331 // Cache miss: Jump to runtime.
342 Label miss, slow;
344 GenerateNameDictionaryReceiverCheck(masm, a0, a1, a3, t0, &miss);
350 // Dictionary load failed, go slow (but don't miss).
354 // Cache miss: Jump to runtime.
355 __ bind(&miss);
760 Label miss;
771 &miss, // When not a string.
772 &miss, // When not a number.
773 &miss, // When index out of range.
781 __ bind(&miss);
1137 // an IC miss that would otherwise cause a transition to the generic stub.
1157 // an IC miss that would otherwise cause a transition to the generic stub.
1178 // Cache miss: Jump to runtime.
1206 Label miss;
1208 GenerateNameDictionaryReceiverCheck(masm, a1, a3, t0, t1, &miss);
1210 GenerateDictionaryStore(masm, &miss, a3, a2, a0, t0, t1);
1215 __ bind(&miss);