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

/openjdk7/hotspot/src/share/vm/runtime/
H A Drframe.hpp39 RFrame* _caller; // caller / callee rframes (or NULL) member in class:RFrame
H A DvframeArray.hpp137 frame _caller; // caller of root frame in vframeArray member in class:vframeArray
189 frame caller() const { return _caller; }
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse.hpp318 JVMState* _caller; // JVMS which carries incoming args & state. member in class:Parse
357 JVMState* caller() const { return _caller; }
H A DcallGenerator.cpp407 ciMethod* _caller; member in class:LateInlineMHCallGenerator
416 LateInlineCallGenerator(callee, NULL), _caller(caller), _attempt(0), _input_not_const(input_not_const) {}
439 CallGenerator* cg = for_method_handle_inline(jvms, _caller, method(), _input_not_const);
H A Dcallnode.hpp199 JVMState* _caller; // List pointer for forming scope chains member in class:JVMState
253 JVMState* caller() const { return _caller; }
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp143 IRScope* _caller; // the caller scope, or NULL member in class:IRScope
166 IRScope* caller() const { return _caller; }
173 bool is_top_scope() const { return _caller == NULL; }
205 IRScopeDebugInfo* _caller; member in class:IRScopeDebugInfo
219 , _caller(caller) {}
227 IRScopeDebugInfo* caller() { return _caller; }

Completed in 46 milliseconds