Searched refs:append_frame (Results 1 - 5 of 5) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DStackMapTable_attribute.java97 return new append_frame(frame_type, cr);
122 R visit_append_frame(append_frame frame, P p);
235 public static class append_frame extends stack_map_frame { class in class:StackMapTable_attribute
236 append_frame(int frame_type, ClassReader cr) method in class:StackMapTable_attribute.append_frame
H A DClassWriter.java593 public Void visit_append_frame(append_frame frame, ClassOutputStream out) {
/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTableFormat.hpp164 macro(append_frame, arg1, arg2) \
516 class append_frame : public stack_map_frame { class in inherits:stack_map_frame
536 static append_frame* at(address addr) {
538 return (append_frame*)addr;
541 static append_frame* create_at(
544 append_frame* sm = (append_frame*)addr;
611 st->print("append_frame(@%d,", offset_delta() + current_offset);
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DStackMapWriter.java251 public Integer visit_append_frame(append_frame frame, Integer pc) {
H A DAttributeWriter.java558 public Void visit_append_frame(StackMapTable_attribute.append_frame frame, Void p) {

Completed in 122 milliseconds