Home
last modified time | relevance | path

Searched refs:ICState2String (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dobjects-printer.cc762 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()
Ddisassembler.cc212 out.AddFormatted(" %s", Code::ICState2String(ic_state)); in DecodeIt()
Dobjects.h5389 static const char* ICState2String(InlineCacheState state);
Dobjects.cc14609 const char* Code::ICState2String(InlineCacheState state) { in ICState2String() function in v8::internal::Code
14908 os << "ic_state = " << ICState2String(ic_state) << "\n"; in Disassemble()