Lines Matching refs:tryFastPath
30 Label tryFastPath(env); in LoadObjByName() local
37 builder.LoadICByName(&result, &tryFastPath, &slowPath, &exit, callback); in LoadObjByName()
38 Bind(&tryFastPath); in LoadObjByName()
101 Label tryFastPath(env); in StoreObjByName() local
107 builder.StoreICByName(&result, &tryFastPath, &slowPath, &exit); in StoreObjByName()
108 Bind(&tryFastPath); in StoreObjByName()
151 Label tryFastPath(env); in LoadObjByValue() local
158 builder.LoadICByValue(&result, &tryFastPath, &slowPath, &exit, callback); in LoadObjByValue()
159 Bind(&tryFastPath); in LoadObjByValue()
213 Label tryFastPath(env); in StoreObjByValue() local
219 builder.StoreICByValue(&result, &tryFastPath, &slowPath, &exit); in StoreObjByValue()
220 Bind(&tryFastPath); in StoreObjByValue()
246 Label tryFastPath(env); in TryLoadGlobalByName() local
254 builder.TryLoadGlobalICByName(&result, &tryFastPath, &slowPath, &exit); in TryLoadGlobalByName()
255 Bind(&tryFastPath); in TryLoadGlobalByName()
296 Label tryFastPath(env); in TryStoreGlobalByName() local
303 builder.TryStoreGlobalICByName(&result, &tryFastPath, &slowPath, &exit); in TryStoreGlobalByName()
304 Bind(&tryFastPath); in TryStoreGlobalByName()
358 Label tryFastPath(env); in LoadGlobalVar() local
366 builder.TryLoadGlobalICByName(&result, &tryFastPath, &slowPath, &exit); in LoadGlobalVar()
367 Bind(&tryFastPath); in LoadGlobalVar()
396 Label tryFastPath(env); in StoreGlobalVar() local
403 builder.TryStoreGlobalICByName(&result, &tryFastPath, &slowPath, &exit); in StoreGlobalVar()
404 Bind(&tryFastPath); in StoreGlobalVar()