Searched refs:MajorName (Results 1 – 4 of 4) sorted by relevance
105 static const char* MajorName(Major major_key, bool allow_unknown_keys);143 virtual const char* GetName() { return MajorName(MajorKey(), false); } in GetName()
157 const char* CodeStub::MajorName(CodeStub::Major major_key, in MajorName() function in v8::internal::CodeStub
264 CodeStub::MajorName(code->major_key(), false)); in DecodeIt()
1265 description = CodeStub::MajorName(code_object->major_key(), true); in LogCodeObject()