Home
last modified time | relevance | path

Searched defs:component_size_shift (Results 1 – 4 of 4) sorted by relevance

/art/runtime/mirror/
Darray-alloc-inl.h35 static inline size_t ComputeArraySize(int32_t component_count, size_t component_size_shift) { in ComputeArraySize()
88 size_t component_size_shift) : in SetLengthToUsableSizeVisitor()
121 size_t component_size_shift, in Alloc()
Darray.cc55 size_t component_size_shift = h_component_type->GetPrimitiveTypeSizeShift(); in RecursiveCreateMultiArray() local
Darray-inl.h42 size_t component_size_shift = in SizeOf() local
/art/compiler/optimizing/
Dnodes.h4878 HNewArray(HInstruction* cls, HInstruction* length, uint32_t dex_pc, size_t component_size_shift) in HNewArray()