Home | History | Annotate | Download | only in optimizing

Lines Matching refs:relative_call_patches_

788       relative_call_patches_(graph->GetArena()->Adapter(kArenaAllocCodeGenerator)),
6391 relative_call_patches_.emplace_back(invoke->GetTargetMethod());
6392 __ BindTrackedLabel(&relative_call_patches_.back().label);
6394 __ bl(&relative_call_patches_.back().label);
6486 relative_call_patches_.size() +
6510 for (const MethodPatchInfo<Label>& info : relative_call_patches_) {