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

/openjdk9/hotspot/src/share/vm/code/
H A DoopRecorder.cpp49 Copy::zero_to_bytes(&_cache[0], sizeof(_cache));
/openjdk9/hotspot/src/share/vm/utilities/
H A Dcopy.hpp275 static void zero_to_bytes(void* to, size_t count) { function in class:Copy
/openjdk9/hotspot/src/share/vm/opto/
H A Dcompile.cpp1095 Copy::zero_to_bytes(_trap_hist, sizeof(_trap_hist));
1160 Copy::zero_to_bytes(ats, sizeof(AliasType)*grow_ats);
1170 Copy::zero_to_bytes(_alias_cache, sizeof(_alias_cache));
1335 Copy::zero_to_bytes(notes, num_notes * sizeof(Node_Notes));
1692 Copy::zero_to_bytes(ats, sizeof(AliasType)*new_ats);
H A Dnode.cpp648 Copy::zero_to_bytes(&_in[_max], (new_max-_max)*sizeof(Node*)); // NULL all new space
672 //Copy::zero_to_bytes(&_out[_outmax], (new_max-_outmax)*sizeof(Node*)); // NULL all new space
2206 Copy::zero_to_bytes( _nodes, _max*sizeof(Node*) );
2219 Copy::zero_to_bytes( &_nodes[old], (_max-old)*sizeof(Node*) );
H A Dblock.cpp52 Copy::zero_to_bytes( &_blocks[old], (_size-old)*sizeof(Block*) );
1262 Copy::zero_to_bytes( _indices, sizeof(uint)*max );
H A Dmemnode.cpp3582 Copy::zero_to_bytes(tiles, sizeof(tiles[0]) * num_tiles);
3583 Copy::zero_to_bytes(nodes, sizeof(nodes[0]) * num_tiles);
3584 Copy::zero_to_bytes(inits, sizeof(inits[0]) * num_tiles);
/openjdk9/hotspot/src/share/vm/oops/
H A DmethodData.cpp1172 Copy::zero_to_bytes(((address)_data) + data_size, extra_size);
/openjdk9/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp1470 Copy::zero_to_bytes(_arg_modified, _arg_size * sizeof(uint));

Completed in 205 milliseconds