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

/openjdk7/hotspot/src/cpu/zero/vm/
H A DicBuffer_zero.cpp37 int InlineCacheBuffer::ic_stub_code_size() { function in class:InlineCacheBuffer
45 // NB ic_stub_code_size() must return the size of the code we generate
50 // NB ic_stub_code_size() must return the size of the code we generate
55 // NB ic_stub_code_size() must return the size of the code we generate
/openjdk7/hotspot/src/cpu/x86/vm/
H A DicBuffer_x86.cpp36 int InlineCacheBuffer::ic_stub_code_size() { function in class:InlineCacheBuffer
49 CodeBuffer code(code_begin, ic_stub_code_size());
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DicBuffer_sparc.cpp36 int InlineCacheBuffer::ic_stub_code_size() { function in class:InlineCacheBuffer
50 CodeBuffer code(code_begin, ic_stub_code_size());
/openjdk7/hotspot/src/share/vm/code/
H A DicBuffer.cpp118 ICStub* ic_stub = (ICStub*)buffer()->request_committed (ic_stub_code_size());
133 ICStub* ic_stub = (ICStub*)buffer()->request_committed(ic_stub_code_size());
H A DicBuffer.hpp99 static int ic_stub_code_size();

Completed in 32 milliseconds