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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp1525 int _profiled_bci; member in class:LIR_OpTypeCheck
1548 void set_profiled_bci(int bci) { _profiled_bci = bci; }
1551 int profiled_bci() const { return _profiled_bci; }
1830 int _profiled_bci; member in class:LIR_OpProfileCall
1842 , _profiled_bci(profiled_bci)
1850 int profiled_bci() const { return _profiled_bci; }

Completed in 484 milliseconds