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

/openjdk9/hotspot/src/share/vm/opto/
H A Darraycopynode.hpp60 bool _alloc_tightly_coupled; member in class:ArrayCopyNode
165 bool is_alloc_tightly_coupled() const { return _alloc_tightly_coupled; }
H A Darraycopynode.cpp32 _alloc_tightly_coupled(alloc_tightly_coupled),
88 st->print(" (%s%s)", _kind_names[_kind], _alloc_tightly_coupled ? ", tightly coupled allocation" : "");
92 st->print("%s%s", _kind_names[_kind], _alloc_tightly_coupled ? ",tight" : "");

Completed in 161 milliseconds