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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmachnode.hpp194 bool has_call() const { return (flags() & Flag_has_call) != 0; } function in class:MachNode
H A Dloopnode.cpp1639 bool has_call = false; // call on dom-path local
1645 has_call = true;
1668 has_call = true;
1681 if (_child != NULL && !has_call && !has_local_ncsfpt) {
2975 // Also record has_call flag early on
/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp4600 void ADLParser::get_effectlist(FormDict &effects, FormDict &operands, bool& has_call) { argument
4635 has_call = true;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp213 bool has_call(int op_id) { assert(op_id % 2 == 0, "must be even"); return _has_call.at(op_id >> 1); } function in class:LinearScan

Completed in 366 milliseconds