HomeSort by relevance Sort by last modified time
    Searched defs:PrettyDescriptor (Results 1 - 4 of 4) sorted by null

  /art/compiler/optimizing/
data_type.cc 37 const char* DataType::PrettyDescriptor(Type type) {
  /art/libdexfile/dex/
primitive.cc 49 const char* Primitive::PrettyDescriptor(Primitive::Type type) {
descriptors_names.cc 76 std::string PrettyDescriptor(const char* descriptor) {
422 std::string PrettyDescriptor(Primitive::Type type) {
423 return PrettyDescriptor(Primitive::Descriptor(type));
  /art/runtime/mirror/
class.cc 180 LOG(ERROR) << "Setting " << h_this->PrettyDescriptor() << " to erroneous.";
232 CHECK_LT(new_status, ClassStatus::kResolved) << h_this->PrettyDescriptor();
    [all...]

Completed in 78 milliseconds