Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp99 void ICStubBuilder::LoadICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *succ… in LoadICByName()
117 void ICStubBuilder::StoreICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *suc… in StoreICByName()
135 void ICStubBuilder::LoadICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *suc… in LoadICByValue()
160 void ICStubBuilder::StoreICByValue(Variable* result, Label* tryFastPath, Label *slowPath, Label *su… in StoreICByValue()
185 void ICStubBuilder::TryLoadGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, La… in TryLoadGlobalICByName()
206 void ICStubBuilder::TryStoreGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, L… in TryStoreGlobalICByName()
Daccess_object_stub_builder.cpp30 Label tryFastPath(env); in LoadObjByName() local
93 Label tryFastPath(env); in StoreObjByName() local
138 Label tryFastPath(env); in LoadObjByValue() local
199 Label tryFastPath(env); in StoreObjByValue() local
230 Label tryFastPath(env); in TryLoadGlobalByName() local
279 Label tryFastPath(env); in TryStoreGlobalByName() local
341 Label tryFastPath(env); in LoadGlobalVar() local
379 Label tryFastPath(env); in StoreGlobalVar() local
Dic_stub_builder.h55 void SetLabels(Label* tryFastPath, Label *slowPath, Label *success) in SetLabels()