Searched refs:Bytecode_new (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.hpp298 class Bytecode_new: public Bytecode { class in inherits:Bytecode
300 Bytecode_new(methodOop method, address bcp): Bytecode(method, bcp) { verify(); } function in class:Bytecode_new
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp854 { Bytecode_new bnew(caller_method(), caller_method->bcp_from(bci));

Completed in 1311 milliseconds