Searched defs:layout (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | dex_cache_array_fixups_arm.cc | 55 DexCacheArraysLayout layout(kArmPointerSize, &dex_file); in VisitLoadString() local 70 DexCacheArraysLayout layout(kArmPointerSize, target_method.dex_file); in VisitInvokeStaticOrDirect() local
|
D | sharpening.cc | 114 DexCacheArraysLayout layout(GetInstructionSetPointerSize(codegen_->GetInstructionSet()), in ProcessInvokeStaticOrDirect() local 245 DexCacheArraysLayout layout(pointer_size, &dex_file); in ProcessLoadString() local
|
/art/runtime/ |
D | oat_file.cc | 439 DexCacheArraysLayout layout(pointer_size, *header); in Setup() local
|
D | class_linker.cc | 1283 DexCacheArraysLayout layout(image_pointer_size_, dex_file); in UpdateAppImageClassLoadersAndDexCaches() local 2075 DexCacheArraysLayout layout(image_pointer_size_, &dex_file); in AllocDexCache() local
|
/art/compiler/ |
D | image_writer.cc | 426 DexCacheArraysLayout layout(target_ptr_size_, dex_file); in PrepareDexCacheArraySlots() local 443 DexCacheArraysLayout layout(target_ptr_size_, dex_file); in PrepareDexCacheArraySlots() local
|
D | oat_writer.cc | 513 DexCacheArraysLayout layout(pointer_size, dex_file); in PrepareLayout() local
|