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

/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.hpp184 CallNode* _call; // The CallNode which may be inlined. member in class:WarmCallInfo
248 _call = NULL;
269 _call = NULL;
275 CallNode* call() const { return _call; }
297 void set_call(CallNode* call) { _call = call; }

Completed in 31 milliseconds