Searched refs:array_in (Results 1 - 1 of 1) sorted by relevance

/art/compiler/utils/
H A Darray_ref.h76 constexpr ArrayRef(T* array_in, size_t size_in) argument
77 : array_(array_in), size_(size_in) {

Completed in 29 milliseconds