Home | History | Annotate | Download | only in src

Lines Matching defs:Major

223   enum Major {
239 static Major MajorKeyFromKey(uint32_t key) {
240 return static_cast<Major>(MajorKeyBits::decode(key));
246 // Gets the major key from a code object that is a code stub or binary op IC.
247 static Major GetMajorKey(Code* code_stub) {
253 static const char* MajorName(Major major_key);
286 virtual Major MajorKey() const = 0;
318 // Computes the key based on major and minor.
380 inline Major MajorKey() const override { return NAME; }; \