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