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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DbytecodeInterpreter_sparc.hpp57 #undef STACK_LONG macro
68 #define STACK_LONG(offset) (((VMJavaVal64 *) &topOfStack[-(offset)])->l) macro
/openjdk7/hotspot/src/cpu/x86/vm/
H A DbytecodeInterpreter_x86.hpp67 #undef STACK_LONG macro
78 #define STACK_LONG(offset) (((VMJavaVal64 *) &topOfStack[-(offset)])->l) macro
/openjdk7/hotspot/src/cpu/zero/vm/
H A DbytecodeInterpreter_zero.hpp107 #undef STACK_LONG macro
116 #define STACK_LONG(offset) (((VMJavaVal64 *) &topOfStack[-(offset)])->l) macro
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp1018 SET_LOCALS_LONG(STACK_LONG(-1), pc[1]);
1058 SET_LOCALS_LONG(STACK_LONG(-1), reg);
1101 SET_LOCALS_LONG(STACK_LONG(-1), num); \
1165 jlong l1 = STACK_LONG(-1); \
1172 SET_STACK_LONG(VMlong##opname(STACK_LONG(-3), \
1173 STACK_LONG(-1)), \
1227 SET_STACK_LONG(VMlong##opname(STACK_LONG(-2), \
1257 SET_STACK_LONG(VMlongNeg(STACK_LONG(-1)), -1);
1295 jint r = VMlong2Int(STACK_LONG(-1));
1303 jlong r = STACK_LONG(
[all...]

Completed in 38 milliseconds