Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc8367 using PointerArrayType = std::conditional_t< in AllocPointerArray() typedef
8369 ObjPtr<mirror::Array> array = PointerArrayType::Alloc(self, length); in AllocPointerArray()