Searched defs:layout (Results 1 – 3 of 3) sorted by relevance
/art/runtime/mirror/ |
D | dex_cache.cc | 47 DexCacheArraysLayout layout(image_pointer_size, dex_file); in InitializeDexCache() local
|
/art/runtime/gc/space/ |
D | image_space.cc | 2515 BootImageLayout layout(image_location_, boot_class_path_, boot_class_path_locations_); in FindImageFiles() local 2560 const BootImageLayout& layout, in LoadImage() 3430 BootImageLayout layout(image_location_, boot_class_path_, boot_class_path_locations_); in LoadFromSystem() local 3462 BootImageLayout layout(image_location_, boot_class_path_, boot_class_path_locations_); in LoadFromDalvikCache() local 3486 BootImageLayout layout(runtime->GetImageLocation(), in IsBootClassPathOnDisk() local 3925 BootImageLayout layout(image_location, in VerifyBootClassPathChecksums() local
|
/art/dex2oat/linker/ |
D | image_writer.cc | 667 DexCacheArraysLayout layout(target_ptr_size_, dex_file); in PrepareDexCacheArraySlots() local 684 DexCacheArraysLayout layout(target_ptr_size_, dex_file); in PrepareDexCacheArraySlots() local
|