Searched refs:local_index_at (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterpreter_sparc.hpp36 static int local_index_at(int i) { function
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterpreter_x86.hpp40 static int local_index_at(int i) { function
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dinterpreter_zero.hpp49 static int local_index_at(int i) { function
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp2925 return (address)locals[Interpreter::local_index_at(-offset)];
2928 return (jint)locals[Interpreter::local_index_at(-offset)];
2931 return (jfloat)locals[Interpreter::local_index_at(-offset)];
2934 return (oop)locals[Interpreter::local_index_at(-offset)];
2937 return ((VMJavaVal64*)&locals[Interpreter::local_index_at(-(offset+1))])->d;
2940 return ((VMJavaVal64*)&locals[Interpreter::local_index_at(-(offset+1))])->l;
2945 return ((address)&locals[Interpreter::local_index_at(-(offset+1))]);
2948 return ((address)&locals[Interpreter::local_index_at(-(offset+1))]);
2954 *((address*)&locals[Interpreter::local_index_at(-offset)]) = value;
2958 *((jint *)&locals[Interpreter::local_index_at(
[all...]

Completed in 39 milliseconds