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

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DOopMapForCacheEntry.java34 private int stackTop; field in class:OopMapForCacheEntry
57 fillStackmapForOpcodes(BytecodeStream bcs, CellTypeStateList vars, CellTypeStateList stack, int stackTop) argument
H A DOopMapCacheEntry.java132 boolean verifyMask(CellTypeStateList vars, CellTypeStateList stack, int maxLocals, int stackTop) { argument
57 setMask(CellTypeStateList vars, CellTypeStateList stack, int stackTop) argument
/openjdk9/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp504 fill_stackmap_for_opcodes(BytecodeStream *bcs, CellTypeState* vars, CellTypeState* stack, int stackTop) argument
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java2313 fillStackmapForOpcodes(BytecodeStream bcs, CellTypeStateList vars, CellTypeStateList stack, int stackTop) argument
/openjdk9/hotspot/src/cpu/s390/vm/
H A Dinterp_masm_s390.cpp426 Address InterpreterMacroAssembler::stackTop() { function in class:InterpreterMacroAssembler

Completed in 86 milliseconds