Lines Matching full:label
57 void LoadICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success,
59 void LoadICByNameWithMega(Variable *result, Label *tryFastPath, Label *slowPath, Label *success,
61 void StoreICByName(Variable *result, Label *tryFastPath, Label *slowPath, Label *success);
62 … void StoreICByNameWithMega(Variable *result, Label *tryFastPath, Label *slowPath, Label *success);
63 void LoadICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *success,
65 void StoreICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *success);
66 … void TryLoadGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success);
67 …void TryStoreGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success);
73 Label *tryICHandler;
76 void TryDesignatePrimitiveLoadIC(Label &tryDesignatePrimitive, Label ¬DesignatePrimitive,
78 void TryPrimitiveLoadIC(Variable* cachedHandler, Label *tryICHandler);
80 void NamedICAccessor(Variable* cachedHandler, Label *tryICHandler);
82 void NamedICAccessorWithMega(Variable* cachedHandler, Label *tryICHandler);
83 void ValuedICAccessor(Variable* cachedHandler, Label *tryICHandler, Label* tryElementIC);
84 void SetLabels(Label* tryFastPath, Label *slowPath, Label *success) in SetLabels()
100 Label *tryFastPath_ {nullptr};
101 Label *slowPath_ {nullptr};
102 Label *success_ {nullptr};