Searched refs:boot_image_address_patches_ (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm.h572 Uint32ToLiteralMap boot_image_address_patches_; member in class:art::arm::CodeGeneratorARM
H A Dcode_generator_arm64.h650 Uint32ToLiteralMap boot_image_address_patches_; member in class:art::arm64::CodeGeneratorARM64
H A Dcode_generator_arm64.cc922 boot_image_address_patches_(std::less<uint32_t>(),
3793 Uint32ToLiteralMap* map = needs_patch ? &boot_image_address_patches_ : &uint32_literals_;
3810 boot_image_address_patches_.size();
3850 for (const auto& entry : boot_image_address_patches_) {
H A Dcode_generator_arm.cc793 boot_image_address_patches_(std::less<uint32_t>(),
6473 Uint32ToLiteralMap* map = needs_patch ? &boot_image_address_patches_ : &uint32_literals_;
6490 boot_image_address_patches_.size();
6565 for (const auto& entry : boot_image_address_patches_) {

Completed in 119 milliseconds