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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compiler.cpp57 BufferBlob* buffer_blob = CompilerThread::current()->get_buffer_blob(); local
59 Runtime1::initialize(buffer_blob);
95 BufferBlob* buffer_blob = CompilerThread::current()->get_buffer_blob(); local
96 if (buffer_blob == NULL) {
97 buffer_blob = build_buffer_blob();
98 CompilerThread::current()->set_buffer_blob(buffer_blob);
110 Compilation c(this, env, method, entry_bci, buffer_blob);
H A Dc1_Compilation.cpp484 int osr_bci, BufferBlob* buffer_blob)
504 , _code(buffer_blob)
483 Compilation(AbstractCompiler* compiler, ciEnv* env, ciMethod* method, int osr_bci, BufferBlob* buffer_blob) argument
H A Dc1_Compilation.hpp117 int osr_bci, BufferBlob* buffer_blob);
H A Dc1_Runtime1.cpp178 void Runtime1::generate_blob_for(BufferBlob* buffer_blob, StubID id) { argument
182 CodeBuffer code(buffer_blob);
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp659 static BufferBlob* buffer_blob();
H A DsharedRuntime.cpp2325 BufferBlob* AdapterHandlerLibrary::buffer_blob() { function in class:AdapterHandlerLibrary
2421 BufferBlob* buf = buffer_blob(); // the temporary code buffer in CodeCache
2583 BufferBlob* buf = buffer_blob(); // the temporary code buffer in CodeCache
2687 BufferBlob* buf = buffer_blob(); // the temporary code buffer in CodeCache

Completed in 41 milliseconds