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

/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DsharedRuntime_aarch64.cpp393 int next_off = st_off - Interpreter::stackElementSize; local
587 int next_off = ld_off - Interpreter::stackElementSize; local
/openjdk10/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp569 int next_off = st_off - Interpreter::stackElementSize; local
619 int next_off = st_off - Interpreter::stackElementSize; local
825 int next_off = ld_off - Interpreter::stackElementSize; local
H A DsharedRuntime_x86_64.cpp608 int next_off = st_off - Interpreter::stackElementSize; local
837 int next_off = ld_off - Interpreter::stackElementSize; local

Completed in 128 milliseconds