Home | History | Annotate | Download | only in optimizing

Lines Matching refs:relative_call_patches_

824       relative_call_patches_.emplace_back(invoke->GetTargetMethod());
825 Label* label = &relative_call_patches_.back().label;
900 relative_call_patches_.size() +
914 for (const MethodPatchInfo<Label>& info : relative_call_patches_) {
1014 relative_call_patches_(graph->GetArena()->Adapter(kArenaAllocCodeGenerator)),