Searched defs:compile_id (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A DsharedRuntime_zero.cpp80 int compile_id,
87 compile_id,
78 generate_native_wrapper(MacroAssembler *masm, methodHandle method, int compile_id, BasicType *sig_bt, VMRegPair *regs, BasicType ret_type) argument
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCompiler.cpp221 int compile_id,
245 compile_id,
219 generate_native_wrapper(MacroAssembler* masm, methodHandle target, int compile_id, BasicType* arg_types, BasicType return_type) argument
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsweeper.cpp49 int compile_id; member in class:SweeperRecord
58 tty->print_cr("traversal = %d invocation = %d compile_id = %d %s uep = " PTR_FORMAT " vep = "
62 compile_id,
80 _records[i].compile_id == id) {
87 _records[i].compile_id == id) {
114 _records[_sweep_index].compile_id = nm->compile_id();
402 tty->print_cr("### Nmethod %3d/" PTR_FORMAT " (marked for reclamation) being flushed", nm->compile_id(), nm);
409 tty->print_cr("### Nmethod %3d/" PTR_FORMAT " (zombie) being marked for reclamation", nm->compile_id(), nm);
421 tty->print_cr("### Nmethod %3d/" PTR_FORMAT " (not entrant) being made zombie", nm->compile_id(), n
[all...]
H A DsharedRuntime.cpp2564 nmethod *AdapterHandlerLibrary::create_native_wrapper(methodHandle method, int compile_id) { argument
2616 compile_id,
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.hpp66 void initialize(int compile_id, methodHandle method, int osr_bci, int comp_level,
72 int compile_id() const { return _compile_id; } function in class:CompileTask
101 static void print_compilation_impl(outputStream* st, methodOop method, int compile_id, int comp_level,
108 print_compilation_impl(st, nm->method(), nm->compile_id(), nm->comp_level(),
315 int compile_id,
331 static bool check_break_at(methodHandle method, int compile_id, bool is_osr);
H A DcompileBroker.cpp211 nm->compile_id(), nm->is_osr_method() ? "%" : "",
217 lm.print("%4d COMPILE SKIPPED: %s", task->compile_id(), reason);
266 void CompileTask::initialize(int compile_id, argument
276 _compile_id = compile_id;
334 tty->print("<CompileTask compile_id=%d ", _compile_id);
371 void CompileTask::print_compilation_impl(outputStream* st, methodOop method, int compile_id, int comp_level, argument
377 st->print("%4d ", compile_id); // print compilation number
493 print_compilation_impl(st, method, compile_id(), comp_level(), is_osr_method, osr_bci(), is_blocking(), msg, short_form);
505 log->print(" compile_id='%d'", _compile_id);
1118 // or prohibited. Assign a compile_id t
1120 uint compile_id = assign_compile_id(method, osr_bci); local
1284 int compile_id; local
1440 create_compile_task(CompileQueue* queue, int compile_id, methodHandle method, int osr_bci, int comp_level, methodHandle hot_method, int hot_count, const char* comment, bool blocking) argument
1718 uint compile_id = task->compile_id(); local
2005 check_break_at(methodHandle method, int compile_id, bool is_osr) argument
2023 uint compile_id = task->compile_id(); local
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.cpp1016 compile_id(),
1115 // ciEnv::compile_id
1116 uint ciEnv::compile_id() { function in class:ciEnv
1118 return task()->compile_id();
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp232 int compile_id,
252 int compile_id,
288 int compile_id,
303 int compile_id,
651 int compile_id() const { return _compile_id; } function in class:nmethod
H A Dnmethod.cpp491 int compile_id,
508 nmethod(method(), native_nmethod_size, compile_id, &offsets,
562 int compile_id,
588 nmethod(method(), nmethod_size, compile_id, entry_bci, offsets,
633 int compile_id,
668 _compile_id = compile_id;
800 int compile_id,
827 _compile_id = compile_id;
900 log->print(" compile_id='%d'", compile_id());
490 new_native_nmethod(methodHandle method, int compile_id, CodeBuffer *code_buffer, int vep_offset, int frame_complete, int frame_size, ByteSize basic_lock_owner_sp_offset, ByteSize basic_lock_sp_offset, OopMapSet* oop_maps) argument
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
630 nmethod( methodOop method, int nmethod_size, int compile_id, CodeOffsets* offsets, CodeBuffer* code_buffer, int frame_size, ByteSize basic_lock_owner_sp_offset, ByteSize basic_lock_sp_offset, OopMapSet* oop_maps ) 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
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp1918 int compile_id,
1934 compile_id,
2727 compile_id,
1916 generate_native_wrapper(MacroAssembler* masm, methodHandle method, int compile_id, BasicType* in_sig_bt, VMRegPair* in_regs, BasicType ret_type) argument
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp1522 int compile_id,
1538 compile_id,
2397 compile_id,
1520 generate_native_wrapper(MacroAssembler* masm, methodHandle method, int compile_id, BasicType* in_sig_bt, VMRegPair* in_regs, BasicType ret_type) argument
H A DsharedRuntime_x86_64.cpp1754 int compile_id,
1770 compile_id,
2632 compile_id,
1752 generate_native_wrapper(MacroAssembler* masm, methodHandle method, int compile_id, BasicType* in_sig_bt, VMRegPair* in_regs, BasicType ret_type) argument
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.hpp470 int compile_id() const { return _compile_id; } function in class:Compile

Completed in 369 milliseconds