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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp379 static Code java_code_at(const methodOopDesc* method, address bcp) { function in class:Bytecodes
415 static int java_length_at (methodOop method, address bcp) { return length_for_code_at(java_code_at(method, bcp), bcp); }
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp209 Bytecodes::Code java_code_at(int bci) const { function in class:methodOopDesc
210 return Bytecodes::java_code_at(this, bcp_from(bci));

Completed in 37 milliseconds