Home | History | Annotate | Download | only in arm64

Lines Matching defs:miss

35 // elements: Property dictionary. It is not clobbered if a jump to the miss
37 // name: Property name. It is not clobbered if a jump to the miss label is
39 // result: Register for the result. It is only updated if a jump to the miss
44 static void GenerateDictionaryLoad(MacroAssembler* masm, Label* miss,
54 NameDictionaryLookupStub::GeneratePositiveLookup(masm, miss, &done, elements,
66 __ B(ne, miss);
76 // elements: Property dictionary. It is not clobbered if a jump to the miss
78 // name: Property name. It is not clobbered if a jump to the miss label is
84 static void GenerateDictionaryStore(MacroAssembler* masm, Label* miss,
93 NameDictionaryLookupStub::GeneratePositiveLookup(masm, miss, &done, elements,
109 __ B(ne, miss);
346 // Dictionary load failed, go slow (but don't miss).
632 Label miss;
641 &miss, // When not a string.
642 &miss, // When not a number.
643 &miss, // When index out of range.
651 __ Bind(&miss);
913 // Cache miss: Jump to runtime.
930 Label miss;
939 GenerateDictionaryStore(masm, &miss, dictionary, name, value, x4, x5);
944 // Cache miss: Jump to runtime.
945 __ Bind(&miss);