Searched refs:_callee (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Drframe.hpp40 RFrame*const _callee; member in class:RFrame
68 RFrame* callee() const { return _callee; }
H A Drframe.cpp39 _fr(fr), _thread(thread), _callee(callee), _num(callee ? callee->num() + 1 : 0) {
H A Dframe.cpp915 f->do_oop((oop*)&istate->_result._to_call._callee);
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCacheDecache.hpp203 : SharkDecacher(function, bci), _callee(callee) {}
206 ciMethod* _callee; member in class:SharkJavaCallDecacher
210 return _callee;
330 : SharkCacher(function), _callee(callee) {}
333 ciMethod* _callee; member in class:SharkJavaCallCacher
337 return _callee;
/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.hpp202 methodHandle _callee; // Callee (used when calling interpreter) member in class:StaticCallInfo
208 methodHandle callee() const { return _callee; }
H A DcompiledIC.cpp572 info._callee = m;
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.hpp69 class methodOopDesc* _callee; /* method to call during call_method request */ member in struct:call_message
211 inline methodOop callee() { return _result._to_call._callee; }
212 inline void set_callee(methodOop new_callee) { _result._to_call._callee = new_callee; }
H A DbytecodeInterpreter.cpp3087 tty->print_cr("result_to_call._callee: " INTPTR_FORMAT, (uintptr_t) this->_result._to_call._callee);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp491 __ movptr(STATE(_result._to_call._callee), (int32_t) NULL_WORD); // state->_result._to_call._callee_callee = NULL
1912 __ movptr(rbx, STATE(_result._to_call._callee)); // get method just executed
1972 __ movptr(rbx, STATE(_result._to_call._callee));
2138 __ movptr(rbx, STATE(_result._to_call._callee)); // get method to execute
2297 to_fill->_result._to_call._callee = NULL; // doesn't matter to anyone
2307 prev->_result._to_call._callee = method;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp1165 __ st_ptr(G0, XXX_STATE(_result._to_call._callee));
1753 __ ld_ptr(STATE(_result._to_call._callee), L4_scratch); // called method
1953 __ ld_ptr(STATE(_result._to_call._callee), G5_method);
2124 to_fill->_result._to_call._callee = NULL; // doesn't matter to anyone
2148 prev->_result._to_call._callee = method;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp2332 ciMethod* _callee; // the method that is called at the given bci
2341 , _callee(callee)
2351 ciMethod* callee() { return _callee; }

Completed in 74 milliseconds