Searched defs:instruction_length_at (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/runtime/ | ||
H A D | relocator.hpp | 115 int instruction_length_at(int bci) { return Bytecodes::length_at(NULL, code_array() + bci); } function in class:Relocator |
Completed in 178 milliseconds