Home | History | Annotate | Download | only in src

Lines Matching refs:major_key

413       return target_code->major_key() == CodeStub::CallFunction;
454 maybe_call_function_stub->major_key() == CodeStub::CallFunction);
1469 maybe_call_function_stub->major_key() == CodeStub::CallFunction) {
1543 ASSERT(call_function_stub->major_key() ==
1637 CodeStub::Major major_key = CodeStub::GetMajorKey(code);
1638 return major_key == CodeStub::CallFunction;
1645 CodeStub::Major major_key = CodeStub::GetMajorKey(code);
1646 return major_key == CodeStub::CallFunction;
1690 ASSERT(code->major_key() == CodeStub::CallFunction);