Searched refs:stride (Results 1 - 3 of 3) sorted by relevance

/art/libartbase/base/
H A Dstride_iterator.h37 StrideIterator(T* ptr, size_t stride) argument
39 stride_(stride) {}
/art/compiler/optimizing/
H A Dinduction_var_analysis.h213 InductionInfo* stride,
H A Dinduction_var_range_test.cc84 void BuildLoop(int32_t lower, HInstruction* upper, int32_t stride) { argument
105 if (stride > 0) {
113 new (GetAllocator()) HAdd(DataType::Type::kInt32, phi, graph_->GetIntConstant(stride));

Completed in 109 milliseconds