Searched refs:same_locals_1_stack_item_extended (Results 1 - 2 of 2) 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,",
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp515 same_locals_1_stack_item_extended::create_at(

Completed in 35 milliseconds