Searched defs:buffer_blob (Results 1 - 4 of 4) sorted by relevance
/openjdk7/hotspot/src/share/vm/c1/ |
H A D | c1_Compiler.cpp | 57 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 D | c1_Compilation.cpp | 484 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 D | c1_Runtime1.cpp | 178 void Runtime1::generate_blob_for(BufferBlob* buffer_blob, StubID id) { argument 182 CodeBuffer code(buffer_blob);
|
/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | sharedRuntime.cpp | 2325 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 463 milliseconds