Searched refs:entry_bci (Results 1 - 17 of 17) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dc2compiler.hpp54 int entry_bci);
H A Dc2compiler.cpp121 int entry_bci) {
130 Compile C(env, this, target, entry_bci, subsume_loads, do_escape_analysis);
119 compile_method(ciEnv* env, ciMethod* target, int entry_bci) argument
H A Dcompile.hpp483 int entry_bci() const { return _entry_bci; } function in class:Compile
925 // For normal compilations, entry_bci is InvocationEntryBci. For on stack
926 // replacement, entry_bci indicates the bytecode for which to compile a
929 int entry_bci, bool subsume_loads, bool do_escape_analysis);
H A Dparse1.cpp437 log->print(" osr_bci='%d'", C->entry_bci());
488 _entry_bci = C->entry_bci();
765 entry_jvms->set_bci(entry_bci());
H A Dcompile.cpp599 // Compile a method. entry_bci is -1 for normal compilations and indicates
719 cg = CallGenerator::for_osr(method(), entry_bci());
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compiler.hpp64 virtual void compile_method(ciEnv* env, ciMethod* target, int entry_bci);
H A Dc1_Compiler.cpp92 void Compiler::compile_method(ciEnv* env, ciMethod* method, int entry_bci) { argument
110 Compilation c(this, env, method, entry_bci, buffer_blob);
/openjdk7/hotspot/src/share/vm/compiler/
H A DabstractCompiler.hpp86 int entry_bci) {
84 compile_method(ciEnv* env, ciMethod* target, int entry_bci) argument
H A DmethodLiveness.cpp468 MethodLivenessResult MethodLiveness::get_liveness_at(int entry_bci) { argument
469 int bci = entry_bci;
471 if (entry_bci == InvocationEntryBci) {
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCompiler.hpp58 void compile_method(ciEnv* env, ciMethod* target, int entry_bci);
H A DsharkCompiler.cpp146 int entry_bci) {
154 if (entry_bci == InvocationEntryBci)
157 flow = target->get_osr_flow_analysis(entry_bci);
205 entry_bci,
144 compile_method(ciEnv* env, ciMethod* target, int entry_bci) argument
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.hpp323 int entry_bci,
H A DciMethod.hpp252 bool can_be_osr_compiled(int entry_bci);
H A DciEnv.cpp942 int entry_bci,
1017 entry_bci,
1054 if (entry_bci == InvocationEntryBci) {
1085 entry_bci);
941 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, int comp_level, bool has_unsafe_access, bool has_wide_vectors) argument
H A DciMethod.cpp991 // of failed OSR compilations per bci. The entry_bci parameter
993 bool ciMethod::can_be_osr_compiled(int entry_bci) { argument
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp253 int entry_bci,
286 // create nmethod with entry_bci
289 int entry_bci,
H A Dnmethod.cpp563 int entry_bci,
588 nmethod(method(), nmethod_size, compile_id, entry_bci, offsets,
801 int entry_bci,
826 _entry_bci = entry_bci;
561 new_nmethod(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 ) argument
797 nmethod( methodOop method, 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 ) argument

Completed in 91 milliseconds