Searched refs:bci (Results 201 - 225 of 245) sorted by relevance

12345678910

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp92 ciMethod* ignored_callee = caller()->get_method_at_bci(bci(), ignored_will_link, &declared_signature);
93 const int nargs = declared_signature->arg_size_for_bc(caller()->java_code_at_bci(bci()));
101 int bci() const { return jvms()->bci(); } function in class:LibraryCallKit
535 const int bci = kit.bci(); local
540 C->print_inlining(callee, jvms->depth() - 1, bci, is_virtual() ? "(intrinsic, virtual)" : "(intrinsic)");
559 C->print_inlining(callee, jvms->depth() - 1, bci, msg);
562 tty->print("Did not generate intrinsic %s%s at bci:%d in",
564 (is_virtual() ? " (virtual)" : ""), bci);
584 const int bci = kit.bci(); local
[all...]
H A Dparse3.cpp224 method()->print_name(); tty->print_cr(" asserting nullness of field at bci: %d", bci());
H A Doutput.cpp870 assert(method == NULL || jvms->bci() < 0 || num_locs == method->max_locals(),
955 assert(jvms->bci() >= InvocationEntryBci && jvms->bci() <= 0x10000, "must be a valid or entry BCI");
958 debug_info()->describe_scope(safepoint_pc_offset, scope_method, jvms->bci(), jvms->should_reexecute(), is_method_handle_invoke, return_oop, locvals, expvals, monvals);
1041 debug_info->describe_scope(pc_offset, method, jvms->bci(), jvms->should_reexecute());
1712 // add the corresponding handler bci & pco information
H A Dstringopts.cpp209 log->elem("jvms bci='%d' method='%d'", p->bci(), log->identify(p->method()));
226 jvms->bci(), no_memory_effects);
716 if (Compile::current()->too_many_traps(_begin->jvms()->method(), _begin->jvms()->bci(),
H A Dmacro.cpp146 : (CallNode*)new (C) CallStaticJavaNode( slow_call_type, slow_call, OptoRuntime::stub_name(slow_call), oldcall->jvms()->bci(), TypeRawPtr::BOTTOM );
973 log->elem("jvms bci='%d' method='%d'", p->bci(), log->identify(p->method()));
1397 alloc->jvms()->bci(),
1963 log->elem("jvms bci='%d' method='%d'", p->bci(), log->identify(p->method()));
H A Dcompile.cpp600 // the continuation bci for on stack replacement.
3111 // Report if there are too many traps at the current method and bci.
3114 int bci,
3122 if (md->has_trap_at(bci, reason) != 0) {
3132 // Ignore method/bci and see if there have been too many globally.
3137 // Less-accurate variant which does not require a method and bci.
3157 // Report if there are too many recompiles at the current method and bci.
3162 int bci,
3176 || md->has_trap_at(bci, reason) != 0)
3178 && md->trap_recompiled_at(bci)
3113 too_many_traps(ciMethod* method, int bci, Deoptimization::DeoptReason reason) argument
3161 too_many_recompiles(ciMethod* method, int bci, Deoptimization::DeoptReason reason) argument
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp1462 for (int bci = 0; bci < code_length; bci += bc_length) {
1463 address bcp = code_base + bci;
1516 m = rc.insert_space_at(bci, 3, inst_buffer, THREAD);
1529 bcp = code_base + bci;
H A DjvmtiClassFileReconstituter.cpp387 write_u2(stream.bci());
H A DjvmtiEnvBase.cpp874 frame_buffer[count].location = (jvf->method()->is_native() ? -1 : jvf->bci());
929 *location_ptr = jvf->bci();
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAttribute.java422 public int encodeBCI(int bci) { throw undef(); } argument
702 public int encodeBCI(int bci) {
703 return bci;
1219 // PH: transmit R(bci), store bci
1222 // POH: transmit D(R(bci)), store bci
1231 // OH: transmit D(R(bci)), store D(bci)
1348 // PH: transmit R(bci), stor
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java707 buf.headerCell("bci" + spaces);
713 int curBci = instr.bci();
800 buf.headerCell("start bci");
801 buf.headerCell("end bci");
802 buf.headerCell("handler bci");
1064 int bci = sd.getBCI();
1065 buf.append(" @ bci = ");
1066 buf.append(Integer.toString(bci));
1068 int line = m.getLineNumberFromBCI(bci);
2049 buf.append(" @bci
[all...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp386 static Code code_at(methodOop method, int bci);
H A Dbytecodes.cpp92 Bytecodes::Code Bytecodes::code_at(methodOop method, int bci) { argument
93 return code_at(method, method->bcp_from(bci));
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp422 int bci = s->bci(); local
426 MethodLivenessResult liveness = method->liveness_at_bci(bci);
427 if (bci == SynchronizationEntryBCI) {
1711 tty->print_cr(" ###class not loaded at store_%s bci %d",
1789 tty->print_cr(" ###class not loaded at load_%s bci %d",
1991 __ null_check(exception_opr, new CodeEmitInfo(info, x->state()->copy(ValueStack::ExceptionState, x->state()->bci())));
3012 void LIRGenerator::increment_event_counter(CodeEmitInfo* info, int bci, bool backedge) { argument
3023 increment_event_counter_impl(info, info->scope()->method(), (1 << freq_log) - 1, bci, backedge, true);
3028 int bci, boo
3026 increment_event_counter_impl(CodeEmitInfo* info, ciMethod *method, int frequency, int bci, bool backedge, bool notify) argument
[all...]
H A Dc1_LIR.cpp1591 // print block bci range
1592 tty->print("[%d, %d] ", x->bci(), (end == NULL ? -1 : end->printable_bci()));
1648 if (info() != NULL) out->print(" [bci:%d]", info()->stack()->bci());
1863 if (stub()->info() != NULL) out->print(" [bci:%d]", stub()->info()->stack()->bci());
1982 if (info_for_exception() != NULL) out->print(" [bci:%d]", info_for_exception()->stack()->bci());
H A Dc1_Optimizer.cpp210 goto_state = goto_state->copy(ValueStack::StateAfter, goto_state->bci());
215 cur_end = cur_end->set_next(goto_, goto_state->bci());
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp638 // create HPROF_FRAME record for the given method and bci
639 static void dump_stack_frame(DumpWriter* writer, int frame_serial_num, int class_serial_num, methodOop m, int bci);
1114 // create a HPROF_FRAME record of the given methodOop and bci
1119 int bci) {
1124 line_number = m->line_number_from_bci(bci);
1836 DumperSupport::dump_stack_frame(writer(), ++frame_serial_num, class_serial_num, m, frame->bci());
1115 dump_stack_frame(DumpWriter* writer, int frame_serial_num, int class_serial_num, methodOop m, int bci) argument
H A DthreadService.hpp275 // StackFrameInfo for keeping methodOop and bci during
293 int bci() const { return _bci; } function in class:StackFrameInfo
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.hpp684 void mask_for(methodHandle method, int bci, InterpreterOopMap* entry);
701 nmethod* lookup_osr_nmethod(const methodOop m, int bci, int level, bool match_level) const;
H A DinstanceKlass.cpp819 void instanceKlass::mask_for(methodHandle method, int bci, argument
831 _oop_map_cache->lookup(method, bci, entry_for);
2242 // Get rid of the osr methods for the same bci that have lower levels.
2295 nmethod* instanceKlass::lookup_osr_nmethod(const methodOop m, int bci, int comp_level, bool match_level) const { argument
2309 (bci == InvocationEntryBci || osr->osr_entry_bci() == bci)) {
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassReader.java707 case 'P': // bci = 'P' int
847 int bci = (uoffsetIsU4 ? u4() : u2());
854 frame.setAttr("bci", "" + bci);
875 type.setAttr("bci", "" + (uoffsetIsU4 ? u4() : u2()));
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_trace.c465 if ( gdata->bci && depth > 0 ) {
494 if ( gdata->bci ) {
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.cpp341 tty->print("bci: 0 (native)");
344 tty->print("bci: %d ",scope->bci());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpot.java787 int bci = jfr.getBCI();
788 int lineNo = m.getLineNumberFromBCI(bci);
1329 ", bci " + res.getBCI() + ", line " + res.getLineNumber());
1333 ", bci " + res.getBCI() + ", line " + res.getLineNumber());
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp385 // failures when searching for the corresponding bci => add a nop
476 // failures when searching for the corresponding bci => add a nop
1665 int bci = op->profiled_bci(); local
1668 data = md->bci_to_data(bci);
1825 int bci = op->profiled_bci(); local
1828 data = md->bci_to_data(bci);
3510 int bci = op->profiled_bci(); local
3516 ciProfileData* data = md->bci_to_data(bci);
3522 Bytecodes::Code bc = method->java_code_at_bci(bci);

Completed in 187 milliseconds

12345678910