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.h218 static std::string ICStateToString(ICState state);
Dprofile_type_info.cpp225 std::string ProfileTypeAccessor::ICStateToString(ProfileTypeAccessor::ICState state) in ICStateToString() function in panda::ecmascript::ProfileTypeAccessor
Dic_runtime.cpp162 auto state = ProfileTypeAccessor::ICStateToString(icAccessor_.GetICState()); in TraceIC()