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

/art/compiler/optimizing/
H A Dcode_generator_x86.h595 ArenaDeque<StringPatchInfo<Label>> string_patches_; member in class:art::x86::CodeGeneratorX86
H A Dcode_generator_x86_64.h570 ArenaDeque<StringPatchInfo<Label>> string_patches_; member in class:art::x86_64::CodeGeneratorX86_64
H A Dcode_generator_x86.cc804 string_patches_(graph->GetArena()->Adapter(kArenaAllocCodeGenerator)),
4453 string_patches_.emplace_back(load_string->GetDexFile(), load_string->GetStringIndex());
4454 __ Bind(&string_patches_.back().label);
4471 string_patches_.size();
4500 for (const StringPatchInfo<Label>& info : string_patches_) {
4508 for (const StringPatchInfo<Label>& info : string_patches_) {
H A Dcode_generator_x86_64.cc885 string_patches_.emplace_back(load_string->GetDexFile(), load_string->GetStringIndex());
886 __ Bind(&string_patches_.back().label);
903 string_patches_.size();
931 for (const StringPatchInfo<Label>& info : string_patches_) {
1017 string_patches_(graph->GetArena()->Adapter(kArenaAllocCodeGenerator)),

Completed in 165 milliseconds