Searched refs:pc (Results 201 - 225 of 299) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp76 address pc = thread->saved_exception_pc(); local
78 // pc is the instruction which we must emulate
104 address start = __ pc();
258 return_pc = __ pc();
331 address start = __ pc();
365 // O1 = throwing pc
369 address start = __ pc();
373 // becomes the throwing pc.
516 address start = __ pc();
564 address start = __ pc();
[all...]
H A Dframe_sparc.hpp35 // A frame is comprised of {pc, sp, younger_sp}
165 frame(intptr_t* sp, unpatchable_t, address pc = NULL, CodeBlob* cb = NULL);
H A DcppInterpreter_sparc.cpp62 bool CppInterpreter::contains(address pc) { argument
63 return ( _code->contains(pc) ||
64 ( pc == (CAST_FROM_FN_PTR(address, RecursiveInterpreterActivation) + frame::pc_return_offset)));
114 address entry = __ pc();
153 address entry = __ pc();
258 address entry = __ pc();
316 address entry = __ pc();
429 address entry = __ pc();
463 address entry = __ pc();
582 address entry = __ pc();
[all...]
H A Dframe_sparc.inline.hpp46 && pc() == other.pc();
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp330 address pc; local
331 if (os::Kernel32Dll::RtlCaptureStackBackTrace(n + 1, 1, (PVOID*)&pc, NULL) == 1) {
332 return pc;
2022 // Save pc in thread
2025 // Set pc to handler
2029 // Set pc to handler
2033 // Set pc to handler
2123 address pc = (address)ctx->Rip;
2124 assert(pc[0] == 0xF7, "not an idiv opcode");
2125 assert((pc[
2225 address pc = (address) exceptionInfo->ContextRecord->StIIP; local
2227 address pc = (address) exceptionInfo->ContextRecord->Rip; local
2229 address pc = (address) exceptionInfo->ContextRecord->Eip; local
2583 address pc = (address) exceptionInfo->ContextRecord->Eip; local
2897 address pc = CALLER_PC; local
3095 address pc = CALLER_PC; local
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp80 address pc = thread->saved_exception_pc(); local
81 // pc is the instruction which we must emulate
84 address npc = Assembler::locate_next_instruction(pc);
148 address start = __ pc();
244 return_address = __ pc();
351 address start = __ pc();
386 // rdx: throwing pc
388 // NOTE: At entry of this stub, exception-pc must be on stack !!
392 address start = __ pc();
402 // throwing pc
[all...]
H A DcppInterpreter_x86.cpp112 // Is this pc anywhere within code owned by the interpreter?
113 // This only works for pc that might possibly be exposed to frame
116 bool CppInterpreter::contains(address pc) { argument
117 return (_code->contains(pc) ||
118 pc == CAST_FROM_FN_PTR(address, RecursiveInterpreterActivation));
123 address entry = __ pc();
180 address entry = __ pc();
266 address entry = __ pc();
325 address entry = __ pc();
730 // throw exception return address becomes throwing pc
[all...]
H A DsharedRuntime_x86_64.cpp848 address i2c_entry = __ pc();
861 address c2i_unverified_entry = __ pc();
888 address c2i_entry = __ pc();
1378 address the_pc = __ pc();
1760 intptr_t start = (intptr_t)__ pc();
1761 int vep_offset = ((intptr_t)__ pc()) - start;
1766 int frame_complete = ((intptr_t)__ pc()) - start; // not complete, period
1789 intptr_t start = (intptr_t)__ pc();
1995 int vep_offset = ((intptr_t)__ pc()) - start;
2016 int frame_complete = ((intptr_t)__ pc())
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp978 address pc = thread->exception_pc(); variable
979 nm = CodeCache::find_nmethod(pc);
1001 if (nm->is_deopt_pc(pc)) {
1006 // Adjust the pc back to the original throwing pc
1007 pc = deoptee.pc();
1018 force_unwind ? NULL : nm->handler_for_exception_and_pc(exception, pc);
1022 handler_address = SharedRuntime::compute_compiled_exc_handler(nm, pc, exception, force_unwind, true);
1028 nm->add_handler_for_exception_and_pc(exception,pc,handler_addres
[all...]
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.cpp261 tty->print_cr( "WARNING, maps not sorted: pc[%d]=%d, pc[%d]=%d",
335 OopMap* map = cb->oop_map_for_return_address(fr->pc());
343 ScopeDesc* scope = nm->scope_desc_at(fr->pc());
372 OopMap* map = cb->oop_map_for_return_address(fr->pc());
488 address pc = fr->pc(); local
490 OopMap* map = cb->oop_map_for_return_address(pc);
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.cpp184 pDCD = (pDynamicCodeData) masm->pc();
357 return frame(sp, fp, epc.pc());
473 // Note: it may be unsafe to inspect memory near pc. For example, pc may
476 address pc = (address)uc->REG_PC; local
477 st->print_cr("Instructions: (pc=" PTR_FORMAT ")", pc);
478 print_hex_dump(st, pc - 32, pc + 32, sizeof(char));
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXString.java555 int pc = prefix.length();
558 if ((toffset < 0) || (toffset > tlim - pc))
563 while (--pc >= 0)
H A DXStringForFSB.java617 int pc = prefix.length();
620 if ((toffset < 0) || (toffset > m_length - pc))
625 while (--pc >= 0)
/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.hpp63 // not finished setting up their frame. Beware of pc's in
386 bool exception_address_is_unpack_entry(address pc) const {
388 return (pc == unpack_pc || (pc + frame::pc_return_offset) == unpack_pc);
404 // Alternate entry point for C1 where the exception and issuing pc
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.hpp317 address frame_pc() const { return _frame.pc(); }
401 _frame.pc(), decode_offset);
424 // since the pc might not be exact due to the _last_native_pc trick.
443 // Do not rely on scopeDesc since the pc might be unprecise due to the _last_native_pc trick.
446 PcDesc* pc_desc = nm()->pc_desc_at(_frame.pc());
469 // the pc would have already been slightly adjusted to
H A DvframeArray.hpp185 address original_pc() const { return _original.pc(); }
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DCodeBlob.java186 Address pc = returnAddress;
190 return getOopMaps().findMapAtOffset(pc.minus(codeBegin()), debugging);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJProgressBar.java530 double pc = (currentValue - model.getMinimum()) / span;
531 return pc;
/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DSubjectCodeSource.java212 PrincipalComparator pc =
216 if (!pc.implies(that.getSubject())) {
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Djhelper.d145 this->pc = arg0;
206 this->CodeCache_low <= this->pc && this->pc < this->CodeCache_high/
214 this->segment = (this->pc - this->CodeCache_low) >>
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Djhelper.d145 this->pc = arg0;
206 this->CodeCache_low <= this->pc && this->pc < this->CodeCache_high/
214 this->segment = (this->pc - this->CodeCache_low) >>
/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java412 System.err.println(m+": failed to create invokedynamic at "+i.pc);
423 int start = i.pc + 3, end = i2.pc;
424 System.arraycopy(i.codeBase, start, i.codeBase, i.pc, end-start);
430 //System.out.println(new Instruction(i.codeBase, i2.pc-3));
1782 int pc; field in class:Indify.Instruction
1787 Instruction(byte[] codeBase, int pc) { argument
1789 init(pc);
1798 private Instruction init(int pc) { argument
1799 this.pc
[all...]
/openjdk7/jdk/src/share/classes/sun/misc/
H A DProxyGenerator.java885 short pc, tryBegin = 0, tryEnd;
945 tryEnd = pc = (short) minfo.code.size();
952 tryBegin, tryEnd, pc,
958 pc = (short) minfo.code.size();
961 tryBegin, tryEnd, pc, cp.getClass("java/lang/Throwable")));
1173 short pc, tryBegin = 0, tryEnd;
1185 tryEnd = pc = (short) minfo.code.size();
1188 tryBegin, tryEnd, pc,
1210 pc = (short) minfo.code.size();
1213 tryBegin, tryEnd, pc,
[all...]
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DForkJoinPool.java978 int pc = parallelism;
1001 else if ((tc = (short)(u >>> UTC_SHIFT)) >= 0 && ac + pc > 1) {
1006 else if (tc + pc < MAX_ID) {
1876 int pc = parallelism;
1878 int tc = pc + (short)(c >>> TC_SHIFT);
1879 int rc = pc + (int)(c >> AC_SHIFT);
1890 ", parallelism = " + pc +
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DFrame.java60 protected Address pc; field in class:Frame
111 /** pc: Returns the pc at which this frame will continue normally.
114 public Address getPC() { return pc; }
115 public void setPC(Address newpc) { pc = newpc; }

Completed in 137 milliseconds

1234567891011>>