Home
last modified time | relevance | path

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

/art/compiler/dex/
Dtype_inference.cc32 inline TypeInference::Type TypeInference::Type::ArrayType(uint32_t array_depth, Type nested_type) { in ArrayType()
69 size_t array_depth = 0u; in DexType() local
Dtype_inference_test.cc541 uint32_t array_depth; member
547 uint32_t array_depth = expectation.array_depth; in ExpectSRegType() local
599 void ExpectArrayDepth(int s_reg, uint32_t array_depth) { in ExpectArrayDepth()