Searched refs:check_jump_target (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTable.hpp86 void check_jump_target(StackMapFrame* frame, int32_t target, TRAPS) const;
H A DstackMapTable.cpp125 void StackMapTable::check_jump_target( function in class:StackMapTable
H A Dverifier.cpp1458 stackmap_table.check_jump_target(
1471 stackmap_table.check_jump_target
1476 stackmap_table.check_jump_target(
1481 stackmap_table.check_jump_target(
2075 stackmap_table->check_jump_target(current_frame, target, CHECK_VERIFY(this));
2077 // Because check_jump_target() may safepoint, the bytecode could have
2081 stackmap_table->check_jump_target(

Completed in 27 milliseconds