Home
last modified time | relevance | path

Searched refs:aligned_data (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Doptimizing_unit_test.h162 void* aligned_data = GetAllocator()->Alloc(code_item_size); variable
163 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);