Searched refs:ICStateToString (Results 1 – 3 of 3) sorted by relevance
218 static std::string ICStateToString(ICState state);
225 std::string ProfileTypeAccessor::ICStateToString(ProfileTypeAccessor::ICState state) in ICStateToString() function in panda::ecmascript::ProfileTypeAccessor
162 auto state = ProfileTypeAccessor::ICStateToString(icAccessor_.GetICState()); in TraceIC()