Searched refs:minor_key (Results 1 – 2 of 2) sorted by relevance
260 uint32_t minor_key = CodeStub::MinorKeyFromKey(key); in DecodeIt() local267 out.AddFormatted("argc = %d", minor_key); in DecodeIt()270 out.AddFormatted("minor: %d", minor_key); in DecodeIt()
540 static int ExtractArgcFromMinorKey(int minor_key) { in ExtractArgcFromMinorKey() argument541 return ArgcBits::decode(minor_key); in ExtractArgcFromMinorKey()