Searched refs:other_base (Results 1 – 1 of 1) sorted by relevance
377 bool Apply(HValue* other_base, int other_offset, int other_scale = 0) {379 base_ = other_base;385 base_ = other_base;395 void SwapValues(HValue** other_base, int* other_offset, int* other_scale) { in SwapValues() argument396 swap(&base_, other_base); in SwapValues()