Searched refs:allocation_size (Results 1 - 3 of 3) 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));
H A DcodeBlob.hpp75 static unsigned int allocation_size(CodeBuffer* cb, int header_size);
H A Dnmethod.cpp503 int native_nmethod_size = allocation_size(code_buffer, sizeof(nmethod));
537 int nmethod_size = allocation_size(code_buffer, sizeof(nmethod));
581 allocation_size(code_buffer, sizeof(nmethod))

Completed in 41 milliseconds