Lines Matching refs:slowPath
152 Variable *result, Label *tryFastPath, Label *slowPath, Label *success, ProfileOperation callback)
157 SetLabels(tryFastPath, slowPath, success);
168 void ICStubBuilder::StoreICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success)
173 SetLabels(tryFastPath, slowPath, success);
187 Variable *result, Label *tryFastPath, Label *slowPath, Label *success, ProfileOperation callback)
199 SetLabels(tryFastPath, slowPath, success);
247 void ICStubBuilder::StoreICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *success)
252 SetLabels(tryFastPath, slowPath, success);
272 void ICStubBuilder::TryLoadGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success)
277 SetLabels(tryFastPath, slowPath, success);
293 void ICStubBuilder::TryStoreGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success)
298 SetLabels(tryFastPath, slowPath, success);