Searched refs:locals_offset (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.hpp580 intptr_t* locals, int locals_offset);
H A DbytecodeInterpreter.cpp2986 intptr_t* locals, int locals_offset) {
2988 locals[Interpreter::local_index_at(-locals_offset)] = value;
2985 astore(intptr_t* tos, int stack_offset, intptr_t* locals, int locals_offset) argument
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp54 const int locals_offset = frame::interpreter_frame_locals_offset * wordSize; variable
H A DtemplateInterpreter_x86_64.cpp54 const int locals_offset = frame::interpreter_frame_locals_offset * wordSize; variable
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2940 int locals_offset = BytesPerWord * (method()->max_locals() - 1); local
2942 int offset = locals_offset - (index + local->type()->size() - 1) * BytesPerWord;

Completed in 115 milliseconds