Searched defs:local_at (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/classfile/ | ||
H A D | stackMapFrame.hpp | 268 VerificationType local_at(int index) { function in class:StackMapFrame |
/openjdk7/hotspot/src/share/vm/c1/ | ||
H A D | c1_ValueStack.hpp | 107 Value local_at(int i) const { function in class:ValueStack 253 index < temp_var && (value = state->local_at(index), true); \ |
Completed in 89 milliseconds