Searched defs:allocation_size (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.cpp70 unsigned int CodeBlob::allocation_size(CodeBuffer* cb, int header_size) { function in class:CodeBlob
234 unsigned int size = allocation_size(cb, sizeof(BufferBlob));
276 unsigned int size = allocation_size(cb, sizeof(AdapterBlob));
339 unsigned int size = allocation_size(cb, sizeof(RuntimeStub));
398 unsigned int size = allocation_size(cb, sizeof(DeoptimizationBlob));
437 unsigned int size = allocation_size(cb, sizeof(UncommonTrapBlob));
473 unsigned int size = allocation_size(cb, sizeof(ExceptionBlob));
508 unsigned int size = allocation_size(cb, sizeof(SafepointBlob));

Completed in 27 milliseconds