Home
last modified time | relevance | path

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

/external/v8/src/
Dhydrogen-instructions.h5048 Operation operation() { return operation_; } in operation()
5055 HMathMinMax::cast(other)->operation_ == operation_; in DECLARE_CONCRETE_INSTRUCTION()
5063 operation_(op) { } in HMathMinMax()
5065 Operation operation_; variable
Dhydrogen-instructions.cc2423 if (operation_ == kMathMax) { in InferRange()
2426 DCHECK(operation_ == kMathMin); in InferRange()