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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp529 // in the current pass, leaving the put_code set to zero will
531 Bytecodes::Code put_code = (Bytecodes::Code)0; variable
545 put_code = ((is_static) ? Bytecodes::_putstatic : Bytecodes::_putfield);
551 put_code,

Completed in 197 milliseconds