Searched refs:SetLabels (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ic_stub_builder.cpp | 150 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()
|
| D | ic_stub_builder.h | 58 void SetLabels(Label* tryFastPath, Label *slowPath, Label *success) in SetLabels() function
|