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

/openjdk9/hotspot/src/share/vm/interpreter/
H A Dbytecodes.cpp88 int Bytecodes::special_length_at(Bytecodes::Code code, address bcp, address end) { function in class:Bytecodes
H A Dbytecodes.hpp408 static int special_length_at(Method* method, address bcp, address end = NULL) { return special_length_at(code_at(method, bcp), bcp, end); } function in class:Bytecodes

Completed in 21 milliseconds