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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.hpp326 class Bytecode_loadconstant: public Bytecode { class in inherits:Bytecode
333 Bytecode_loadconstant(methodHandle method, int bci): Bytecode(method(), method->bcp_from(bci)), _method(method) { verify(); } function in class:Bytecode_loadconstant

Completed in 32 milliseconds