Lines Matching full:major_key
414 return target_code->major_key() == CodeStub::CallFunction;
455 maybe_call_function_stub->major_key() == CodeStub::CallFunction);
1474 maybe_call_function_stub->major_key() == CodeStub::CallFunction) {
1548 ASSERT(call_function_stub->major_key() ==
1642 CodeStub::Major major_key = CodeStub::GetMajorKey(code);
1643 return major_key == CodeStub::CallFunction;
1650 CodeStub::Major major_key = CodeStub::GetMajorKey(code);
1651 return major_key == CodeStub::CallFunction;
1695 ASSERT(code->major_key() == CodeStub::CallFunction);