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

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

Completed in 24 milliseconds