Home
last modified time | relevance | path

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

/art/compiler/dex/
Dtype_inference.h116 static Type ShortyType(char shorty);
Dtype_inference.cc48 TypeInference::Type TypeInference::Type::ShortyType(char shorty) { in ShortyType() function in art::TypeInference::Type
79 Type shorty_result = Type::ShortyType(desc[0]); in DexType()
82 return ShortyType(desc[0]); in DexType()