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

/art/compiler/optimizing/
H A Dcode_generator_arm.h570 ArenaDeque<PcRelativePatchInfo> pc_relative_string_patches_; member in class:art::arm::CodeGeneratorARM
H A Dcode_generator_arm64.h648 ArenaDeque<PcRelativePatchInfo> pc_relative_string_patches_; member in class:art::arm64::CodeGeneratorARM64
H A Dcode_generator_arm64.cc921 pc_relative_string_patches_(graph->GetArena()->Adapter(kArenaAllocCodeGenerator)),
3762 return NewPcRelativePatch(dex_file, string_index, adrp_label, &pc_relative_string_patches_);
3809 pc_relative_string_patches_.size() +
3844 for (const PcRelativePatchInfo& info : pc_relative_string_patches_) {
H A Dcode_generator_arm.cc792 pc_relative_string_patches_(graph->GetArena()->Adapter(kArenaAllocCodeGenerator)),
6450 return NewPcRelativePatch(dex_file, string_index, &pc_relative_string_patches_);
6489 /* MOVW+MOVT for each base */ 2u * pc_relative_string_patches_.size() +
6545 for (const PcRelativePatchInfo& info : pc_relative_string_patches_) {

Completed in 43 milliseconds