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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DbytecodeInterpreter_sparc.hpp92 #define SET_LOCALS_SLOT(value, offset) (*(intptr_t*)&locals[-(offset)] = *(intptr_t *)(value)) macro
/openjdk7/hotspot/src/cpu/x86/vm/
H A DbytecodeInterpreter_x86.hpp103 #define SET_LOCALS_SLOT(value, offset) (*(intptr_t*)&locals[-(offset)] = *(intptr_t *)(value)) macro
/openjdk7/hotspot/src/cpu/zero/vm/
H A DbytecodeInterpreter_zero.hpp141 #define SET_LOCALS_SLOT(value, offset) (*(intptr_t*)&locals[-(offset)] = *(intptr_t *)(value)) 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); \

Completed in 32 milliseconds