Home | History | Annotate | Download | only in optimizing

Lines Matching defs:char_size

1953   const size_t char_size = Primitive::ComponentSize(Primitive::kPrimChar);
1954 DCHECK_EQ(char_size, 2u);
1957 const uint32_t data_offset = mirror::Array::DataOffset(char_size).Uint32Value();
1989 __ ldrh(tmp, Address(src_ptr, char_size, Address::PostIndex));
1990 __ strh(tmp, Address(dst_ptr, char_size, Address::PostIndex));