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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp2268 void BytecodeInterpreter::layout_interpreterState(interpreterState to_fill, argument
2282 to_fill->_thread = JavaThread::current();
2284 to_fill->_bcp = method->code_base();
2285 to_fill->_locals = locals;
2286 to_fill->_constants = method->constants()->cache();
2287 to_fill->_method = method;
2288 to_fill->_mdx = NULL;
2289 to_fill->_stack = stack;
2291 to_fill->_msg = deopt_resume2;
2293 to_fill
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp2095 void BytecodeInterpreter::layout_interpreterState(interpreterState to_fill, argument
2109 to_fill->_thread = JavaThread::current();
2111 to_fill->_bcp = method->code_base();
2112 to_fill->_locals = locals;
2113 to_fill->_constants = method->constants()->cache();
2114 to_fill->_method = method;
2115 to_fill->_mdx = NULL;
2116 to_fill->_stack = stack;
2118 to_fill->_msg = deopt_resume2;
2120 to_fill
[all...]

Completed in 1827 milliseconds