Home | History | Annotate | Download | only in optimizing

Lines Matching refs:method_patches_

784       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)),