Lines Matching refs:Label
47 void LoadICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success,
49 void StoreICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success);
50 void LoadICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *success,
52 void StoreICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *success);
53 … void TryLoadGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success);
54 …void TryStoreGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success);
56 void NamedICAccessor(Variable* cachedHandler, Label *tryICHandler);
57 void ValuedICAccessor(Variable* cachedHandler, Label *tryICHandler, Label* tryElementIC);
58 void SetLabels(Label* tryFastPath, Label *slowPath, Label *success) in SetLabels()
73 Label *tryFastPath_ {nullptr};
74 Label *slowPath_ {nullptr};
75 Label *success_ {nullptr};