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

/openjdk7/hotspot/src/share/vm/classfile/
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 48 milliseconds