Searched defs:start_cell (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp220 static Cell start_cell() { return (Cell)0; } function in class:ciTypeFlow::StateVector
245 assert(start_cell() <= c && c < limit_cell(), "out of bounds");
250 assert(start_cell() <= c && c < limit_cell(), "out of bounds");

Completed in 36 milliseconds