Searched defs:word_offset (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DstackValue.cpp176 int word_offset = location.stack_offset() / wordSize; local
178 // high: [ ] word_offset + 1
179 // low [ ] word_offset
182 // the word_offset is the distance from the stack pointer to the lowest address
185 return (BasicLock*) (fr->unextended_sp() + word_offset);

Completed in 29 milliseconds