Searched refs:copy_stack_slot (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodeInterpreter.cpp | 2992 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...] |
H A D | bytecodeInterpreter.hpp | 583 static void copy_stack_slot(intptr_t *tos, int from_offset, int to_offset);
|
Completed in 41 milliseconds