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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dicache_x86.hpp45 stub_size = 64, // Size of the icache flush stub in bytes enumerator in enum:ICache::__anon38
53 stub_size = 16, // Size of the icache flush stub in bytes
H A Dvm_version_x86.cpp53 static const int stub_size = 550; variable
809 stub_blob = BufferBlob::create("getPsrInfo_stub", stub_size);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dicache_sparc.hpp35 stub_size = 160, // Size of the icache flush stub in bytes enumerator in enum:ICache::__anon14
/openjdk7/hotspot/src/share/vm/runtime/
H A Dicache.hpp57 stub_size = 0, // Size of the icache flush stub in bytes enumerator in enum:AbstractICache::__anon415
H A Dicache.cpp36 BufferBlob* b = BufferBlob::create("flush_icache_stub", ICache::stub_size);
/openjdk7/hotspot/src/share/vm/code/
H A Dstubs.cpp154 assert(committed_size <= stub_size(s), "committed size must not exceed requested size");
168 _queue_begin += stub_size(s);
H A Dstubs.hpp181 int stub_size(Stub* s) const { return _stub_interface->size(s); } function in class:StubQueue
220 Stub* next(Stub* s) const { int i = index_of(s) + stub_size(s);
H A DcodeCache.cpp56 int stub_size; member in class:CodeBlob_sizes
68 stub_size = 0;
86 stub_size * 100 / total_size,
100 stub_size += nm->stub_size();
H A Dnmethod.cpp129 int stub_size; member in struct:nmethod_stats_struct
143 stub_size += nm->stub_size();
158 if (stub_size != 0) tty->print_cr(" stub code = %d", stub_size);
444 stub_size() +
2411 if (stub_size () > 0) tty->print_cr(" stub code [" INTPTR_FORMAT "," INTPTR_FORMAT "] = %d",
2414 stub_size());
H A Dnmethod.hpp370 int stub_size () const { return stub_end () - stub_begin (); } function in class:nmethod
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp280 int stub_size = (call_stub_estimate * LIR_Assembler::call_stub_size) + local
283 if (stub_size >= code->insts_capacity()) return false;
284 code->initialize_stubs_size(stub_size);
/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp339 void Compile::shorten_branches(uint* blk_starts, int& code_size, int& reloc_size, int& stub_size) { argument
355 stub_size = 0; // Size in bytes of all stub entries
399 stub_size += size_java_to_interp();
H A Dcompile.hpp999 void shorten_branches(uint* blk_starts, int& code_size, int& reloc_size, int& stub_size);

Completed in 107 milliseconds