Searched defs:entry_bci (Results 1 - 14 of 14) sorted by relevance

/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_Compiler.cpp240 void Compiler::compile_method(ciEnv* env, ciMethod* method, int entry_bci, DirectiveSet* directive) { argument
/openjdk10/hotspot/src/share/vm/opto/
H A Dc2compiler.cpp97 void C2Compiler::compile_method(ciEnv* env, ciMethod* target, int entry_bci, DirectiveSet* directive) { argument
H A Dcompile.hpp621 int entry_bci() const { return _entry_bci; } function in class:Compile
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciCompiler.cpp127 void JVMCICompiler::compile_method(const methodHandle& method, int entry_bci, JVMCIEnv* env) { argument
226 void JVMCICompiler::compile_method(ciEnv* env, ciMethod* target, int entry_bci, DirectiveSet* directive) { argument
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.cpp618 jint entry_bci = HotSpotCompiledNmethod::entryBCI(compiled_code); local
/openjdk10/hotspot/src/share/vm/compiler/
H A DabstractCompiler.hpp173 virtual void compile_method(ciEnv* env, ciMethod* target, int entry_bci, DirectiveSet* directive) { argument
H A DmethodLiveness.cpp465 MethodLivenessResult MethodLiveness::get_liveness_at(int entry_bci) { argument
/openjdk10/hotspot/src/share/vm/shark/
H A DsharkCompiler.cpp147 compile_method(ciEnv* env, ciMethod* target, int entry_bci, DirectiveSet* directive) argument
/openjdk10/hotspot/src/share/vm/ci/
H A DciEnv.cpp1213 int entry_bci = task->osr_bci(); local
964 register_method(ciMethod* target, int entry_bci, CodeOffsets* offsets, int orig_pc_offset, CodeBuffer* code_buffer, int frame_words, OopMapSet* oop_map_set, ExceptionHandlerTable* handler_table, ImplicitExceptionTable* inc_table, AbstractCompiler* compiler, bool has_unsafe_access, bool has_wide_vectors, RTMState rtm_state) argument
H A DciReplay.cpp463 void* process_inline(ciMethod* imethod, Method* m, int entry_bci, int comp_level, TRAPS) { argument
496 int entry_bci = parse_int("entry_bci"); local
1042 load_inline_data(ciMethod* method, int entry_bci, int comp_level) argument
[all...]
H A DciMethod.cpp1116 bool ciMethod::can_be_osr_compiled(int entry_bci) { argument
/openjdk10/test/lib/sun/hotspot/
H A DWhiteBox.java315 private native boolean enqueueMethodForCompilation0(Executable method, int compLevel, int entry_bci); argument
316 public boolean enqueueMethodForCompilation(Executable method, int compLevel, int entry_bci) { argument
/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

Completed in 232 milliseconds