Lines Matching refs:miss
49 Label* miss) {
59 __ JumpIfSmi(receiver, miss);
63 __ b(lt, miss);
68 GenerateGlobalInstanceTypeCheck(masm, t1, miss);
74 __ b(ne, miss);
80 __ b(ne, miss);
86 // elements: Property dictionary. It is not clobbered if a jump to the miss
88 // name: Property name. It is not clobbered if a jump to the miss label is
90 // result: Register for the result. It is only updated if a jump to the miss
92 // one of these in the case of not jumping to the miss label.
98 Label* miss,
112 miss,
127 __ b(ne, miss);
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
147 Label* miss,
161 miss,
179 __ b(ne, miss);
325 // Cache miss: Jump to runtime.
336 Label miss, slow;
338 GenerateNameDictionaryReceiverCheck(masm, r0, r1, r3, r4, &miss);
344 // Dictionary load failed, go slow (but don't miss).
348 // Cache miss: Jump to runtime.
349 __ bind(&miss);
738 Label miss;
749 &miss, // When not a string.
750 &miss, // When not a number.
751 &miss, // When index out of range.
759 __ bind(&miss);
833 // an IC miss that would otherwise cause a transition to the generic stub.
852 // an IC miss that would otherwise cause a transition to the generic stub.
1157 // Cache miss: Jump to runtime.
1186 Label miss;
1188 GenerateNameDictionaryReceiverCheck(masm, r1, r3, r4, r5, &miss);
1190 GenerateDictionaryStore(masm, &miss, r3, r2, r0, r4, r5);
1196 __ bind(&miss);