Home | History | Annotate | Download | only in arm

Lines Matching refs:miss

72                                                 Label* miss) {
82 __ JumpIfSmi(receiver, miss);
86 __ b(lt, miss);
91 GenerateGlobalInstanceTypeCheck(masm, t1, miss);
97 __ b(ne, miss);
103 __ b(ne, miss);
109 // elements: Property dictionary. It is not clobbered if a jump to the miss
111 // name: Property name. It is not clobbered if a jump to the miss label is
113 // result: Register for the result. It is only updated if a jump to the miss
115 // one of these in the case of not jumping to the miss label.
121 Label* miss,
135 miss,
150 __ b(ne, miss);
160 // elements: Property dictionary. It is not clobbered if a jump to the miss
162 // name: Property name. It is not clobbered if a jump to the miss label is
170 Label* miss,
184 miss,
202 __ b(ne, miss);
340 // The generated code falls through if both probes miss.
349 Label number, non_number, non_string, boolean, probe, miss;
389 __ b(ne, &miss);
399 __ bind(&miss);
405 miss,
410 __ JumpIfSmi(r1, miss);
414 __ b(ne, miss);
428 Label miss;
433 GenerateNameDictionaryReceiverCheck(masm, r1, r0, r3, r4, &miss);
437 GenerateDictionaryLoad(masm, &miss, r0, r2, r1, r3, r4);
439 GenerateFunctionTailCall(masm, argc, &miss, r4);
441 __ bind(&miss);
614 // Fall through on miss.
640 Label miss;
641 __ JumpIfSmi(r2, &miss);
642 __ IsObjectNameType(r2, r0, &miss);
645 __ bind(&miss);
664 // Cache miss: Jump to runtime.
675 Label miss;
677 GenerateNameDictionaryReceiverCheck(masm, r0, r1, r3, r4, &miss);
680 GenerateDictionaryLoad(masm, &miss, r1, r2, r0, r3, r4);
683 // Cache miss: Jump to runtime.
684 __ bind(&miss);
830 GenerateMiss(masm, MISS);
859 GenerateMiss(masm, MISS);
1101 Label miss;
1112 &miss, // When not a string.
1113 &miss, // When not a number.
1114 &miss, // When index out of range.
1122 __ bind(&miss);
1123 GenerateMiss(masm, MISS);
1163 GenerateMiss(masm, MISS);
1198 // an IC miss that would otherwise cause a transition to the generic stub.
1217 // an IC miss that would otherwise cause a transition to the generic stub.
1496 // Cache miss: Jump to runtime.
1525 Label miss;
1527 GenerateNameDictionaryReceiverCheck(masm, r1, r3, r4, r5, &miss);
1529 GenerateDictionaryStore(masm, &miss, r3, r2, r0, r4, r5);
1535 __ bind(&miss);