Searched refs:total_relocation_size (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.cpp72 size += round_to(cb->total_relocation_size(), oopSize);
126 _relocation_size = round_to(cb->total_relocation_size(), oopSize);
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp503 csize_t total_relocation_size() const;
H A DcodeBuffer.cpp508 csize_t CodeBuffer::total_relocation_size() const { function in class:CodeBuffer

Completed in 75 milliseconds