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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DbytecodeInterpreter_sparc.hpp62 #define STACK_SLOT(offset) ((address) &topOfStack[-(offset)]) macro
/openjdk7/hotspot/src/cpu/x86/vm/
H A DbytecodeInterpreter_x86.hpp72 #define STACK_SLOT(offset) ((address) &topOfStack[-(offset)]) macro
/openjdk7/hotspot/src/cpu/zero/vm/
H A DbytecodeInterpreter_zero.hpp110 #define STACK_SLOT(offset) ((address) &topOfStack[-(offset)]) macro
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp1014 SET_LOCALS_SLOT(STACK_SLOT(-1), pc[1]);
1054 SET_LOCALS_SLOT(STACK_SLOT(-1), reg);
1087 SET_LOCALS_SLOT(STACK_SLOT(-1), num); \
1866 (jvalue *)STACK_SLOT(-1)),

Completed in 30 milliseconds