Home | History | Annotate | Download | only in src

Lines Matching refs:major_key

420          maybe_call_function_stub->major_key() == CodeStub::CallFunction);
1375 maybe_call_function_stub->major_key() == CodeStub::CallFunction) {
1451 ASSERT(call_function_stub->major_key() ==
1545 CodeStub::Major major_key = CodeStub::GetMajorKey(code);
1546 return major_key == CodeStub::CallFunction;
1553 CodeStub::Major major_key = CodeStub::GetMajorKey(code);
1554 return major_key == CodeStub::CallFunction;
1595 ASSERT(code->major_key() == CodeStub::CallFunction);