Searched refs:method_patches_ (Results 1 – 8 of 8) sorted by relevance
563 ArenaDeque<MethodPatchInfo<Label>> method_patches_; variable
588 ArenaDeque<MethodPatchInfo<Label>> method_patches_; variable
560 MethodToLiteralMap method_patches_; variable
638 MethodToLiteralMap method_patches_; variable
913 method_patches_(MethodReferenceComparator(), in CodeGeneratorARM64()3802 method_patches_.size() + in EmitLinkerPatches()3810 for (const auto& entry : method_patches_) { in EmitLinkerPatches()3878 return DeduplicateMethodLiteral(target_method, &method_patches_); in DeduplicateMethodAddressLiteral()
784 method_patches_.emplace_back(invoke->GetTargetMethod()); in GenerateStaticOrDirectCall()785 __ Bind(&method_patches_.back().label); // Bind the label at the end of the "movl" insn. in GenerateStaticOrDirectCall()899 method_patches_.size() + in EmitLinkerPatches()908 for (const MethodPatchInfo<Label>& info : method_patches_) { in EmitLinkerPatches()1013 method_patches_(graph->GetArena()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86_64()
800 method_patches_(graph->GetArena()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorX86()4345 method_patches_.emplace_back(invoke->GetTargetMethod()); in GenerateStaticOrDirectCall()4346 __ Bind(&method_patches_.back().label); // Bind the label at the end of the "movl" insn. in GenerateStaticOrDirectCall()4459 method_patches_.size() + in EmitLinkerPatches()4468 for (const MethodPatchInfo<Label>& info : method_patches_) { in EmitLinkerPatches()
784 method_patches_(MethodReferenceComparator(), in CodeGeneratorARM()6482 method_patches_.size() + in EmitLinkerPatches()6490 for (const auto& entry : method_patches_) { in EmitLinkerPatches()6586 return DeduplicateMethodLiteral(target_method, &method_patches_); in DeduplicateMethodAddressLiteral()