Searched defs:debug_info (Results 1 - 9 of 9) sorted by relevance

/openjdk10/hotspot/src/share/vm/shark/
H A DsharkInvariants.hpp99 DebugInformationRecorder* debug_info() const { function in class:SharkCompileInvariants
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.cpp338 static ValueStack* debug_info(Instruction* ins) { function
396 DebugInformationRecorder* debug_info = compilation()->debug_info_recorder(); local
/openjdk10/hotspot/src/share/vm/ci/
H A DciEnv.hpp308 DebugInformationRecorder* debug_info() { return _debug_info; } function in class:ciEnv
/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.hpp259 void record_scope(jint pc_offset, Handle debug_info, ScopeMode scope_mode, TRAPS) { argument
H A DjvmciCodeInstaller.cpp98 OopMap* CodeInstaller::create_oop_map(Handle debug_info, TRAPS) { argument
948 GrowableArray<ScopeValue*>* CodeInstaller::record_virtual_objects(Handle debug_info, TRAPS) { argument
982 void CodeInstaller::record_scope(jint pc_offset, Handle debug_info, ScopeMode scope_mode, bool return_oop, TRAPS) { argument
[all...]
/openjdk10/hotspot/src/share/vm/opto/
H A Doutput.cpp934 DebugInformationRecorder* debug_info = C->debug_info(); local
[all...]
H A Dcompile.hpp1116 DebugInformationRecorder* debug_info() { return env()->debug_info(); } function in class:Compile
/openjdk10/hotspot/src/share/vm/code/
H A Dnmethod.cpp464 new_nmethod(const methodHandle& method, int compile_id, int entry_bci, CodeOffsets* offsets, int orig_pc_offset, DebugInformationRecorder* debug_info, Dependencies* dependencies, CodeBuffer* code_buffer, int frame_size, OopMapSet* oop_maps, ExceptionHandlerTable* handler_table, ImplicitExceptionTable* nul_chk_table, AbstractCompiler* compiler, int comp_level , Handle installed_code, Handle speculationLog ) argument
644 nmethod( Method* method, CompilerType type, int nmethod_size, int compile_id, int entry_bci, CodeOffsets* offsets, int orig_pc_offset, DebugInformationRecorder* debug_info, Dependencies* dependencies, CodeBuffer *code_buffer, int frame_size, OopMapSet* oop_maps, ExceptionHandlerTable* handler_table, ImplicitExceptionTable* nul_chk_table, AbstractCompiler* compiler, int comp_level , Handle installed_code, Handle speculation_log ) argument
[all...]

Completed in 90 milliseconds