Home | History | Annotate | Download | only in x64

Lines Matching defs:miss

36   Label miss;
48 __ j(not_equal, &miss);
55 __ j(not_equal, &miss);
65 __ j(not_equal, &miss);
69 __ jmp(&miss);
71 __ jmp(&miss);
81 __ bind(&miss);
90 Label miss;
114 __ JumpIfSmi(receiver, &miss);
129 // Primary miss: Compute hash for secondary probe.
142 // Cache miss: Fall-through and let caller handle the miss by
144 __ bind(&miss);