Searched refs:slot_type (Results 1 – 2 of 2) sorted by relevance
563 art::Primitive::Type slot_type = art::Primitive::kPrimVoid; in Run() local564 jvmtiError err = GetSlotType(method, pc, &descriptor, &slot_type); in Run()570 err = GetTypeError(method, slot_type, descriptor); in Run()660 art::Primitive::Type slot_type, in GetTypeError() argument663 switch (slot_type) { in GetTypeError()674 return type_ == slot_type ? OK : ERR(TYPE_MISMATCH); in GetTypeError()676 LOG(FATAL) << "Unexpected primitive type " << slot_type; in GetTypeError()776 art::Primitive::Type slot_type, in GetTypeError() argument779 switch (slot_type) { in GetTypeError()806 return type_ == slot_type ? OK : ERR(TYPE_MISMATCH); in GetTypeError()[all …]
1743 const char* slot_type, in DumpBssEntries() argument1748 os << ".bss mapping for " << slot_type << ": "; in DumpBssEntries()1766 os << " 0x" << bss_offset << ": " << slot_type << ": " << name(current_index) << "\n"; in DumpBssEntries()1770 os << " 0x" << bss_offset << ": " << slot_type << ": " << name(index) << "\n"; in DumpBssEntries()