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()271 RuntimeStub::GetNameFromMinorKey(minor_key); in DecodeIt()276 out.AddFormatted("minor: %d", minor_key); in DecodeIt()
189 static const char* GetNameFromMinorKey(int minor_key) { in GetNameFromMinorKey() argument190 return Runtime::FunctionForId(IdField::decode(minor_key))->stub_name; in GetNameFromMinorKey()