Searched refs:pc (Results 76 - 100 of 299) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DvtableStubs_sparc.cpp69 address npe_addr = __ pc();
96 address ame_addr = __ pc(); // if the vtable entry is null, the method is abstract
112 (int)(s->code_end() - __ pc()));
114 guarantee(__ pc() <= s->code_end(), "overflowed buffer");
117 assert(vtable_index > 10 || __ pc() + slop <= s->code_end(), "room for sethi;add");
143 address npe_addr = __ pc();
184 address ame_addr = __ pc(); // if the vtable entry is null, the method is abstract
204 (int)(s->code_end() - __ pc()));
206 guarantee(__ pc() <= s->code_end(), "overflowed buffer");
209 assert(itable_index > 10 || __ pc()
[all...]
H A DjniFastGetField_sparc.cpp60 address fast_entry = __ pc();
74 speculative_load_pclist[count] = __ pc();
91 slowcase_entry_pclist[count++] = __ pc();
139 address fast_entry = __ pc();
155 speculative_load_pclist[count++] = __ pc();
158 speculative_load_pclist[count] = __ pc();
162 speculative_load_pclist[count] = __ pc();
181 slowcase_entry_pclist[count-1] = __ pc();
182 slowcase_entry_pclist[count++] = __ pc() ;
184 slowcase_entry_pclist[count++] = __ pc();
[all...]
H A Dicache_sparc.cpp35 address start = __ pc();
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.inline.hpp41 inline frame::frame(intptr_t* sp, intptr_t* fp, address pc) { argument
45 _pc = pc;
46 assert(pc != NULL, "no pc?");
47 _cb = CodeCache::find_blob(pc);
59 inline frame::frame(intptr_t* sp, intptr_t* unextended_sp, intptr_t* fp, address pc) { argument
63 _pc = pc;
64 assert(pc != NULL, "no pc?");
65 _cb = CodeCache::find_blob(pc);
[all...]
H A DvtableStubs_x86_32.cpp77 address npe_addr = __ pc();
110 address ame_addr = __ pc();
119 (int)(s->code_end() - __ pc()));
121 guarantee(__ pc() <= s->code_end(), "overflowed buffer");
124 assert(vtable_index > 10 || __ pc() + slop <= s->code_end(), "room for 32-bit offset");
154 address npe_addr = __ pc();
184 address ame_addr = __ pc();
195 (int)(s->code_end() - __ pc()));
197 guarantee(__ pc() <= s->code_end(), "overflowed buffer");
200 assert(itable_index > 10 || __ pc()
[all...]
H A DvtableStubs_x86_64.cpp69 address npe_addr = __ pc();
103 address ame_addr = __ pc();
112 (int)(s->code_end() - __ pc()));
114 guarantee(__ pc() <= s->code_end(), "overflowed buffer");
117 assert(vtable_index > 10 || __ pc() + slop <= s->code_end(), "room for 32-bit offset");
150 address npe_addr = __ pc();
188 address ame_addr = __ pc();
200 (int)(s->code_end() - __ pc()));
202 guarantee(__ pc() <= s->code_end(), "overflowed buffer");
205 assert(itable_index > 10 || __ pc()
[all...]
H A Dinterpreter_x86_32.cpp57 address entry = __ pc();
86 address entry_point = __ pc();
116 address entry_point = __ pc();
228 address entry_point = __ pc();
H A Dframe_x86.hpp35 // A frame is comprised of {pc, fp, sp}
51 // [return pc ]
66 // [return pc ] (return to frame manager)
75 // [return pc ] (return to callee of frame manager [1]
84 // manager actually installs a dummy pc pointing to RecursiveInterpreterActivation
184 frame(intptr_t* sp, intptr_t* fp, address pc);
186 frame(intptr_t* sp, intptr_t* unextended_sp, intptr_t* fp, address pc);
/openjdk7/jdk/test/java/security/PermissionCollection/
H A DConcurrent.java77 final PermissionCollection pc = perm[0].newPermissionCollection();
88 pc.add(perm[j]);
101 boolean result = pc.implies(perm[perm.length-1]);
106 synchronized (pc) {
107 Enumeration en = pc.elements();
123 final Permissions pc = new Permissions();
135 pc.add(permlist[j][k]);
147 boolean result = pc.implies(permlist[j][0]);
153 synchronized (pc) {
154 Enumeration en = pc
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DNMethod.java271 public boolean isDeoptPc (Address pc) { return isDeoptEntry(pc) || isDeoptMhEntry(pc); } argument
272 public boolean isDeoptEntry (Address pc) { return pc == deoptHandlerBegin(); } argument
273 public boolean isDeoptMhEntry (Address pc) { return pc == deoptMhHandlerBegin(); } argument
293 /** Finds a PCDesc with real-pc equal to "pc" */
294 public PCDesc getPCDescAt(Address pc) { argument
306 getScopeDescAt(Address pc) argument
318 getPCDescNearDbg(Address pc) argument
340 getScopeDescNearDbg(Address pc) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DCDebugger.java51 public LoadObject loadObjectContainingPC(Address pc) throws DebuggerException; argument
/openjdk7/hotspot/src/share/vm/code/
H A Djvmticmlr.h42 * for every pc address what are the methods on the invocation stack.
84 * stack at a specific pc address of a compiled method. Each element in
88 void* pc; /* the pc address for this compiled method */ member in struct:_PCStackInfo
95 * Record that contains inlining information for each pc address of
100 jint numpcs; /* number of pc descriptors in this nmethod */
101 PCStackInfo* pcinfo; /* array of numpcs pc descriptors */
/openjdk7/hotspot/src/share/vm/prims/
H A DjniFastGetField.hpp89 // If pc is in speculative_load_pclist, return the corresponding
90 // slow case entry pc. Otherwise, return -1.
99 static address find_slowcase_pc(address pc);
/openjdk7/jdk/src/share/javavm/export/
H A Djvmticmlr.h42 * for every pc address what are the methods on the invocation stack.
84 * stack at a specific pc address of a compiled method. Each element in
88 void* pc; /* the pc address for this compiled method */ member in struct:_PCStackInfo
95 * Record that contains inlining information for each pc address of
100 jint numpcs; /* number of pc descriptors in this nmethod */
101 PCStackInfo* pcinfo; /* array of numpcs pc descriptors */
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DCode.java1080 /** Place a byte into code at address pc. Pre: pc + 1 <= cp.
1082 private void put1(int pc, int op) { argument
1083 code[pc] = (byte)op;
1086 /** Place two bytes into code at address pc. Pre: pc + 2 <= cp.
1088 private void put2(int pc, int od) { argument
1089 // pre: pc + 2 <= cp
1090 put1(pc, od >> 8);
1091 put1(pc
1096 put4(int pc, int od) argument
1106 get1(int pc) argument
1112 get2(int pc) argument
1118 get4(int pc) argument
1182 int pc; field in class:Code.StackMapFrame
1236 emitCLDCStackMap(int pc, int localsSize) argument
1270 emitStackMapFrame(int pc, int localsSize) argument
1368 public final int pc; field in class:Code.Chain
1383 Chain(int pc, Chain next, Code.State state) argument
1773 dump(int pc) argument
[all...]
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp349 return frame(sp, fp, epc.pc());
452 address pc = NULL; local
456 pc = (address) os::Bsd::ucontext_get_pc(uc);
458 if (pc == (address) Fetch32PFI) {
463 if (pc == (address) FetchNPFI) {
482 stub = SharedRuntime::continuation_for_implicit_exception(thread, pc, SharedRuntime::STACK_OVERFLOW);
523 stub = SharedRuntime::get_poll_stub(pc);
536 CodeBlob* cb = CodeCache::find_blob_unsafe(pc);
550 pc,
555 int op = pc[
650 address pc = os::Bsd::ucontext_get_pc(uc); local
1072 address pc = os::Bsd::ucontext_get_pc(uc); local
[all...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp192 pc); \
199 opcode = *pc; \
216 opcode = *pc; \
224 opcode = *pc; \
239 #define UPDATE_PC(opsize) {pc += opsize; }
241 * UPDATE_PC_AND_TOS - Macro for updating the pc and topOfStack.
245 {pc += opsize; MORE_STACK(stack); }
248 * UPDATE_PC_AND_TOS_AND_CONTINUE - Macro for updating the pc and topOfStack,
255 pc += opsize; opcode = *pc; MORE_STAC
486 register address pc = istate->bcp(); local
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/x86/
H A DX86Frame.java97 // an additional field beyond sp and pc:
105 if ( pc != null) {
106 // Look for a deopt pc and if it is deopted convert to original pc
107 CodeBlob cb = VM.getVM().getCodeCache().findBlob(pc);
110 if (pc.equals(nm.deoptHandlerBegin())) {
114 // adjust pc if frame is deoptimized.
115 pc = this.getUnextendedSP().getAddressAt(nm.origPCOffset());
122 public X86Frame(Address raw_sp, Address raw_fp, Address pc) { argument
126 this.pc
154 X86Frame(Address raw_sp, Address raw_unextendedSp, Address raw_fp, Address pc) argument
[all...]
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp231 return frame(sp, fp, epc.pc());
433 address pc = NULL; local
438 pc = (address) uc->uc_mcontext.gregs[REG_PC];
441 if (pc == (address) Fetch32PFI) {
446 if (pc == (address) FetchNPFI) {
460 stub = SharedRuntime::continuation_for_implicit_exception(thread, pc, SharedRuntime::STACK_OVERFLOW);
482 stub = SharedRuntime::get_poll_stub(pc);
488 CodeBlob* cb = CodeCache::find_blob_unsafe(pc);
497 stub = SharedRuntime::continuation_for_implicit_exception(thread, pc, SharedRuntime::IMPLICIT_DIVIDE_BY_ZERO);
502 stub = SharedRuntime::continuation_for_implicit_exception(thread, pc, SharedRuntim
576 address pc = (address) uc->uc_mcontext.gregs[REG_PC]; local
794 address pc = epc.pc(); local
[all...]
H A Dthread_solaris_x86.cpp66 // Something would really have to be screwed up to get a NULL pc
68 if (addr.pc() == NULL ) {
69 assert(false, "NULL pc from signal handler!");
89 frame ret_frame(ret_sp, ret_fp, addr.pc());
/openjdk7/jdk/src/share/classes/javax/swing/
H A DSpringLayout.java891 Constraints pc = getConstraints(p);
893 pc.setX(Spring.constant(0));
894 pc.setY(Spring.constant(0));
904 Spring width = pc.getWidth();
906 pc.setWidth(Spring.constant(0, 0, Integer.MAX_VALUE));
908 Spring height = pc.getHeight();
910 pc.setHeight(Spring.constant(0, 0, Integer.MAX_VALUE));
965 Constraints pc = getConstraints(parent);
966 return addInsets(abandonCycles(pc.getWidth()).getMinimumValue(),
967 abandonCycles(pc
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/amd64/
H A DBsdAMD64CFrame.java44 return dbg.lookup(dbg.getAddressValue(pc()));
47 public Address pc() { method in class:BsdAMD64CFrame
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/amd64/
H A DLinuxAMD64CFrame.java44 return dbg.lookup(dbg.getAddressValue(pc()));
47 public Address pc() { method in class:LinuxAMD64CFrame
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCodeBuffer.hpp62 void *result = masm()->pc();
89 void *dst = masm()->pc();
/openjdk7/jdk/test/java/lang/Math/
H A DCubeRootTests.java230 // {nextDown(nextDown(pc)),
231 // nextDown(pc),
232 // pc,
233 // nextUp(pc),
234 // nextUp(nextUp(pc))}
245 double pc = FpUtils.scalb(1.0, 3*i);
247 pcNeighbors[2] = pc;
248 pcNeighbors[1] = FpUtils.nextDown(pc);
250 pcNeighbors[3] = FpUtils.nextUp(pc);
284 double pc
[all...]

Completed in 129 milliseconds

1234567891011>>