Searched refs:aligned_data (Results 1 – 1 of 1) sorted by relevance
269 void* aligned_data = GetAllocator()->Alloc(code_item_size); variable270 memcpy(aligned_data, &data[0], code_item_size);271 CHECK_ALIGNED(aligned_data, StandardDexFile::CodeItem::kAlignment);272 const dex::CodeItem* code_item = reinterpret_cast<const dex::CodeItem*>(aligned_data);