Searched refs:zerolocals_synchronized (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.cpp116 method_entry(zerolocals_synchronized);
H A Dinterpreter.cpp206 return zerolocals_synchronized;
273 ientry != entry_for_kind(AbstractInterpreter::zerolocals_synchronized))
285 case zerolocals_synchronized: tty->print("zerolocals_synchronized"); break;
H A DabstractInterpreter.hpp96 zerolocals_synchronized, // method needs locals initialization & is synchronized enumerator in enum:AbstractInterpreter::MethodKind
H A DtemplateInterpreter.cpp361 method_entry(zerolocals_synchronized)
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterpreter_sparc.cpp381 case Interpreter::zerolocals_synchronized: synchronized = true; break;
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp831 case Interpreter::zerolocals_synchronized:
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp1496 case Interpreter::zerolocals_synchronized: synchronized = true; break;
H A DtemplateInterpreter_x86_64.cpp1519 case Interpreter::zerolocals_synchronized: synchronized = true; break;
H A DcppInterpreter_x86.cpp2205 case Interpreter::zerolocals_synchronized: synchronized = true; break;

Completed in 57 milliseconds