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

/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTableFormat.hpp162 macro(same_locals_1_stack_item_extended, arg1, arg2) \
386 class same_locals_1_stack_item_extended : public stack_map_frame { class in inherits:stack_map_frame
398 static same_locals_1_stack_item_extended* at(address addr) {
400 return (same_locals_1_stack_item_extended*)addr;
403 static same_locals_1_stack_item_extended* create_at(
405 same_locals_1_stack_item_extended* sm =
406 (same_locals_1_stack_item_extended*)addr;
444 st->print("same_locals_1_stack_item_extended(@%d,",

Completed in 33 milliseconds