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

123

/openjdk10/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.
2817 for (uint k = 0; k < _reg_node.Size(); k++) {
H A DloopTransform.cpp1667 tty->print_cr("Dict@%p[%d] = ", dict, dict->Size());
H A Dtype.cpp1065 tty->print("Types made: %d\n", type_dict()->Size());
/openjdk10/hotspot/src/share/vm/adlc/
H A Dformssel.cpp1487 if (_effects.Size()) {

Completed in 242 milliseconds

123