Home | History | Annotate | Download | only in optimizing

Lines Matching refs:method_patches_

800       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_) {