Searched refs:length_at (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.hpp115 int instruction_length_at(int bci) { return Bytecodes::length_at(NULL, code_array() + bci); }
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeStream.hpp206 if (l == 0) l = Bytecodes::length_at(_method(), bcp);
H A Dbytecodes.hpp414 static int length_at (methodOop method, address bcp) { return length_for_code_at(code_at(method, bcp), bcp); } function in class:Bytecodes
H A Dinterpreter.cpp324 length = Bytecodes::length_at(method, bcp);
H A Drewriter.cpp300 bc_length = Bytecodes::length_at(method, bcp);
302 // length_at will put us at the bytecode after the one modified
H A DbytecodeInterpreter.cpp846 UPDATE_PC(Bytecodes::length_at(METHOD, pc));
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp2364 int ilen = Bytecodes::length_at(_method(), bcs->bcp());
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp1470 bc_length = Bytecodes::length_at(method(), bcp);

Completed in 609 milliseconds