HomeSort by relevance Sort by last modified time
    Searched defs:major_key (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/v8/src/
codegen.cc 166 CodeStub::Major major_key = info->code_stub()->MajorKey(); local
167 code->Disassemble(CodeStub::MajorName(major_key, false));
disassembler.cc 262 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) {
code-stubs.cc 181 const char* CodeStub::MajorName(CodeStub::Major major_key,
183 switch (major_key) {
753 int major_key = stub->MajorKey(); local
755 isolate->code_stub_interface_descriptor(major_key);
code-stubs-hydrogen.cc 283 CodeStub::Major major_key = local
286 isolate->code_stub_interface_descriptor(major_key);
lithium-allocator.cc 1361 CodeStub::Major major_key = chunk_->info()->code_stub()->MajorKey(); local
    [all...]
debug.cc 413 return target_code->major_key() == CodeStub::CallFunction;
454 maybe_call_function_stub->major_key() == CodeStub::CallFunction);
1637 CodeStub::Major major_key = CodeStub::GetMajorKey(code); local
1645 CodeStub::Major major_key = CodeStub::GetMajorKey(code); local
    [all...]
hydrogen-instructions.h 4905 CodeStub::Major major_key() { return major_key_; } function in class:v8::HCallStub
    [all...]
hydrogen.cc 9549 CodeStub::Major major_key = info->code_stub()->MajorKey(); local
    [all...]
objects-inl.h 3823 int Code::major_key() { function in class:v8::internal::Code
    [all...]
  /external/v8/src/
disassembler.cc 262 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) {
debug.cc 420 maybe_call_function_stub->major_key() == CodeStub::CallFunction);
1545 CodeStub::Major major_key = CodeStub::GetMajorKey(code); local
1553 CodeStub::Major major_key = CodeStub::GetMajorKey(code); local
    [all...]