Searched refs:oldLabel (Results 1 – 4 of 4) sorted by relevance
164 private void replaceSucc(BasicBlock block, int oldLabel, int newLabel) { in replaceSucc() argument168 newSuccessors.set(newSuccessors.indexOf(oldLabel), newLabel); in replaceSucc()171 if (newPrimarySuccessor == oldLabel) { in replaceSucc()
82 private void removeLabel(int oldLabel) { in removeLabel() argument83 labelToIndex.set(oldLabel, -1); in removeLabel()
160 /*virtual*/ void SkWidgetView::onLabelChange(const char oldLabel[], const char newLabel[]) in onLabelChange() argument262 virtual void onLabelChange(const char oldLabel[], const char newLabel[]) in onLabelChange() argument264 this->INHERITED::onLabelChange(oldLabel, newLabel); in onLabelChange()
85 virtual void onLabelChange(const char oldLabel[], const char newLabel[]);