Searched refs:pc (Results 176 - 200 of 299) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBindInfo.java295 BIXPluginCustomization pc = (BIXPluginCustomization) d;
296 pc.markAsAcknowledged();
297 if(!Ring.get(Model.class).options.pluginURIs.contains(pc.getName().getNamespaceURI()))
301 r.add(new CPluginCustomization(pc.element,pc.getLocation()));
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp97 address entry = __ pc();
117 address entry = __ pc();
132 address entry = __ pc();
146 address entry = __ pc();
159 address compiled_entry = __ pc();
161 address entry = __ pc();
216 address entry = __ pc();
236 address entry = __ pc();
267 address entry = __ pc();
276 address entry = __ pc();
[all...]
H A DnativeInst_sparc.hpp147 static int call_instruction(address destination, address pc) { return Assembler::op(Assembler::call_op) | Assembler::wdisp((intptr_t)destination, (intptr_t)pc, 30); } argument
245 static intptr_t data64( address pc, int arith_insn ) { argument
246 assert(is_op2(*(unsigned int *)pc, Assembler::sethi_op2), "must be sethi");
247 intptr_t hi = (intptr_t)gethi( (unsigned int *)pc );
288 static address gethi( unsigned int *pc ) {
292 assert(is_op2(*pc, Assembler::sethi_op2), "in gethi - must be sethi");
293 adr = (unsigned int)Assembler::inv_hi22( *(pc++) );
297 if ( (int)*pc == nop_instruction() ) break;
298 assert ( Assembler::inv_op(*pc)
[all...]
H A Dframe_sparc.cpp249 // We must always be able to find a recognizable pc
313 // stale pc. So if the sender blob is not something we'd expect we have little choice but to declare
345 frame::frame(intptr_t* sp, unpatchable_t, address pc, CodeBlob* cb) { argument
351 _pc = pc;
354 assert(pc == NULL && cb == NULL || pc != NULL, "can't have a cb and no pc!");
361 // Without a valid unextended_sp() we can't convert the pc to "original"
381 // In case of native stubs, the pc retrieved here might be
422 return Interpreter::contains(pc());
552 patch_pc(Thread* thread, address pc) argument
[all...]
H A Dinterpreter_sparc.cpp90 address entry = __ pc();
97 // make sure the interpreter frame we've pushed has a valid return pc
140 address entry = __ pc();
147 // make sure the interpreter frame we've pushed has a valid return pc
247 address entry = __ pc();
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp59 address entry = __ pc();
89 address entry = __ pc();
101 address entry = __ pc();
117 address entry = __ pc();
144 address entry = __ pc();
154 address entry = __ pc();
222 address entry = __ pc();
281 address entry = __ pc();
326 address entry = __ pc();
641 address entry_point = __ pc();
[all...]
H A DtemplateInterpreter_x86_64.cpp59 address entry = __ pc();
90 address entry = __ pc();
106 address entry = __ pc();
126 address entry = __ pc();
160 address entry = __ pc();
169 address entry = __ pc();
207 address entry = __ pc();
251 address entry = __ pc();
277 address entry = __ pc();
611 address entry_point = __ pc();
[all...]
H A DstubGenerator_x86_64.cpp78 address pc = thread->saved_exception_pc(); local
79 // pc is the instruction which we must emulate
82 address npc = Assembler::locate_next_instruction(pc);
233 address start = __ pc();
342 return_address = __ pc();
438 address start = __ pc();
482 // rdx: throwing pc
484 // NOTE: At entry of this stub, exception-pc must be on stack !!
488 address start = __ pc();
492 // becomes the throwing pc
[all...]
H A Dc1_CodeStubs_x86.cpp281 address being_initialized_entry = __ pc();
287 address start = __ pc();
307 address end_of_patch = __ pc();
347 int being_initialized_entry_offset = __ pc() - being_initialized_entry + sizeof_patch_record;
354 address patch_info_pc = __ pc();
357 address entry = __ pc();
371 assert(_patch_info_offset == (patch_info_pc - __ pc()), "must not change");
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c47 uint64_t new_pc; /* pc for the next frame */
113 uintptr_t pc; member in struct:frame
123 uint64_t pc; member in struct:Nmethod_t
446 J->prev_fr.pc = 0;
855 /* Finds a PcDesc with real-pc equal to N->pc */
877 pc_diff = real_pc - N->pc;
1000 uint64_t pc,
1012 fprintf(stderr, "name_for_nmethod: BEGIN: nmethod: %#llx, pc: %#llx\n", nm, pc);
998 name_for_nmethod(jvm_agent_t* J, uint64_t nm, uint64_t pc, uint64_t methodOop, char *result, size_t size, Jframe_t *jframe ) argument
1147 name_for_codecache(jvm_agent_t* J, uint64_t fp, uint64_t pc, char * result, size_t size, Jframe_t *jframe, int* is_interpreted) argument
1341 uintptr_t pc; local
[all...]
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c47 uint64_t new_pc; /* pc for the next frame */
113 uintptr_t pc; member in struct:frame
123 uint64_t pc; member in struct:Nmethod_t
446 J->prev_fr.pc = 0;
855 /* Finds a PcDesc with real-pc equal to N->pc */
877 pc_diff = real_pc - N->pc;
1000 uint64_t pc,
1012 fprintf(stderr, "name_for_nmethod: BEGIN: nmethod: %#llx, pc: %#llx\n", nm, pc);
998 name_for_nmethod(jvm_agent_t* J, uint64_t nm, uint64_t pc, uint64_t methodOop, char *result, size_t size, Jframe_t *jframe ) argument
1147 name_for_codecache(jvm_agent_t* J, uint64_t fp, uint64_t pc, char * result, size_t size, Jframe_t *jframe, int* is_interpreted) argument
1341 uintptr_t pc; local
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp215 ExceptionCache::ExceptionCache(Handle exception, address pc, address handler) { argument
216 assert(pc != NULL, "Must be non null");
224 add_address_and_handler(pc,handler);
228 address ExceptionCache::match(Handle exception, address pc) { argument
229 assert(pc != NULL,"Must be non null");
232 return (test_address(pc));
289 static inline bool match_desc(PcDesc* pc, int pc_offset, bool approximate) { argument
292 return pc->pc_offset() == pc_offset;
294 return (pc-1)->pc_offset() < pc_offset && pc_offset <= pc
404 handler_for_exception_and_pc(Handle exception, address pc) argument
420 add_handler_for_exception_and_pc(Handle exception, address pc, address handler) argument
1027 is_at_poll_return(address pc) argument
1037 is_at_poll_or_poll_return(address pc) argument
1084 scope_desc_at(address pc) argument
1960 find_pc_desc_internal(address pc, bool approximate) argument
2118 continuation_for_implicit_exception(address pc) argument
2157 nmethodLocker(address pc) argument
2677 address pc = base + om->offset(); local
[all...]
H A Dstubs.cpp92 Stub* StubQueue::stub_containing(address pc) const {
93 if (contains(pc)) {
95 if (stub_contains(s, pc)) return s;
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp529 address SharedRuntime::get_poll_stub(address pc) { argument
532 CodeBlob *cb = CodeCache::find_blob(pc);
535 assert( cb && cb->is_nmethod(), "safepoint polling: pc must refer to an nmethod" );
538 assert( ((nmethod*)cb)->is_at_poll_or_poll_return(pc),
541 assert( ((NativeInstruction*)pc)->is_safepoint_poll(),
544 bool at_poll_return = ((nmethod*)cb)->is_at_poll_return(pc);
563 "... found polling page %s exception at pc = "
566 (intptr_t)pc, (intptr_t)stub);
699 tty->print_cr("MISSING EXCEPTION HANDLER for pc " INTPTR_FORMAT " and handler bci %d", ret_pc, handler_bci);
750 address pc,
749 continuation_for_implicit_exception(JavaThread* thread, address pc, SharedRuntime::ImplicitExceptionKind exception_kind) argument
1536 address pc = caller.pc(); local
[all...]
H A Dfprofiler.hpp246 // Returns the start address for a given pc
248 static address bucket_start_for(address pc);
253 // pc belongs to.
254 static int bucket_count_for(address pc);
/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.hpp543 #define NEW_C_HEAP_ARRAY2(type, size, memflags, pc)\
544 (type*) (AllocateHeap((size) * sizeof(type), memflags, pc))
546 #define REALLOC_C_HEAP_ARRAY2(type, old, size, memflags, pc)\
547 (type*) (ReallocateHeap((char*)old, (size) * sizeof(type), memflags, pc))
549 #define NEW_C_HEAP_OBJ2(type, memflags, pc)\
550 NEW_C_HEAP_ARRAY2(type, 1, memflags, pc)
/openjdk7/jdk/test/com/sun/security/sasl/ntlm/
H A DNTLMTest.java114 Map<String,Object> pc = new HashMap<>();
115 pc.put("com.sun.security.sasl.ntlm.version", vc);
119 new String[]{MECH}, USER1, PROTOCOL, null, pc,
159 Map<String,Object> pc = new HashMap<>();
160 pc.put("com.sun.security.sasl.ntlm.hostname", "this.is.com");
162 new String[]{MECH}, USER1, PROTOCOL, null, pc,
/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp135 // this only returns whether a pc is within generated code for the interpreter.
136 static bool contains(address pc) { return _code != NULL && _code->contains(pc); } argument
H A DabstractInterpreter.hpp237 static bool in_native_entry(address pc) { return _native_entry_begin <= pc && pc < _native_entry_end; } argument
/openjdk7/hotspot/src/os/posix/vm/
H A Dos_posix.cpp70 while (n > 0 && fr.pc() &&
76 return fr.pc();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicCDebugInfoDataBase.java230 public BlockSym debugInfoForPC(Address pc) { argument
231 return searchBlocks(pc, 0, blocks.size() - 1);
242 public LineNumberInfo lineNumberForPC(Address pc) throws DebuggerException { argument
243 return lineNumbers.lineNumberForPC(pc);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DJavaThread.java139 Address pc = lastJavaPCField.getValue(addr.addOffsetTo(anchorField.getOffset()));
140 return pc;
151 /** Abstract accessor to last Java pc, implemented by
438 Address pc = fr.getPC();
441 if (pc == null) {
/openjdk7/hotspot/src/share/vm/prims/
H A Dforte.cpp137 if (thread->has_last_Java_frame() && thread->last_Java_pc() == fr->pc()) {
139 // the actual pc reported by the frame.
140 PcDesc* pc_desc = nm->pc_desc_at(fr->pc());
149 // We're at some random pc in the nmethod so search for the PcDesc
150 // whose pc is greater than the current PC. It's done this way
154 PcDesc* pc_desc = nm->pc_desc_near(fr->pc() + 1);
159 // No debug information available for this pc
164 // This PcDesc is useful however we must adjust the frame's pc
165 // so that the vframeStream lookups will use this same pc
333 // If it isn't decipherable then we have found a pc tha
[all...]
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngwutil.c2936 int a, b, c, pa, pb, pc, p; local
2943 pc = a - c;
2947 pb = abs(pc);
2948 pc = abs(p + pc);
2951 pb = pc < 0 ? -pc : pc;
2952 pc = (p + pc) <
3013 int a, b, c, pa, pb, pc, p; local
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DAlphaPaintPipe.java65 public TileContext(SunGraphics2D sg, PaintContext pc) { argument
67 paintCtxt = pc;
68 paintModel = pc.getColorModel();

Completed in 1003 milliseconds

1234567891011>>