Searched refs:_has_call (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.hpp344 _has_call:1, // True if has call safepoint
359 _nest(0), _irreducible(0), _has_call(0), _has_sfpt(0), _rce_candidate(0)
H A Dloopnode.cpp1172 // Set loop tree nesting depth. Accumulate _has_call bits.
1175 int bits = _has_call;
1177 if( bits ) _has_call = 1;
2986 innermost->_has_call = 1;
2993 innermost->_has_call = 1; // = true
H A DloopTransform.cpp2361 if (!_has_call) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp156 BitMap _has_call; // bit set for each LIR_Op id that destroys all caller save registers member in class:LinearScan
213 bool has_call(int op_id) { assert(op_id % 2 == 0, "must be even"); return _has_call.at(op_id >> 1); }
H A Dc1_LIR.hpp2238 bool _has_call; member in class:LIR_OpVisitState
2294 bool has_call() const { return _has_call; }
2299 _has_call = false;
2352 void do_call() { _has_call = true; }
H A Dc1_LinearScan.cpp103 , _has_call(0)
541 _has_call = BitMap(num_instructions); _has_call.clear();
608 _has_call.set_bit(op->id() >> 1);
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp114 bool _has_call; // contain a call and caller save registers should be saved? member in class:InstructForm
H A Doutput_h.cpp1743 if ( instr->_has_call ) {
H A Dformssel.cpp35 _has_call(false)
67 _has_call(false)
H A Dadlparse.cpp3812 else get_effectlist(instr->_effects, instr->_localNames, instr->_has_call);

Completed in 106 milliseconds