Searched refs:copied (Results 1 - 5 of 5) sorted by relevance

/openjdk9/hotspot/src/share/vm/gc/g1/
H A DevacuationInfo.hpp64 void set_bytes_copied(size_t copied) { argument
65 _bytes_copied = copied;
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DSuballocatedIntVector.java215 int copied=(m_blocksize-offset < numberOfElements)
217 numberOfElements-=copied;
218 while(copied-- > 0)
H A DSuballocatedByteVector.java175 int copied=(m_blocksize-offset < numberOfElements)
177 numberOfElements-=copied;
178 while(copied-- > 0)
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Daarch64_linkage.S27 # the code for aarch64_stub_prolog below can be copied into the start
30 # code can be generated immediately following the copied code.
/openjdk9/hotspot/src/cpu/arm/vm/
H A DstubGenerator_arm.cpp153 // copied). Use this configuration with care, in case it improves
1184 // copied area can be easily avoided. 'count' is predecreased
1610 // Actually, it always reads exactly all data from the copied region with upper bound aligned up by wordSize,
1943 // Actually, it always reads exactly all data from the copied region with beginning aligned down by wordSize,
2323 // count: 32-bit int, maximum number of elements which can be copied
2330 // shifts 'from' and 'to' by the number of copied bytes in corresponding direction
2331 // decreases 'count' by the number of elements copied
2333 // Returns maximum number of bytes which may be copied.
2387 // count: 32-bit int, number of elements to be copied
2425 // count: 32-bit int, number of elements allowed to be copied
[all...]

Completed in 54 milliseconds