Searched refs:DumpBitVector (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | liveness_test.cc | 35 static void DumpBitVector(BitVector* vector, in DumpBitVector() function 62 DumpBitVector(live_in, buffer, ssa_values, " live in: "); in TestCode() 64 DumpBitVector(live_out, buffer, ssa_values, " live out: "); in TestCode() 66 DumpBitVector(kill, buffer, ssa_values, " kill: "); in TestCode()
|