Searched defs:tryFastPath (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ic_stub_builder.cpp | 159 … Variable *result, Label *tryFastPath, Label *slowPath, Label *success, ProfileOperation callback) in LoadICByName() 175 void ICStubBuilder::StoreICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *suc… in StoreICByName() 194 … Variable *result, Label *tryFastPath, Label *slowPath, Label *success, ProfileOperation callback) in LoadICByValue() 254 void ICStubBuilder::StoreICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *su… in StoreICByValue() 279 void ICStubBuilder::TryLoadGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, La… in TryLoadGlobalICByName() 300 void ICStubBuilder::TryStoreGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, L… in TryStoreGlobalICByName()
|
| D | ic_stub_builder.h | 60 void SetLabels(Label* tryFastPath, Label *slowPath, Label *success) in SetLabels()
|
| D | access_object_stub_builder.cpp | 31 Label tryFastPath(env); in LoadObjByName() local 71 Label tryFastPath(env); in LoadPrivatePropertyByName() local 138 Label tryFastPath(env); in StoreObjByName() local 183 Label tryFastPath(env); in StorePrivatePropertyByName() local 236 Label tryFastPath(env); in LoadObjByValue() local 302 Label tryFastPath(env); in StoreObjByValue() local 340 Label tryFastPath(env); in TryLoadGlobalByName() local 390 Label tryFastPath(env); in TryStoreGlobalByName() local 452 Label tryFastPath(env); in LoadGlobalVar() local 490 Label tryFastPath(env); in StoreGlobalVar() local
|
| D | stub_builder.cpp | 5607 Label tryFastPath(env); in TryFastHasInstance() local
|