Home
last modified time | relevance | path

Searched refs:SetLabels (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp150 SetLabels(tryFastPath, slowPath, success); in LoadICByName()
166 SetLabels(tryFastPath, slowPath, success); in StoreICByName()
192 SetLabels(tryFastPath, slowPath, success); in LoadICByValue()
245 SetLabels(tryFastPath, slowPath, success); in StoreICByValue()
269 SetLabels(tryFastPath, slowPath, success); in TryLoadGlobalICByName()
290 SetLabels(tryFastPath, slowPath, success); in TryStoreGlobalICByName()
Dic_stub_builder.h58 void SetLabels(Label* tryFastPath, Label *slowPath, Label *success) in SetLabels() function