Home | History | Annotate | Download | only in arm64

Lines Matching defs:miss

22 // If there is a miss the code fall trough.
24 // 'receiver', 'name' and 'offset' registers are preserved on miss.
43 Label miss;
57 __ B(ne, &miss);
63 __ B(ne, &miss);
72 __ B(ne, &miss);
76 __ B(&miss);
78 __ B(&miss);
88 // Miss: fall through.
89 __ Bind(&miss);
98 Label miss;
116 __ JumpIfSmi(receiver, &miss);
131 // Primary miss: Compute hash for secondary table.
140 // Cache miss: Fall-through and let caller handle the miss by
142 __ Bind(&miss);