Searched refs:bci (Results 176 - 200 of 245) sorted by relevance

12345678910

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.hpp138 int bci() const { return _bci; } function in class:GraphKit
145 _bci = jvms->bci();
153 void set_bci(int bci) { _bci = bci; } argument
155 // Make sure jvms has current bci & sp.
160 // Make sure JVMS has an updated copy of bci and sp.
670 // Report if there were too many traps at the current method and bci.
674 return C->too_many_traps(method(), bci(), reason);
677 // Report if there were too many recompiles at the current method and bci.
679 return C->too_many_recompiles(method(), bci(), reaso
[all...]
H A Dparse2.cpp238 // a range of integers coupled with a bci destination
312 makes_backward_branch |= (dest <= bci());
366 makes_backward_branch |= (dest <= bci());
777 ciProfileData* data = methodData->bci_to_data(bci());
855 if (target_bci < bci()) {
862 ciProfileData* data = methodData->bci_to_data(bci());
979 tty->print_cr("Never-taken edge stops compilation at bci %d",bci());
1061 tty->print_cr("Never-taken edge stops compilation at bci %d",bci());
[all...]
H A Druntime.cpp1294 int bci = jvms->bci(); local
1295 if (bci < 0) bci = 0;
1296 st.print("%s.%s@%d", m->holder()->name()->as_utf8(), m->name()->as_utf8(), bci);
1297 // To print linenumbers instead of bci use: m->line_number_from_bci(bci)
H A Dcallnode.cpp284 if (p->_method == NULL) return true; // bci is irrelevant
382 st->print(" @ bci:%d ",_bci);
510 st->print(" @ bci:%d",_bci);
532 st->print("JVMS depth=%d loc=%d stk=%d arg=%d mon=%d scalar=%d end=%d mondepth=%d sp=%d bci=%d reexecute=%s method=",
533 depth(), locoff(), stkoff(), argoff(), monoff(), scloff(), endoff(), monitor_depth(), sp(), bci(), should_reexecute()?"true":"false");
539 if (bci() >= 0 && bci() < _method->code_size()) {
541 _method->print_codes_on(bci(), bci()+1, st);
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp55 tty->print_cr("%4d: %s", bci(), Bytecodes::name(bc()));
57 if (has_trap() && trap_bci() == bci()) {
84 if (iter()->get_dest() <= bci())
89 if (iter()->get_far_dest() <= bci())
95 if (switch_default_dest() <= bci()) {
101 if (switch_dest(i) <= bci()) {
866 tty->print_cr("%4d: %s", bci(), Bytecodes::name(bc()));
H A DsharkCacheDecache.cpp157 bci(),
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp588 address bcp = method()->bcp_from(vfst.bci());
633 // determine handler bci, if any
639 int bci = sd->bci(); local
645 handler_bci = methodOopDesc::fast_exception_handler_bci_for(sd->method(), ek, bci, THREAD);
658 bci = handler_bci;
669 bci = sd->bci();
699 tty->print_cr("MISSING EXCEPTION HANDLER for pc " INTPTR_FORMAT " and handler bci %d", ret_pc, handler_bci);
1037 // Find caller and bci fro
1039 int bci = vfst.bci(); local
[all...]
H A Dframe.hpp259 void interpreter_frame_set_bci(jint bci);
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp464 static char* print_stack_element_to_buffer(methodOop method, int bci);
489 static void print_stack_element(Handle stream, methodOop method, int bci);
490 static void print_stack_element(outputStream *st, methodOop method, int bci);
1207 static oop create(methodHandle m, int bci, TRAPS);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DabstractInterpreter.hpp228 static bool is_not_reached( methodHandle method, int bci);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp607 BlockBegin* new_sux = new BlockBegin(end()->state()->bci());
614 new_sux->set_next(e, end()->state()->bci());
757 new_state = new_state->copy(ValueStack::BlockBeginState, bci());
760 MethodLivenessResult liveness = new_state->scope()->method()->liveness_at_bci(bci());
H A Dc1_LIRGenerator.hpp362 int bci, bool backedge, bool notify);
363 void increment_event_counter(CodeEmitInfo* info, int bci, bool backedge);
369 void increment_backedge_counter(CodeEmitInfo* info, int bci) { argument
371 increment_event_counter(info, bci, true);
H A Dc1_Runtime1.hpp139 static address counter_overflow(JavaThread* thread, int bci, methodOopDesc* method);
H A Dc1_Canonicalizer.cpp47 x->set_printable_bci(bci());
630 return x->is_safepoint() && (sux->bci() < x->state_before()->bci());
708 set_bci(cmp->state_before()->bci());
727 set_canonical(new IfInstanceOf(inst->klass(), inst->obj(), true, inst->state_before()->bci(), is_inst_sux, no_inst_sux));
H A Dc1_CodeStubs.hpp100 CounterOverflowStub(CodeEmitInfo* info, int bci, LIR_Opr method) : _info(info), _bci(bci), _method(method) { argument
H A Dc1_CFGPrinter.cpp281 print("from_bci %d", block->bci());
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof.h259 jboolean bci; /* True if any kind of BCI being done */ member in struct:__anon533
260 jboolean obj_watch; /* True if bci and watching allocs */
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTagMap.cpp1918 jmethodID method, jlocation bci, jint slot, oop obj);
1944 jmethodID method, jlocation bci, jint slot, oop o);
2158 jlocation bci,
2192 reference_info.stack_local.location = bci;
2462 jlocation bci,
2478 bci,
3129 jlocation bci = (jlocation)jvf->bci(); local
3140 bci, slot, o)) {
2153 invoke_advanced_stack_ref_callback(jvmtiHeapReferenceKind ref_kind, jlong thread_tag, jlong tid, int depth, jmethodID method, jlocation bci, jint slot, oop obj) argument
2458 report_stack_ref_root(jlong thread_tag, jlong tid, jint depth, jmethodID method, jlocation bci, jint slot, oop obj) argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DHSDB.java936 int bci = curVFrame.getBCI();
939 if ((bci == DebugInformationRecorder.SYNCHRONIZATION_ENTRY_BCI) ||
940 (bci >= 0 && bci < method.getCodeSize())) {
941 lineNumberAnno = ", line " + method.getLineNumberFromBCI(bci);
948 "\n@bci " + bci + lineNumberAnno;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/sparc/
H A DSPARCFrame.java451 int bci = bcpToBci(bcx, method);
452 //validate bci
453 if (bci < 0) return false;
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp1862 Bytecode_invoke call(ssd.method(), ssd.bci());
2693 if (sd->bci() == SynchronizationEntryBCI) {
2701 Bytecodes::Code bc = sd->method()->java_code_at(sd->bci());
2709 Bytecode_invoke invoke(sd->method(), sd->bci());
2722 Bytecode_field field(sd->method(), sd->bci());
2742 int lineno = sd->method()->line_number_from_bci(sd->bci());
2744 st->print("@%d (line %d)", sd->bci(), lineno);
2746 st->print("@%d", sd->bci());
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dframe_zero.cpp286 snprintf(valuebuf, buflen, PTR_FORMAT " (bci %d)",
358 snprintf(valuebuf, buflen, PTR_FORMAT " (bci %d)",
359 (intptr_t) pc(), ssd.bci());
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp489 // What is the bci of the trap?
826 // Return the block beginning at bci which has a JsrSet compatible
828 Block* block_at(int bci, JsrSet* set, CreateOption option = create_public_copy);
836 // Return an existing block containing bci which has a JsrSet compatible
838 Block* existing_block_at(int bci, JsrSet* set) { return block_at(bci, set, no_create); } argument
/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.cpp433 _bci = jvf->bci();
462 java_lang_Throwable::print_stack_element(st, method(), bci());
577 oop element = java_lang_StackTraceElement::create(mh, frame->bci(), CHECK_NH);
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassWriter.java582 case 'P': // bci = 'P' int
670 int bci = (int) frame.getAttrLong("bci");
672 u4(bci);
674 u2(bci);
709 int offset = (int) type.getAttrLong("bci");

Completed in 168 milliseconds

12345678910