Searched refs:StubType2String (Results 1 – 3 of 3) sorted by relevance
226 out.AddFormatted(", %s", Code::StubType2String(type)); in DecodeIt()
4975 static const char* StubType2String(StubType type);
10824 const char* Code::StubType2String(StubType type) { in StubType2String() function in v8::internal::Code10855 os << "type = " << StubType2String(type()) << "\n"; in Disassemble()