HomeSort by relevance Sort by last modified time
    Searched refs:IsBinaryOperation (Results 1 - 6 of 6) sorted by null

  /art/compiler/optimizing/
constant_folding.cc 55 if (inst->IsBinaryOperation()) {
gvn.cc 383 if (current->IsBinaryOperation() && current->AsBinaryOperation()->IsCommutative()) {
  /external/v8/src/
preparser.h 775 bool IsBinaryOperation() const {
847 if (IsBinaryOperation()) return code_ & kBinaryOperationArrowParamList;
    [all...]
hydrogen-instructions.cc     [all...]
parser.cc     [all...]
hydrogen.cc     [all...]

Completed in 177 milliseconds