Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_method.cc563 art::Primitive::Type slot_type = art::Primitive::kPrimVoid; in Run() local
564 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() argument
663 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() argument
779 switch (slot_type) { in GetTypeError()
806 return type_ == slot_type ? OK : ERR(TYPE_MISMATCH); in GetTypeError()
[all …]
/art/oatdump/
Doatdump.cc1743 const char* slot_type, in DumpBssEntries() argument
1748 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()