Lines Matching refs:Major
113 enum Major { enum
124 static Major MajorKeyFromKey(uint32_t key) { in MajorKeyFromKey()
125 return static_cast<Major>(MajorKeyBits::decode(key)); in MajorKeyFromKey()
132 static Major GetMajorKey(Code* code_stub) { in GetMajorKey()
133 return static_cast<Major>(code_stub->major_key()); in GetMajorKey()
136 static const char* MajorName(Major major_key, bool allow_unknown_keys);
188 virtual Major MajorKey() = 0;
296 Major MajorKey() { return StackCheck; } in MajorKey()
308 Major MajorKey() { return Interrupt; } in MajorKey()
320 Major MajorKey() { return ToNumber; } in MajorKey()
333 Major MajorKey() { return FastNewClosure; } in MajorKey()
354 Major MajorKey() { return FastNewContext; } in MajorKey()
372 Major MajorKey() { return FastNewBlockContext; } in MajorKey()
402 Major MajorKey() { return FastCloneShallowArray; } in MajorKey()
425 Major MajorKey() { return FastCloneShallowObject; } in MajorKey()
447 Major MajorKey() { return Instanceof; } in MajorKey()
477 virtual CodeStub::Major MajorKey() { return MathPow; } in MajorKey()
503 virtual CodeStub::Major MajorKey() { return CompareIC; } in MajorKey()
605 Major MajorKey() { return Compare; } in MajorKey()
653 Major MajorKey() { return CEntry; } in MajorKey()
670 Major MajorKey() { return JSEntry; } in MajorKey()
708 Major MajorKey() { return ArgumentsAccess; } in MajorKey()
726 Major MajorKey() { return RegExpExec; } in MajorKey()
738 Major MajorKey() { return RegExpConstructResult; } in MajorKey()
770 Major MajorKey() { return CallFunction; } in MajorKey()
801 Major MajorKey() { return CallConstruct; } in MajorKey()
983 Major MajorKey() { return KeyedLoadElement; } in MajorKey()
1004 Major MajorKey() { return KeyedStoreElement; } in MajorKey()
1075 Major MajorKey() { return ToBoolean; } in MajorKey()
1113 Major MajorKey() { return ElementsTransitionAndStore; } in MajorKey()
1139 Major MajorKey() { return StoreArrayLiteralElement; } in MajorKey()