Searched defs:speculation_log (Results 1 - 4 of 4) sorted by relevance

/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciEnv.cpp459 register_method( const methodHandle& method, nmethod*& nm, int entry_bci, CodeOffsets* offsets, int orig_pc_offset, CodeBuffer* code_buffer, int frame_words, OopMapSet* oop_map_set, ExceptionHandlerTable* handler_table, AbstractCompiler* compiler, DebugInformationRecorder* debug_info, Dependencies* dependencies, JVMCIEnv* env, int compile_id, bool has_unsafe_access, bool has_wide_vector, Handle installed_code, Handle compiled_code, Handle speculation_log) argument
H A DjvmciCodeInstaller.cpp587 JVMCIEnv::CodeInstallResult CodeInstaller::install(JVMCICompiler* compiler, Handle target, Handle compiled_code, CodeBlob*& cb, Handle installed_code, Handle speculation_log, TRAPS) { argument
/openjdk10/hotspot/src/share/vm/code/
H A Dnmethod.hpp446 oop speculation_log() { return _speculation_log ; } function in class:nmethod
/openjdk10/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp1566 oop speculation_log = nm->as_nmethod()->speculation_log(); local

Completed in 107 milliseconds