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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp2992 void BytecodeInterpreter::copy_stack_slot(intptr_t *tos, int from_offset, function in class:BytecodeInterpreter
2999 copy_stack_slot(tos, -1, 0);
3002 copy_stack_slot(tos, -2, 0);
3003 copy_stack_slot(tos, -1, 1);
3008 copy_stack_slot(tos, -1, 0);
3009 copy_stack_slot(tos, -2, -1);
3010 copy_stack_slot(tos, 0, -2);
3015 copy_stack_slot(tos, -1, 0);
3016 copy_stack_slot(tos, -2, -1);
3017 copy_stack_slot(to
[all...]

Completed in 1674 milliseconds