Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dhydrogen-instructions.h377 bool Apply(HValue* other_base, int other_offset, int other_scale = 0) {
381 scale_ = other_scale;
387 scale_ = other_scale;
395 void SwapValues(HValue** other_base, int* other_offset, int* other_scale) { in SwapValues() argument
398 swap(&scale_, other_scale); in SwapValues()