Searched refs:_stack (Results 26 - 33 of 33) sorted by relevance

12

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp1211 __ st_ptr(O2, XXX_STATE(_stack)); // PREPUSH
1372 __ ld_ptr(STATE(_stack), L1_scratch); // get top of java expr stack
1381 __ st_ptr(L1_scratch, STATE(_stack));
1401 __ ld_ptr(STATE(_stack), L1_scratch); // Get current stack top
1403 __ st_ptr(L1_scratch, STATE(_stack));
1754 __ ld_ptr(STATE(_stack), L1_scratch); // get top of java expr stack
1811 __ ld_ptr(STATE(_stack), O0); // current top (prepushed)
1859 __ delayed()->st_ptr(O1, STATE(_stack));
1886 __ ld_ptr(STATE(_stack), O0); // current top (prepushed)
1962 __ ld_ptr(STATE(_stack), Garg
[all...]
H A Dframe_sparc.inline.hpp119 return istate->_stack + 1; // Is this off by one? QQQ
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.inline.hpp197 return get_interpreterState()->_stack + 1;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp189 , _stack(stack)
192 assert(_stack != NULL, "must be non null");
201 , _stack(stack == NULL ? info->_stack : stack)
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkNativeWrapper.cpp53 _stack = SharkStack::CreateBuildAndPushFrame(this, method);
/openjdk7/hotspot/src/share/vm/opto/
H A Dgcm.cpp764 Node_List &_stack; member in class:Node_Backward_Iterator
770 : _visited(visited), _stack(stack), _bbs(bbs) {
782 // If the _stack is empty, then just return NULL: finished.
783 if ( !_stack.size() )
786 // '_stack' is emulating a real _stack. The 'visit-all-users' loop has been
787 // made stateless, so I do not need to record the index 'i' on my _stack.
791 Node *self = _stack.pop();
839 // old state onto the _stack and set a new state and loop (recurse).
840 _stack
[all...]
H A DphaseX.hpp413 Node_Stack _stack; // Stack used to avoid recursion member in class:NodeHash::PhaseIterGVN
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp648 (istate->_stack_base - istate->_stack),
805 (istate->_stack_base - istate->_stack) ,
3085 tty->print_cr("stack: " INTPTR_FORMAT, (uintptr_t) this->_stack);

Completed in 100 milliseconds

12