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

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.cpp283 #define IDX_INIT(req) this->Init((req), (Compile*) this->_out) macro
284 #ifdef _MSC_VER // the IDX_INIT hack falls foul of warning C4355
325 : _idx(IDX_INIT(req))
344 : _idx(IDX_INIT(1))
356 : _idx(IDX_INIT(2))
370 : _idx(IDX_INIT(3))
386 : _idx(IDX_INIT(4))
404 : _idx(IDX_INIT(5))
425 : _idx(IDX_INIT(6))
448 : _idx(IDX_INIT(
[all...]

Completed in 49 milliseconds