Searched defs:layout (Results 1 – 8 of 8) sorted by relevance
/art/compiler/optimizing/ |
D | dex_cache_array_fixups_mips.cc | 65 DexCacheArraysLayout layout(kMipsPointerSize, &invoke->GetDexFileForPcRelativeDexCache()); in VisitInvokeStaticOrDirect() local
|
D | dex_cache_array_fixups_arm.cc | 70 DexCacheArraysLayout layout(kArmPointerSize, &invoke->GetDexFileForPcRelativeDexCache()); in VisitInvokeStaticOrDirect() local
|
D | sharpening.cc | 118 DexCacheArraysLayout layout(GetInstructionSetPointerSize(codegen->GetInstructionSet()), in SharpenInvokeStaticOrDirect() local
|
/art/runtime/mirror/ |
D | dex_cache.cc | 45 DexCacheArraysLayout layout(image_pointer_size, dex_file); in InitializeDexCache() local
|
/art/runtime/ |
D | oat_file.cc | 546 DexCacheArraysLayout layout(pointer_size, *header, num_call_sites); in Setup() local
|
D | class_linker.cc | 1298 DexCacheArraysLayout layout(image_pointer_size_, dex_file); in UpdateAppImageClassLoadersAndDexCaches() local
|
/art/compiler/ |
D | image_writer.cc | 432 DexCacheArraysLayout layout(target_ptr_size_, dex_file); in PrepareDexCacheArraySlots() local 449 DexCacheArraysLayout layout(target_ptr_size_, dex_file); in PrepareDexCacheArraySlots() local
|
D | oat_writer.cc | 1851 DexCacheArraysLayout layout(pointer_size, dex_file); in InitBssLayout() local
|