Searched refs:vl (Results 1 – 3 of 3) sorted by relevance
70 VisitLocks vl(soa.Self(), context); in Java_Main_testVisitLocks() local71 vl.WalkStack(); in Java_Main_testVisitLocks()
747 VisitLocks vl(soa.Self(), context.get(), lock); in Java_Main_b189235039CheckLocks() local748 vl.WalkStack(); in Java_Main_b189235039CheckLocks()
264 static uint32_t GetOtherVL(DataType::Type other_type, DataType::Type vector_type, uint32_t vl) { in GetOtherVL() argument268 return vl >> (DataType::SizeShift(other_type) - DataType::SizeShift(vector_type)); in GetOtherVL()