Home
last modified time | relevance | path

Searched refs:other_scale (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen-instructions.h367 bool Apply(HValue* other_base, int other_offset, int other_scale = 0) {
371 scale_ = other_scale;
377 scale_ = other_scale;
385 void SwapValues(HValue** other_base, int* other_offset, int* other_scale) { in SwapValues() argument
388 swap(&scale_, other_scale); in SwapValues()