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

  /art/compiler/optimizing/
nodes_vector.h 302 DCHECK_NE(GetInputType(), GetResultType()); // actual convert
305 Primitive::Type GetInputType() const { return InputAt(0)->AsVecOperation()->GetPackedType(); }
nodes.h     [all...]
  /external/v8/src/compiler/
linkage.h 274 MachineType GetInputType(size_t index) const {
390 return incoming_->GetInputType(index + 1); // + 1 to skip target.

Completed in 121 milliseconds