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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp1363 BlockBegin* _ublock; // if this is a float-branch, this is the unorderd block member in class:LIR_OpBranch
1373 , _ublock(NULL)
1386 BlockBegin* ublock() const { return _ublock; }

Completed in 1335 milliseconds