HomeSort by relevance Sort by last modified time
    Searched refs:minor_key (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
disassembler.cc 260 uint32_t minor_key = CodeStub::MinorKeyFromKey(key); local
267 out.AddFormatted("argc = %d", minor_key);
270 out.AddFormatted("minor: %d", minor_key);
codegen.h 540 static int ExtractArgcFromMinorKey(int minor_key) {
541 return ArgcBits::decode(minor_key);

Completed in 1656 milliseconds