Home | History | Annotate | Download | only in src

Lines Matching refs:MajorKey

188   virtual Major MajorKey() = 0;
220 ASSERT(static_cast<int>(MajorKey()) < NUMBER_OF_IDS);
222 MajorKeyBits::encode(MajorKey());
296 Major MajorKey() { return StackCheck; }
308 Major MajorKey() { return Interrupt; }
320 Major MajorKey() { return ToNumber; }
333 Major MajorKey() { return FastNewClosure; }
354 Major MajorKey() { return FastNewContext; }
372 Major MajorKey() { return FastNewBlockContext; }
402 Major MajorKey() { return FastCloneShallowArray; }
425 Major MajorKey() { return FastCloneShallowObject; }
447 Major MajorKey() { return Instanceof; }
477 virtual CodeStub::Major MajorKey() { return MathPow; }
503 virtual CodeStub::Major MajorKey() { return CompareIC; }
605 Major MajorKey() { return Compare; }
653 Major MajorKey() { return CEntry; }
670 Major MajorKey() { return JSEntry; }
708 Major MajorKey() { return ArgumentsAccess; }
726 Major MajorKey() { return RegExpExec; }
738 Major MajorKey() { return RegExpConstructResult; }
770 Major MajorKey() { return CallFunction; }
801 Major MajorKey() { return CallConstruct; }
983 Major MajorKey() { return KeyedLoadElement; }
1004 Major MajorKey() { return KeyedStoreElement; }
1075 Major MajorKey() { return ToBoolean; }
1113 Major MajorKey() { return ElementsTransitionAndStore; }
1139 Major MajorKey() { return StoreArrayLiteralElement; }