Searched defs:tryFastPath (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ic_stub_builder.cpp | 145 … Variable *result, Label *tryFastPath, Label *slowPath, Label *success, ProfileOperation callback) in LoadICByName() 161 void ICStubBuilder::StoreICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *suc… in StoreICByName() 180 … Variable *result, Label *tryFastPath, Label *slowPath, Label *success, ProfileOperation callback) in LoadICByValue() 240 void ICStubBuilder::StoreICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *su… in StoreICByValue() 264 void ICStubBuilder::TryLoadGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, La… in TryLoadGlobalICByName() 285 void ICStubBuilder::TryStoreGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, L… in TryStoreGlobalICByName()
|
| D | ic_stub_builder.h | 58 void SetLabels(Label* tryFastPath, Label *slowPath, Label *success) in SetLabels()
|
| D | access_object_stub_builder.cpp | 31 Label tryFastPath(env); in LoadObjByName() local 96 Label tryFastPath(env); in StoreObjByName() local 146 Label tryFastPath(env); in LoadObjByValue() local 208 Label tryFastPath(env); in StoreObjByValue() local 240 Label tryFastPath(env); in StoreOwnByIndex() local 281 Label tryFastPath(env); in TryLoadGlobalByName() local 331 Label tryFastPath(env); in TryStoreGlobalByName() local 393 Label tryFastPath(env); in LoadGlobalVar() local 431 Label tryFastPath(env); in StoreGlobalVar() local
|
| D | stub_builder.cpp | 4236 Label tryFastPath(env); in TryFastHasInstance() local
|