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