Home
last modified time | relevance | path

Searched refs:TrySetVectorLengthImpl (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dloop_optimization.h189 bool TrySetVectorLengthImpl(uint32_t length);
192 bool res = TrySetVectorLengthImpl(length); in TrySetVectorLength()
Dloop_optimization.cc1659 bool HLoopOptimization::TrySetVectorLengthImpl(uint32_t length) { in TrySetVectorLengthImpl() function in art::HLoopOptimization