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

/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp1338 methodData()->set_eflag(methodDataOopDesc::return_allocated);
1364 _return_allocated = methodData()->eflag_set(methodDataOopDesc::return_allocated);
1397 tty->print(" return_allocated");
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.hpp1391 return_allocated = 1 << 2, enumerator in enum:VALUE_OBJ_CLASS_SPEC::EscapeFlag

Completed in 27 milliseconds