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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp503 int native_nmethod_size = allocation_size(code_buffer, sizeof(nmethod)); local
507 nm = new (native_nmethod_size)
508 nmethod(method(), native_nmethod_size, compile_id, &offsets,

Completed in 1766 milliseconds