Searched refs:copy_stack (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapFrame.hpp170 void copy_stack(const StackMapFrame* src);
H A DstackMapFrame.cpp152 void StackMapFrame::copy_stack(const StackMapFrame* src) { function in class:StackMapFrame
H A DstackMapTable.cpp119 frame->copy_stack(stackmap_frame);
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c386 static stack_item_type *copy_stack(context_type *, stack_item_type *);
2827 stack = copy_stack(context, stack);
3044 stack_info_buf.stack = copy_stack(context,
3202 stack = copy_stack(context, stack);
3382 copy_stack(context_type *context, stack_item_type *stack) function

Completed in 45 milliseconds