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.cpp100 … Variable *result, Label *tryFastPath, Label *slowPath, Label *success, ProfileOperation callback) in LoadICByName()
118 void ICStubBuilder::StoreICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *suc… in StoreICByName()
137 … Variable *result, Label *tryFastPath, Label *slowPath, Label *success, ProfileOperation callback) in LoadICByValue()
162 void ICStubBuilder::StoreICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *su… in StoreICByValue()
187 void ICStubBuilder::TryLoadGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, La… in TryLoadGlobalICByName()
208 void ICStubBuilder::TryStoreGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, L… in TryStoreGlobalICByName()
Dic_stub_builder.h58 void SetLabels(Label* tryFastPath, Label *slowPath, Label *success) in SetLabels()
Daccess_object_stub_builder.cpp30 Label tryFastPath(env); in LoadObjByName() local
101 Label tryFastPath(env); in StoreObjByName() local
151 Label tryFastPath(env); in LoadObjByValue() local
213 Label tryFastPath(env); in StoreObjByValue() local
246 Label tryFastPath(env); in TryLoadGlobalByName() local
296 Label tryFastPath(env); in TryStoreGlobalByName() local
358 Label tryFastPath(env); in LoadGlobalVar() local
396 Label tryFastPath(env); in StoreGlobalVar() local
Dstub_builder.cpp3523 Label tryFastPath(env); in TryFastHasInstance() local