Searched defs:dest_size (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | library_call.cpp | 263 Node* dest_size, bool dest_uninitialized); 4708 Node* dest_size = alloc->in(AllocateNode::AllocSize); local 4740 dest_size, dest_uninitialized); 4759 dest_size); 4768 dest_size); 5064 // dest_size total size in bytes of the array object 5066 // Exactly one of slice_len or dest_size must be non-NULL. 5067 // If dest_size is non-NULL, zeroing extends to the end of the object. 5075 Node* dest_size) { 5076 // one or the other but not both of slice_len and dest_size 5070 generate_clear_array(const TypePtr* adr_type, Node* dest, BasicType basic_elem_type, Node* slice_idx, Node* slice_len, Node* dest_size) argument 5174 generate_block_arraycopy(const TypePtr* adr_type, BasicType basic_elem_type, AllocateNode* alloc, Node* src, Node* src_offset, Node* dest, Node* dest_offset, Node* dest_size, bool dest_uninitialized) argument [all...] |
Completed in 87 milliseconds