Home
last modified time | relevance | path

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

/art/compiler/dex/
Dtype_inference.h190 Type NestedType() const { in NestedType() function
198 return (temp.ArrayDepth() != 0u) ? temp.AsNull() : NestedType(); in ComponentType()
Dtype_inference_test.cc577 TypeInference::Type nested_type = type.NestedType(); in ExpectSRegType()