Home
last modified time | relevance | path

Searched refs:ICStateToString (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dprofile_type_info.h120 static std::string ICStateToString(ICState state);
Dic_runtime.cpp134 auto state = ProfileTypeAccessor::ICStateToString(icAccessor_.GetICState()); in TraceIC()
Dprofile_type_info.cpp226 std::string ProfileTypeAccessor::ICStateToString(ProfileTypeAccessor::ICState state) in ICStateToString() function in panda::ecmascript::ProfileTypeAccessor