Home
last modified time | relevance | path

Searched refs:SetLevel (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dsubtyping_operator.cpp129 ihcHandle->SetLevel(0); in FillTSInheritInfo()
141 ihcHandle->SetLevel(eIhcLevel + 1); in FillTSInheritInfo()
Djs_hclass.cpp169 SetLevel(0); in InitTSInheritInfo()
780 newHClass->SetLevel(level); in CopyTSInheritInfo()
Djs_hclass.h1493 inline void SetLevel(uint8_t level) in SetLevel() function
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.h302 Logger::SetLevel(level);
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.cpp305 Logger::SetLevel(Logger::LevelFromString(s)); in ProcessLogLevelFromString()
Dlogger.h224 static void SetLevel(Level level) in SetLevel() function