Searched refs:major_key (Results 1 – 5 of 5) sorted by relevance
215 CodeStub::Major major_key = CodeStub::GetMajorKey(code); in DecodeIt() local216 DCHECK(major_key == CodeStub::MajorKeyFromKey(key)); in DecodeIt()218 CodeStub::MajorName(major_key)); in DecodeIt()
936 CodeStub::Major major_key = CodeStub::MajorKeyFromKey(handler->stub_key()); in GetKeyedAccessStoreMode() local938 CHECK(major_key == CodeStub::KeyedStoreSloppyArguments || in GetKeyedAccessStoreMode()939 major_key == CodeStub::StoreFastElement || in GetKeyedAccessStoreMode()940 major_key == CodeStub::StoreSlowElement || in GetKeyedAccessStoreMode()941 major_key == CodeStub::ElementsTransitionAndStore || in GetKeyedAccessStoreMode()942 major_key == CodeStub::NoCache); in GetKeyedAccessStoreMode()943 if (major_key != CodeStub::NoCache) { in GetKeyedAccessStoreMode()
203 const char* CodeStub::MajorName(CodeStub::Major major_key) { in MajorName() argument204 switch (major_key) { in MajorName()
196 static const char* MajorName(Major major_key);
1914 int major_key = CodeStub::GetMajorKey(compiled_code_); in DoComputeCompiledStubFrame() local1934 CodeStub::MajorName(static_cast<CodeStub::Major>(major_key)), in DoComputeCompiledStubFrame()