Searched refs:method_patches_ (Results 1 - 8 of 8) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm.h560 MethodToLiteralMap method_patches_; member in class:art::arm::CodeGeneratorARM
H A Dcode_generator_arm64.h638 MethodToLiteralMap method_patches_; member in class:art::arm64::CodeGeneratorARM64
H A Dcode_generator_x86.h588 ArenaDeque<MethodPatchInfo<Label>> method_patches_; member in class:art::x86::CodeGeneratorX86
H A Dcode_generator_x86_64.h563 ArenaDeque<MethodPatchInfo<Label>> method_patches_; member in class:art::x86_64::CodeGeneratorX86_64
H A Dcode_generator_arm64.cc913 method_patches_(MethodReferenceComparator(),
3804 method_patches_.size() +
3812 for (const auto& entry : method_patches_) {
3880 return DeduplicateMethodLiteral(target_method, &method_patches_);
H A Dcode_generator_x86.cc800 method_patches_(graph->GetArena()->Adapter(kArenaAllocCodeGenerator)),
4353 method_patches_.emplace_back(invoke->GetTargetMethod());
4354 __ Bind(&method_patches_.back().label); // Bind the label at the end of the "movl" insn.
4467 method_patches_.size() +
4476 for (const MethodPatchInfo<Label>& info : method_patches_) {
H A Dcode_generator_x86_64.cc784 method_patches_.emplace_back(invoke->GetTargetMethod());
785 __ Bind(&method_patches_.back().label); // Bind the label at the end of the "movl" insn.
899 method_patches_.size() +
908 for (const MethodPatchInfo<Label>& info : method_patches_) {
1013 method_patches_(graph->GetArena()->Adapter(kArenaAllocCodeGenerator)),
H A Dcode_generator_arm.cc784 method_patches_(MethodReferenceComparator(),
6484 method_patches_.size() +
6492 for (const auto& entry : method_patches_) {
6588 return DeduplicateMethodLiteral(target_method, &method_patches_);

Completed in 90 milliseconds