Searched refs:vreg_table (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp128 NodeList& vreg_table() { return _state._vreg_table; } function in class:PhiResolver
H A Dc1_LIRGenerator.cpp176 node = vreg_table().at_grow(vreg_num, NULL);
180 vreg_table().at_put(vreg_num, node);

Completed in 49 milliseconds