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

/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.cpp123 Bytecodes::Code put_code,
139 set_bytecode_2(put_code);
H A DcpCacheOop.hpp205 Bytecodes::Code put_code, // the bytecode used for writing the field
/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 37 milliseconds