Lines Matching full:label
46 void LoadICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success);
47 void StoreICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success);
48 void LoadICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *success);
49 void StoreICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *success);
50 … void TryLoadGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success);
51 …void TryStoreGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success);
53 void NamedICAccessor(Variable* cachedHandler, Label *tryICHandler);
54 void ValuedICAccessor(Variable* cachedHandler, Label *tryICHandler, Label* tryElementIC);
55 void SetLabels(Label* tryFastPath, Label *slowPath, Label *success) in SetLabels()
69 Label *tryFastPath_ {nullptr};
70 Label *slowPath_ {nullptr};
71 Label *success_ {nullptr};