Searched defs:tryFastPath (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ic_stub_builder.cpp | 194 … Variable *result, Label *tryFastPath, Label *slowPath, Label *success, ProfileOperation callback) in LoadICByName() 210 void ICStubBuilder::LoadICByNameWithMega(Variable *result, Label *tryFastPath, Label *slowPath, Lab… in LoadICByNameWithMega() 227 void ICStubBuilder::StoreICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *suc… in StoreICByName() 245 void ICStubBuilder::StoreICByNameWithMega(Variable *result, Label *tryFastPath, Label *slowPath, La… in StoreICByNameWithMega() 263 … Variable *result, Label *tryFastPath, Label *slowPath, Label *success, ProfileOperation callback) in LoadICByValue() 323 void ICStubBuilder::StoreICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *su… in StoreICByValue() 348 void ICStubBuilder::TryLoadGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, La… in TryLoadGlobalICByName() 369 void ICStubBuilder::TryStoreGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, L… in TryStoreGlobalICByName()
|
| D | ic_stub_builder.h | 74 void SetLabels(Label* tryFastPath, Label *slowPath, Label *success) in SetLabels()
|
| D | access_object_stub_builder.cpp | 29 Label tryFastPath(env); in LoadObjByName() local 104 Label tryFastPath(env); in StoreObjByNameWithMega() local 132 Label tryFastPath(env); in LoadPrivatePropertyByName() local 199 Label tryFastPath(env); in StoreObjByName() local 244 Label tryFastPath(env); in StorePrivatePropertyByName() local 297 Label tryFastPath(env); in LoadObjByValue() local 363 Label tryFastPath(env); in StoreOwnByIndex() local 410 Label tryFastPath(env); in StoreObjByValue() local 448 Label tryFastPath(env); in TryLoadGlobalByName() local 498 Label tryFastPath(env); in TryStoreGlobalByName() local [all …]
|
| D | stub_builder.cpp | 5770 Label tryFastPath(env); in TryFastHasInstance() local
|