Searched refs:vl (Results 1 – 2 of 2) sorted by relevance
69 VisitLocks vl(soa.Self(), context); in Java_Main_testVisitLocks() local70 vl.WalkStack(); in Java_Main_testVisitLocks()
266 static uint32_t GetOtherVL(DataType::Type other_type, DataType::Type vector_type, uint32_t vl) { in GetOtherVL() argument270 return vl >> (DataType::SizeShift(other_type) - DataType::SizeShift(vector_type)); in GetOtherVL()