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

/external/v8/src/
H A Ddisassembler.cc261 uint32_t minor_key = CodeStub::MinorKeyFromKey(key); local
270 CallFunctionStub::ExtractArgcFromMinorKey(minor_key);
275 out.AddFormatted("minor: %d", minor_key);
H A Dcode-stubs.h756 static int ExtractArgcFromMinorKey(int minor_key) { argument
757 return ArgcBits::decode(minor_key);

Completed in 237 milliseconds