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

/openjdk7/hotspot/src/share/vm/ci/
H A DciField.cpp336 bool is_put = (bc == Bytecodes::_putfield || bc == Bytecodes::_putstatic); local
337 if (is_put) {
356 if (is_put) {
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp511 bool is_put = (bytecode == Bytecodes::_putfield || bytecode == Bytecodes::_putstatic); variable
544 if (is_put || !info.access_flags().is_final()) {
H A DlinkResolver.cpp597 bool is_put = (byte == Bytecodes::_putfield || byte == Bytecodes::_putstatic); local
637 if (is_put && fd.access_flags().is_final() && sel_klass() != pool->pool_holder()) {

Completed in 87 milliseconds