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

/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapFrame.hpp272 VerificationType stack_at(int index) { function in class:StackMapFrame
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.hpp132 Value stack_at(int i) const { function in class:ValueStack
140 Value x = stack_at(i);
261 index < temp_var && (value = state->stack_at(index), true); \

Completed in 1961 milliseconds