Searched refs:copy_relocations_to (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp374 csize_t copy_relocations_to(CodeBlob* blob) const;
536 copy_relocations_to(blob);
H A DcodeBuffer.cpp371 // See copy_relocations_to() below.
509 csize_t lsize = copy_relocations_to(NULL); // dry run only
515 csize_t CodeBuffer::copy_relocations_to(CodeBlob* dest) const { function in class:CodeBuffer

Completed in 107 milliseconds