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

/openjdk7/hotspot/src/share/vm/code/
H A DoopRecorder.cpp46 Copy::zero_to_bytes(&_cache[0], sizeof(_cache));
/openjdk7/hotspot/src/share/vm/utilities/
H A Dcopy.hpp264 static void zero_to_bytes(void* to, size_t count) { function in class:Copy
/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.cpp652 Copy::zero_to_bytes(&_in[_max], (new_max-_max)*sizeof(Node*)); // NULL all new space
676 //Copy::zero_to_bytes(&_out[_outmax], (new_max-_outmax)*sizeof(Node*)); // NULL all new space
1895 Copy::zero_to_bytes( _nodes, _max*sizeof(Node*) );
1908 Copy::zero_to_bytes( &_nodes[old], (_max-old)*sizeof(Node*) );
H A Dblock.cpp54 Copy::zero_to_bytes( &_blocks[old], (_size-old)*sizeof(Block*) );
959 Copy::zero_to_bytes( _indices, sizeof(uint)*max );
H A Dcompile.cpp1033 Copy::zero_to_bytes(_trap_hist, sizeof(_trap_hist));
1064 Copy::zero_to_bytes(ats, sizeof(AliasType)*grow_ats);
1074 Copy::zero_to_bytes(_alias_cache, sizeof(_alias_cache));
1220 Copy::zero_to_bytes(notes, num_notes * sizeof(Node_Notes));
1558 Copy::zero_to_bytes(ats, sizeof(AliasType)*new_ats);
H A Dmemnode.cpp3475 Copy::zero_to_bytes(tiles, sizeof(tiles[0]) * num_tiles);
3476 Copy::zero_to_bytes(nodes, sizeof(nodes[0]) * num_tiles);
3477 Copy::zero_to_bytes(inits, sizeof(inits[0]) * num_tiles);
H A Dparse1.cpp1112 Copy::zero_to_bytes(_blocks, sizeof(Block)*_block_count);
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp1430 Copy::zero_to_bytes(_arg_modified, _arg_size * sizeof(uint));

Completed in 64 milliseconds