Home
last modified time | relevance | path

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

/art/compiler/dex/
Dtype_inference.h114 static Type ArrayType(uint32_t array_depth, Type nested_type);
Dtype_inference.cc32 inline TypeInference::Type TypeInference::Type::ArrayType(uint32_t array_depth, Type nested_type) { in ArrayType() function in art::TypeInference::Type
40 return ArrayType(1u, component_type); in ArrayTypeFromComponent()
80 return ArrayType(array_depth, shorty_result); in DexType()