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