Home
last modified time | relevance | path

Searched refs:minor_key (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Ddisassembler.cc260 uint32_t minor_key = CodeStub::MinorKeyFromKey(key); in DecodeIt() local
267 out.AddFormatted("argc = %d", minor_key); in DecodeIt()
270 out.AddFormatted("minor: %d", minor_key); in DecodeIt()
Dcodegen.h540 static int ExtractArgcFromMinorKey(int minor_key) { in ExtractArgcFromMinorKey() argument
541 return ArgcBits::decode(minor_key); in ExtractArgcFromMinorKey()