Home
last modified time | relevance | path

Searched defs:tryFastPath (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp194 … 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()
Dic_stub_builder.h74 void SetLabels(Label* tryFastPath, Label *slowPath, Label *success) in SetLabels()
Daccess_object_stub_builder.cpp29 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 …]
Dstub_builder.cpp5770 Label tryFastPath(env); in TryFastHasInstance() local