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 53 InstructionKind GetOpKind() const { return op_kind_; }
119 InstructionKind GetOpKind() const { return op_kind_; }
238 OpKind GetOpKind() const { return op_kind_; }
nodes_vector.h 922 return HVecOperation::InstructionDataEquals(o) && GetOpKind() == o->GetOpKind();
925 InstructionKind GetOpKind() const { return op_kind_; }
    [all...]

Completed in 154 milliseconds