Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.h445 Alignment ComputeAlignment(HInstruction* offset,
Dloop_optimization.cc1233 Alignment alignment = ComputeAlignment(i->offset, i->type, i->is_string_char_at); in CanVectorizeDataFlow()
2269 ComputeAlignment(offset, type, is_string_char_at, vector_static_peeling_factor_)); in GenerateVecMem()
2799 Alignment HLoopOptimization::ComputeAlignment(HInstruction* offset, in ComputeAlignment() function in art::HLoopOptimization