Searched defs:ic_stub_code_size (Results 1 - 3 of 3) 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/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/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());

Completed in 30 milliseconds