Home
last modified time | relevance | path

Searched defs:DescribeType (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/cmdline/
H A Dcmdline_type_parser.h57 static const char* DescribeType() { assert(false); return "UnspecializedType"; } in DescribeType() function
/aosp12/art/dex2oat/
H A Ddex2oat_options.cc37 static const char* DescribeType() { return "arm|arm64|x86|x86_64|none"; } in DescribeType() function