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

/openjdk7/hotspot/src/share/vm/opto/
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);
/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/c1/
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/shark/
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 DciMethod.cpp991 // of failed OSR compilations per bci. The entry_bci parameter
993 bool ciMethod::can_be_osr_compiled(int entry_bci) { argument
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
/openjdk7/hotspot/src/share/vm/code/
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 855 milliseconds