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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp400 static int length_for (Code code) { /*no check*/ return _lengths [code] & 0xF; } function in class:Bytecodes
413 static int length_for_code_at(Bytecodes::Code code, address bcp) { int l = length_for(code); return l > 0 ? l : special_length_at(code, bcp); }

Completed in 34 milliseconds