Lines Matching refs:tryFastPath
100 … Variable *result, Label *tryFastPath, Label *slowPath, Label *success, ProfileOperation callback) in LoadICByName() argument
105 SetLabels(tryFastPath, slowPath, success); in LoadICByName()
118 void ICStubBuilder::StoreICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *suc… in StoreICByName() argument
123 SetLabels(tryFastPath, slowPath, success); in StoreICByName()
137 … Variable *result, Label *tryFastPath, Label *slowPath, Label *success, ProfileOperation callback) in LoadICByValue() argument
143 SetLabels(tryFastPath, slowPath, success); in LoadICByValue()
162 void ICStubBuilder::StoreICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *su… in StoreICByValue() argument
168 SetLabels(tryFastPath, slowPath, success); in StoreICByValue()
187 void ICStubBuilder::TryLoadGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, La… in TryLoadGlobalICByName() argument
192 SetLabels(tryFastPath, slowPath, success); in TryLoadGlobalICByName()
208 void ICStubBuilder::TryStoreGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, L… in TryStoreGlobalICByName() argument
213 SetLabels(tryFastPath, slowPath, success); in TryStoreGlobalICByName()