Searched refs:ICState2String (Results 1 – 4 of 4) sorted by relevance
762 os << Code::ICState2String(nexus.StateFromFeedback()); in TypeFeedbackVectorPrint()767 os << Code::ICState2String(nexus.StateFromFeedback()); in TypeFeedbackVectorPrint()772 os << Code::ICState2String(nexus.StateFromFeedback()); in TypeFeedbackVectorPrint()777 os << Code::ICState2String(nexus.StateFromFeedback()); in TypeFeedbackVectorPrint()782 os << Code::ICState2String(nexus.StateFromFeedback()); in TypeFeedbackVectorPrint()787 os << Code::ICState2String(nexus.StateFromFeedback()); in TypeFeedbackVectorPrint()792 os << Code::ICState2String(nexus.StateFromFeedback()); in TypeFeedbackVectorPrint()797 os << Code::ICState2String(nexus.StateFromFeedback()); in TypeFeedbackVectorPrint()
212 out.AddFormatted(" %s", Code::ICState2String(ic_state)); in DecodeIt()
5389 static const char* ICState2String(InlineCacheState state);
14609 const char* Code::ICState2String(InlineCacheState state) { in ICState2String() function in v8::internal::Code14908 os << "ic_state = " << ICState2String(ic_state) << "\n"; in Disassemble()