HomeSort by relevance Sort by last modified time
    Searched refs:element_width (Results 1 - 3 of 3) sorted by null

  /art/runtime/entrypoints/
entrypoint_utils.cc 253 uint32_t size_in_bytes = payload->element_count * payload->element_width;
254 memcpy(array->GetRawData(payload->element_width, 0), payload->data, size_in_bytes);
  /art/runtime/
dex_instruction.h 74 const uint16_t element_width; variable
  /art/compiler/optimizing/
instruction_builder.cc     [all...]

Completed in 201 milliseconds