Lines Matching full:label
48 void LoadICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success,
50 void StoreICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success);
51 void LoadICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *success,
53 void StoreICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *success);
54 … void TryLoadGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success);
55 …void TryStoreGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success);
58 void NamedICAccessor(Variable* cachedHandler, Label *tryICHandler);
59 void ValuedICAccessor(Variable* cachedHandler, Label *tryICHandler, Label* tryElementIC);
60 void SetLabels(Label* tryFastPath, Label *slowPath, Label *success) in SetLabels()
75 Label *tryFastPath_ {nullptr};
76 Label *slowPath_ {nullptr};
77 Label *success_ {nullptr};