Searched refs:length_at (Results 1 - 8 of 8) 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); }
|
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodeStream.hpp | 206 if (l == 0) l = Bytecodes::length_at(_method(), bcp);
|
H A D | bytecodes.hpp | 414 static int length_at (methodOop method, address bcp) { return length_for_code_at(code_at(method, bcp), bcp); } function in class:Bytecodes
|
H A D | interpreter.cpp | 324 length = Bytecodes::length_at(method, bcp);
|
H A D | rewriter.cpp | 300 bc_length = Bytecodes::length_at(method, bcp); 302 // length_at will put us at the bytecode after the one modified
|
H A D | bytecodeInterpreter.cpp | 846 UPDATE_PC(Bytecodes::length_at(METHOD, pc));
|
/openjdk7/hotspot/src/share/vm/oops/ |
H A D | generateOopMap.cpp | 2364 int ilen = Bytecodes::length_at(_method(), bcs->bcp());
|
/openjdk7/hotspot/src/share/vm/prims/ |
H A D | jvmtiRedefineClasses.cpp | 1470 bc_length = Bytecodes::length_at(method(), bcp);
|
Completed in 2396 milliseconds