Searched refs:_osr_buf (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCacheDecache.hpp402 _osr_buf(
411 llvm::Value* _osr_buf; member in class:SharkOSREntryCacher
415 return _osr_buf;
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.hpp75 address _osr_buf; /* the osr buffer */ member in struct:osr_message
214 inline void set_osr_buf(address buf) { _result._osr._osr_buf = buf; }
H A DbytecodeInterpreter.cpp3090 tty->print_cr("osr._osr_buf: " INTPTR_FORMAT, (uintptr_t) this->_result._osr._osr_buf);
/openjdk7/hotspot/src/cpu/zero/vm/
H A DbytecodeInterpreter_zero.hpp87 return _result._osr._osr_buf;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp1911 __ ld_ptr(STATE(_result._osr._osr_buf), G1_scratch);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp2090 __ movptr(rcx, STATE(_result._osr._osr_buf));

Completed in 293 milliseconds