Home | History | Annotate | Download | only in src

Lines Matching refs:CodeStub

936     CodeStub::Major major_key = CodeStub::MajorKeyFromKey(handler->stub_key());
937 uint32_t minor_key = CodeStub::MinorKeyFromKey(handler->stub_key());
938 CHECK(major_key == CodeStub::KeyedStoreSloppyArguments ||
939 major_key == CodeStub::StoreFastElement ||
940 major_key == CodeStub::StoreSlowElement ||
941 CodeStub::ElementsTransitionAndStore ||
942 major_key == CodeStub::NoCache);
943 if (major_key != CodeStub::NoCache) {