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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp1064 const int fixed_size = ((sizeof(BytecodeInterpreter) + slop_factor) >> LogBytesPerWord) + // what is the slop factor? local
1079 __ add(Gtmp, fixed_size, Gtmp); // plus the fixed portion
2069 const int fixed_size = sizeof(BytecodeInterpreter)/wordSize + // interpreter state object local
2075 fixed_size +

Completed in 35 milliseconds