Searched refs:Size (Results 51 - 58 of 58) sorted by relevance

123

/openjdk9/hotspot/src/share/vm/opto/
H A Dnode.hpp1027 // Size of instruction in bytes
1462 uint Size() const { return _max; }
1694 virtual uint size_of() const; // Size is bigger
H A Dloopnode.cpp2327 memset( worklist.adr(), 0, worklist.Size()*sizeof(Node*) );
3752 for( uint k = 0; k < _nodes.Size(); k++ ) {
H A Dmatcher.cpp1590 if (_shared_nodes.Size() <= leaf->_idx) return NULL;
H A Doutput.cpp243 code_size = 0; // Size in bytes of generated code
244 stub_size = 0; // Size in bytes of all stub entries
245 // Size in bytes of all relocation entries, including those in local stubs.
2816 for (uint k = 0; k < _reg_node.Size(); k++) {
H A DloopTransform.cpp1664 tty->print_cr("Dict@%p[%d] = ", dict, dict->Size());
H A Dtype.cpp1061 tty->print("Types made: %d\n", type_dict()->Size());
/openjdk9/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp1341 if (_arg_local.Size() == 0 && !_return_allocated) {
/openjdk9/hotspot/src/share/vm/adlc/
H A Dformssel.cpp1487 if (_effects.Size()) {

Completed in 206 milliseconds

123