Searched refs:major_key (Results 1 - 13 of 13) sorted by relevance

/external/v8/src/
H A Ddisassembler.cc262 CodeStub::Major major_key = CodeStub::GetMajorKey(code); local
263 ASSERT(major_key == CodeStub::MajorKeyFromKey(key));
266 CodeStub::MajorName(major_key, false));
267 switch (major_key) {
H A Dcode-stubs.cc151 const char* CodeStub::MajorName(CodeStub::Major major_key, argument
153 switch (major_key) {
H A Dcode-stubs.h133 return static_cast<Major>(code_stub->major_key());
136 static const char* MajorName(Major major_key, bool allow_unknown_keys);
H A Ddebug.cc420 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); local
1546 return major_key == CodeStub::CallFunction;
1553 CodeStub::Major major_key = CodeStub::GetMajorKey(code); local
1554 return major_key == CodeStub::CallFunction;
1595 ASSERT(code->major_key() == CodeStub::CallFunction);
H A Dhydrogen-instructions.h3398 HCallStub(HValue* context, CodeStub::Major major_key, int argument_count) argument
3400 major_key_(major_key),
3404 CodeStub::Major major_key() { return major_key_; } function in class:v8::HCallStub
H A Dliveedit.cc1495 pre_top_frame_code->major_key()) {
H A Dic.cc2448 int key = target->major_key();
H A Dobjects-inl.h2974 int Code::major_key() { function in class:Code
H A Dobjects.h4218 // [major_key]: For kind STUB or BINARY_OP_IC, the major key.
4219 inline int major_key();
/external/v8/src/arm/
H A Dlithium-codegen-arm.cc851 switch (instr->hydrogen()->major_key()) {
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.cc760 switch (instr->hydrogen()->major_key()) {
/external/v8/src/mips/
H A Dlithium-codegen-mips.cc814 switch (instr->hydrogen()->major_key()) {
/external/v8/src/x64/
H A Dlithium-codegen-x64.cc724 switch (instr->hydrogen()->major_key()) {

Completed in 703 milliseconds