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

  /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...]
hydrogen-instructions.h 3404 CodeStub::Major major_key() { return major_key_; } function in class:v8::HCallStub
    [all...]
objects-inl.h 2974 int Code::major_key() { function in class:Code
    [all...]

Completed in 127 milliseconds