Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Doptimizing_unit_test.h269 void* aligned_data = GetAllocator()->Alloc(code_item_size); variable
270 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);