HomeSort by relevance Sort by last modified time
    Searched full:shorter_type (Results 1 - 1 of 1) sorted by null

  /art/runtime/lambda/
shorty_field_type.h 138 const char shorter_type = *field_type_descriptor; local
141 bool type_set = MaybeCreate(shorter_type, &safe_type);
155 switch (shorter_type) {
197 DCHECK_NE(kVoid, shorter_type) << "cannot make a ShortyFieldType from a void type";
201 DCHECK(type_set) << "invalid shorty type descriptor " << shorter_type;

Completed in 380 milliseconds