Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dliveness_test.cc35 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()