HomeSort by relevance Sort by last modified time
    Searched defs:GetOpKind (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
nodes_shared.h 50 InstructionKind GetOpKind() const { return op_kind_; }
110 InstructionKind GetOpKind() const { return op_kind_; }
255 OpKind GetOpKind() const { return op_kind_; }
nodes_vector.h 824 return HVecOperation::InstructionDataEquals(o) && GetOpKind() == o->GetOpKind();
827 InstructionKind GetOpKind() const { return op_kind_; }

Completed in 146 milliseconds