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

/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp786 type = current_frame.pop_stack(
788 atype = current_frame.pop_stack(
800 type = current_frame.pop_stack(
802 atype = current_frame.pop_stack(
814 type = current_frame.pop_stack(
816 atype = current_frame.pop_stack(
828 type = current_frame.pop_stack(
830 atype = current_frame.pop_stack(
842 type = current_frame.pop_stack(
844 atype = current_frame.pop_stack(
[all...]
H A DstackMapFrame.hpp224 inline VerificationType pop_stack(TRAPS) { function in class:StackMapFrame
237 inline VerificationType pop_stack(VerificationType type, TRAPS) { function in class:StackMapFrame
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c360 static void pop_stack(context_type *, unsigned int inumber, stack_info_type *);
1821 pop_stack(context, inumber, &new_stack_info);
1968 pop_stack(context_type *context, unsigned int inumber, stack_info_type *new_stack_info) function
2766 /* pop_stack() saved value for us. */
2897 /* The testing for the returns is handled in pop_stack() */

Completed in 254 milliseconds