Searched refs:major_key (Results 1 – 14 of 14) sorted by relevance
806 CodeStub::Major major_key = CodeStub::MajorKeyFromKey(handler->stub_key()); in GetKeyedAccessStoreMode() local808 CHECK(major_key == CodeStub::KeyedStoreSloppyArguments || in GetKeyedAccessStoreMode()809 major_key == CodeStub::StoreFastElement || in GetKeyedAccessStoreMode()810 major_key == CodeStub::StoreElement || in GetKeyedAccessStoreMode()811 major_key == CodeStub::ElementsTransitionAndStore || in GetKeyedAccessStoreMode()812 major_key == CodeStub::NoCache); in GetKeyedAccessStoreMode()813 if (major_key != CodeStub::NoCache) { in GetKeyedAccessStoreMode()
214 CodeStub::Major major_key = CodeStub::GetMajorKey(code); in DecodeIt() local215 DCHECK(major_key == CodeStub::MajorKeyFromKey(key)); in DecodeIt()217 CodeStub::MajorName(major_key)); in DecodeIt()
191 const char* CodeStub::MajorName(CodeStub::Major major_key) { in MajorName() argument192 switch (major_key) { in MajorName()
1651 int major_key = CodeStub::GetMajorKey(compiled_code_); in DoComputeCompiledStubFrame() local1671 CodeStub::MajorName(static_cast<CodeStub::Major>(major_key)), in DoComputeCompiledStubFrame()
200 static const char* MajorName(Major major_key);
5322 CodeStub::Major major_key() { return major_key_; } in major_key() function5331 HCallStub(HValue* context, CodeStub::Major major_key, int argument_count) in DECLARE_CONCRETE_INSTRUCTION()5333 major_key_(major_key) { in DECLARE_CONCRETE_INSTRUCTION()
919 switch (instr->hydrogen()->major_key()) { in DoCallStub()
989 switch (instr->hydrogen()->major_key()) { in DoCallStub()
2004 switch (instr->hydrogen()->major_key()) { in DoCallStub()
952 switch (instr->hydrogen()->major_key()) { in DoCallStub()
985 switch (instr->hydrogen()->major_key()) { in DoCallStub()
903 switch (instr->hydrogen()->major_key()) { in DoCallStub()
941 switch (instr->hydrogen()->major_key()) { in DoCallStub()
1290 switch (instr->hydrogen()->major_key()) { in DoCallStub()