Searched refs:pc (Results 226 - 250 of 299) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp935 address i2c_entry = __ pc();
948 address c2i_unverified_entry = __ pc();
976 address c2i_entry = __ pc();
1329 address the_pc = __ pc();
1528 intptr_t start = (intptr_t)__ pc();
1529 int vep_offset = ((intptr_t)__ pc()) - start;
1534 int frame_complete = ((intptr_t)__ pc()) - start; // not complete, period
1742 intptr_t start = (intptr_t)__ pc();
1769 int vep_offset = ((intptr_t)__ pc()) - start;
1821 int frame_complete = ((intptr_t)__ pc())
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedPaints.java162 PixelConverter pc = PixelConverter.ArgbPre.instance;
163 int pixel1 = pc.rgbToPixel(c1.getRGB(), null);
164 int pixel2 = pc.rgbToPixel(c2.getRGB(), null);
/openjdk7/hotspot/src/share/vm/runtime/
H A Drframe.cpp142 _method = methodHandle(thread(), CodeCache::find_nmethod(_fr.pc())->method());
H A Dframe.hpp79 CodeBlob* _cb; // CodeBlob that "owns" pc
94 // pc: Returns the pc at which this frame will continue normally.
96 address pc() const { return _pc; } function in class:VALUE_OBJ_CLASS_SPEC
98 // This returns the pc that if you were in the debugger you'd see. Not
114 void patch_pc(Thread* thread, address pc);
474 // assert(frame::verify_return_pc(return_address), "must be a return pc");
H A Dvframe_hp.cpp247 _scope = nm->scope_desc_at(_fr.pc());
266 return CodeCache::find_nmethod(_fr.pc());
H A Ddeoptimization.cpp338 if (deoptee_nm != NULL && deoptee_nm->is_method_handle_return(deoptee.pc()))
376 // Find the current pc for sender of the deoptee. Since the sender may have been deoptimized
377 // itself since the deoptee vframeArray was created we must get a fresh value of the pc rather
378 // than simply use array->sender.pc(). This requires us to walk the current set of frames
405 // Now a pc in frame_pcs is actually the return address to the frame's caller (a frame
430 // This pc doesn't have to be perfect just good enough to identify the frame
432 // The correct pc will be set when the skeleton frame is completely filled out
433 // The final pc we store in the loop is wrong and will be overwritten below
475 // since the frame will "magically" show the original pc before the deopt
481 assert(CodeCache::find_blob_unsafe(frame_pcs[0]) != NULL, "bad pc");
[all...]
H A DinterfaceSupport.cpp231 OopMap* map = cb->oop_map_for_return_address(sfs.current()->pc());
232 assert(map != NULL, "no oopmap found for pc");
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmp_gf2m.c203 mp_digit *pa, *pb, *pc; local
227 pc = MP_DIGITS(c);
229 (*pc++) = (*pa++) ^ (*pb++);
234 *pc++ = *pa++;
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrutil.c3262 int a, b, c, pa, pb, pc, p; local
3269 pc = a - c;
3273 pb = abs(pc);
3274 pc = abs(p + pc);
3277 pb = pc < 0 ? -pc : pc;
3278 pc = (p + pc) <
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java852 public String genHTML(sun.jvm.hotspot.debugger.Address pc) { argument
856 blob = (CodeBlob)VM.getVM().getCodeCache().findBlobUnsafe(pc);
867 if (interp.contains(pc)) {
868 InterpreterCodelet codelet = interp.getCodeletContaining(pc);
870 return "Unknown location in the Interpreter: " + pc;
876 } else if (VM.getVM().getCodeCache().contains(pc)) {
877 return "Unknown location in the CodeCache: " + pc;
883 Oop obj = getOopAtAddress(pc);
898 return genHTMLForRawDisassembly(pc, null);
927 return genBaseHref() + "pc
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_CodeStubs.hpp380 _pc_start = masm->pc();
388 _bytes_to_copy = masm->pc() - pc_start();
411 assert(_bytes_to_copy <= (masm->pc() - pc_start()), "not enough bytes");
H A Dc1_LIRAssembler.cpp57 while ((intx) _masm->pc() - (intx) patch->pc_start() < NativeCall::instruction_size) {
172 address LIR_Assembler::pc() const { function in class:LIR_Assembler
173 return _masm->pc();
320 _masm->code_section()->relocate(pc(), relocInfo::poll_type);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebuggerLocal.java605 private ProcCFrame createSenderFrame(ProcCFrame f, long pc, long fp) { argument
606 ProcCFrame sender = new ProcCFrame(this, newAddress(pc), newAddress(fp));
635 // symbol-to-pc
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebuggerLocal.java390 long pc = getAddressValue(pcAsAddr);
391 ClosestSymbol sym = lookupByAddress0(pc);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.inline.hpp83 inline void Assembler::bpr( RCondition c, bool a, Predict p, Register s1, address d, relocInfo::relocType rt ) { v9_only(); cti(); emit_data( op(branch_op) | annul(a) | cond(c) | op2(bpr_op2) | wdisp16(intptr_t(d), intptr_t(pc())) | predict(p) | rs1(s1), rt); has_delay_slot(); }
86 inline void Assembler::fb( Condition c, bool a, address d, relocInfo::relocType rt ) { v9_dep(); cti(); emit_data( op(branch_op) | annul(a) | cond(c) | op2(fb_op2) | wdisp(intptr_t(d), intptr_t(pc()), 22), rt); has_delay_slot(); }
89 inline void Assembler::fbp( Condition c, bool a, CC cc, Predict p, address d, relocInfo::relocType rt ) { v9_only(); cti(); emit_data( op(branch_op) | annul(a) | cond(c) | op2(fbp_op2) | branchcc(cc) | predict(p) | wdisp(intptr_t(d), intptr_t(pc()), 19), rt); has_delay_slot(); }
92 inline void Assembler::cb( Condition c, bool a, address d, relocInfo::relocType rt ) { v8_only(); cti(); emit_data( op(branch_op) | annul(a) | cond(c) | op2(cb_op2) | wdisp(intptr_t(d), intptr_t(pc()), 22), rt); has_delay_slot(); }
95 inline void Assembler::br( Condition c, bool a, address d, relocInfo::relocType rt ) { v9_dep(); cti(); emit_data( op(branch_op) | annul(a) | cond(c) | op2(br_op2) | wdisp(intptr_t(d), intptr_t(pc()), 22), rt); has_delay_slot(); }
98 inline void Assembler::bp( Condition c, bool a, CC cc, Predict p, address d, relocInfo::relocType rt ) { v9_only(); cti(); emit_data( op(branch_op) | annul(a) | cond(c) | op2(bp_op2) | branchcc(cc) | predict(p) | wdisp(intptr_t(d), intptr_t(pc()), 19), rt); has_delay_slot(); }
102 inline void Assembler::cbcond(Condition c, CC cc, Register s1, Register s2, Label& L) { cti(); no_cbcond_before(); emit_data(op(branch_op) | cond_cbcond(c) | op2(bpr_op2) | branchcc(cc) | wdisp10(intptr_t(target(L)), intptr_t(pc())) | rs1(s1) | rs2(s2)); }
103 inline void Assembler::cbcond(Condition c, CC cc, Register s1, int simm5, Label& L) { cti(); no_cbcond_before(); emit_data(op(branch_op) | cond_cbcond(c) | op2(bpr_op2) | branchcc(cc) | wdisp10(intptr_t(target(L)), intptr_t(pc())) | rs1(s1) | immed(true) | simm(simm5, 5)); }
105 inline void Assembler::call( address d, relocInfo::relocType rt ) { cti(); emit_data( op(call_op) | wdisp(intptr_t(d), intptr_t(pc()), 30), rt); has_delay_slot(); assert(rt != relocInfo::virtual_call_type, "must use virtual_call_Relocation::spec"); }
621 d = pc();
[all...]
H A DsharedRuntime_sparc.cpp1030 address i2c_entry = __ pc();
1046 address c2i_unverified_entry = __ pc();
1081 address c2i_entry = __ pc();
1924 intptr_t start = (intptr_t)__ pc();
1925 int vep_offset = ((intptr_t)__ pc()) - start;
1930 int frame_complete = ((intptr_t)__ pc()) - start; // not complete, period
1957 intptr_t start = (intptr_t)__ pc();
1974 int vep_offset = ((intptr_t)__ pc()) - start;
2215 int frame_complete = ((intptr_t)__ pc()) - start;
2346 intptr_t thepc = (intptr_t) __ pc();
[all...]
H A Dassembler_sparc.cpp224 bpr( rc_z, true, pn, L4, pc(), relocInfo::oop_type );
229 fb( f_never, true, pc() + 4, relocInfo::none);
234 fbp( f_notZero, true, fcc0, pn, pc() - 4, relocInfo::none);
239 br( equal, true, pc() + 1024, relocInfo::none);
246 bp( less, true, icc, pn, pc(), relocInfo::none);
251 call( pc(), relocInfo::none);
540 cb( cp_0or1or2, false, pc() - 4, relocInfo::none);
621 // get nearby pc, store jmp target
622 call(L, relocInfo::none); // No relocation for call to pc+0x8
626 // store nearby pc
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DPNGImageDecoder.java597 int a, b, c, p, pa, pb, pc, rval;
604 pc = p > c ? p - c : c - p;
605 rowByteBuffer[x] += (pa <= pb) && (pa <= pc) ? a : pb <= pc ? b : c;
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.hpp34 // describes for a specific pc whether each register and frame stack slot is:
172 // pc-offset handling
232 void add_gc_map(int pc, OopMap* map);
238 // returns OopMap in that is anchored to the pc
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.hpp142 static int interpreter_contains(address pc);
/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.hpp314 address pc() const { return _code_pos; } function in class:AbstractAssembler
/openjdk7/jdk/src/share/demo/jvmti/compiledMethodLoad/
H A DcompiledMethodLoad.c146 fprintf(fp, "PcDescriptor(pc=0x%lx):\n", (jint)(pcrecord.pc));
/openjdk7/jdk/src/windows/native/sun/security/mscapi/
H A Dsecurity.cpp375 PCCERT_CONTEXT pc = rgpElement->pCertContext; local
387 if ((cchNameString = CertGetNameString(pc,
393 CertGetNameString(pc,
399 BYTE* pbCertEncoded = pc->pbCertEncoded;
400 DWORD cbCertEncoded = pc->cbCertEncoded;
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.cpp630 extern "C" methodOop findm(intptr_t pc) { argument
632 nmethod* nm = CodeCache::find_nmethod((address)pc);
767 tty->print_cr(" pm(int pc) - print methodOop given compiled PC");
768 tty->print_cr(" findm(intptr_t pc) - finds methodOop");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpot.java738 LoadObject lo = getCDebugger().loadObjectContainingPC(fr.pc());
742 LineNumberInfo info = db.lineNumberForPC(fr.pc());
744 System.err.println("PC " + fr.pc() + ": Source file \"" +
756 System.err.println("(No line number information for PC " + fr.pc() + ")");

Completed in 849 milliseconds

1234567891011>>