Home
last modified time | relevance | path

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

/art/test/167-visit-locks/
Dvisit_locks.cc70 VisitLocks vl(soa.Self(), context); in Java_Main_testVisitLocks() local
71 vl.WalkStack(); in Java_Main_testVisitLocks()
/art/compiler/optimizing/
Dloop_optimization.cc263 static uint32_t GetOtherVL(DataType::Type other_type, DataType::Type vector_type, uint32_t vl) { in GetOtherVL() argument
267 return vl >> (DataType::SizeShift(other_type) - DataType::SizeShift(vector_type)); in GetOtherVL()