Searched defs:tryFastPath (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ic_stub_builder.cpp | 273 … Variable *result, Label *tryFastPath, Label *slowPath, Label *success, ProfileOperation callback) in LoadICByName() 289 void ICStubBuilder::LoadICByNameWithMega(Variable *result, Label *tryFastPath, Label *slowPath, Lab… in LoadICByNameWithMega() 306 void ICStubBuilder::StoreICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *suc… in StoreICByName() 322 void ICStubBuilder::StoreICByNameWithMega(Variable *result, Label *tryFastPath, Label *slowPath, La… in StoreICByNameWithMega() 340 … Variable *result, Label *tryFastPath, Label *slowPath, Label *success, ProfileOperation callback) in LoadICByValue() 398 void ICStubBuilder::StoreICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *su… in StoreICByValue() 421 void ICStubBuilder::TryLoadGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, La… in TryLoadGlobalICByName() 442 void ICStubBuilder::TryStoreGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, L… in TryStoreGlobalICByName()
|
| 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 246 Label tryFastPath(env); in StOwnICByName() local 291 Label tryFastPath(env); in StorePrivatePropertyByName() local 344 Label tryFastPath(env); in LoadObjByValue() local 414 Label tryFastPath(env); in StoreOwnByIndex() local 455 Label tryFastPath(env); in StoreObjByValue() local 493 Label tryFastPath(env); in TryLoadGlobalByName() local [all …]
|
| D | ic_stub_builder.h | 84 void SetLabels(Label* tryFastPath, Label *slowPath, Label *success) in SetLabels()
|
| D | stub_builder.cpp | 6332 Label tryFastPath(env); in TryFastHasInstance() local
|