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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_Compiler.cpp49 BufferBlob* buffer_blob = CompilerThread::current()->get_buffer_blob(); local
51 Runtime1::initialize(buffer_blob);
64 BufferBlob* buffer_blob = init_buffer_blob(); local
67 if (buffer_blob == NULL) {
93 BufferBlob* buffer_blob = BufferBlob::create("C1 temporary CodeBuffer", code_buffer_size); local
94 if (buffer_blob != NULL) {
95 CompilerThread::current()->set_buffer_blob(buffer_blob);
98 return buffer_blob;
240 BufferBlob* buffer_blob = CompilerThread::current()->get_buffer_blob(); local
241 assert(buffer_blob !
[all...]
H A Dc1_Compilation.hpp121 int osr_bci, BufferBlob* buffer_blob, DirectiveSet* directive);
H A Dc1_Compilation.cpp538 int osr_bci, BufferBlob* buffer_blob, DirectiveSet* directive)
560 , _code(buffer_blob)
537 Compilation(AbstractCompiler* compiler, ciEnv* env, ciMethod* method, int osr_bci, BufferBlob* buffer_blob, DirectiveSet* directive) argument
H A Dc1_Runtime1.cpp181 void Runtime1::generate_blob_for(BufferBlob* buffer_blob, StubID id) { argument
185 CodeBuffer code(buffer_blob);
/openjdk9/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp699 static BufferBlob* buffer_blob();
H A DsharedRuntime.cpp2567 BufferBlob* AdapterHandlerLibrary::buffer_blob() { function in class:AdapterHandlerLibrary
2689 BufferBlob* buf = buffer_blob(); // the temporary code buffer in CodeCache
2846 BufferBlob* buf = buffer_blob(); // the temporary code buffer in CodeCache

Completed in 73 milliseconds