Searched defs:info (Results 176 - 200 of 292) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/os_cpu/bsd_zero/vm/
H A Dos_bsd_zero.cpp120 siginfo_t* info,
133 // invoked with junk info/ucVoid. To avoid unnecessary crash when
139 if (os::Bsd::chained_handler(sig, info, ucVoid)) {
164 if (info != NULL && thread != NULL) {
167 address addr = (address) info->si_addr;
226 os::is_memory_serialize_page(thread, (address) info->si_addr)) {
234 if (os::Bsd::chained_handler(sig, info, ucVoid)) {
261 sprintf(buf, fmt, sig, info->si_addr);
119 JVM_handle_bsd_signal(int sig, siginfo_t* info, void* ucVoid, int abort_if_unrecognized) argument
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp215 siginfo_t* info,
227 // JVM_handle_linux_signal() might be invoked with junk info/ucVoid. To
233 if (os::Linux::chained_handler(sig, info, ucVoid)) {
259 if (info == NULL || info->si_code <= 0 || info->si_code == SI_NOINFO) {
261 info = NULL;
263 assert(sig == info->si_signo, "bad siginfo");
272 if (info != NULL && uc != NULL && thread != NULL) {
288 address addr = (address) info
214 JVM_handle_linux_signal(int sig, siginfo_t* info, void* ucVoid, int abort_if_unrecognized) argument
[all...]
/openjdk7/hotspot/src/os_cpu/linux_zero/vm/
H A Dos_linux_zero.cpp115 siginfo_t* info,
128 // invoked with junk info/ucVoid. To avoid unnecessary crash when
134 if (os::Linux::chained_handler(sig, info, ucVoid)) {
159 if (info != NULL && thread != NULL) {
162 address addr = (address) info->si_addr;
219 os::is_memory_serialize_page(thread, (address) info->si_addr)) {
227 if (os::Linux::chained_handler(sig, info, ucVoid)) {
114 JVM_handle_linux_signal(int sig, siginfo_t* info, void* ucVoid, int abort_if_unrecognized) argument
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp441 ExceptionInfo* info = info_list->at(i); local
442 XHandlers* handlers = info->exception_handlers();
478 exception_handler_table()->add_subtable(info->pco(), bcis, scope_depths, pcos);
H A Dc1_LIRAssembler.cpp55 void LIR_Assembler::patching_epilog(PatchingStub* patch, LIR_PatchCode patch_code, Register obj, CodeEmitInfo* info) { argument
60 patch->install(_masm, patch_code, obj, info);
64 Bytecodes::Code code = info->scope()->method()->java_code_at_bci(info->stack()->bci());
316 //----------------------------------debug info--------------------------------
319 void LIR_Assembler::add_debug_info_for_branch(CodeEmitInfo* info) { argument
323 info->record_debug_info(compilation()->debug_info_recorder(), pc_offset);
324 if (info->exception_handlers() != NULL) {
325 compilation()->add_exception_handlers_for_pco(pc_offset, info->exception_handlers());
355 // Got some old debug info
424 add_debug_info_for_div0_here(CodeEmitInfo* info) argument
425 add_debug_info_for_div0(code_offset(), info); local
796 move_op(LIR_Opr src, LIR_Opr dest, BasicType type, LIR_PatchCode patch_code, CodeEmitInfo* info, bool pop_fpu_stack, bool unaligned, bool wide) argument
842 verify_oop_map(CodeEmitInfo* info) argument
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.cpp694 jdk_version_info info; local
705 (*func)(&info, sizeof(info));
707 int major = JDK_VERSION_MAJOR(info.jdk_version);
708 int minor = JDK_VERSION_MINOR(info.jdk_version);
709 int micro = JDK_VERSION_MICRO(info.jdk_version);
710 int build = JDK_VERSION_BUILD(info.jdk_version);
717 _current = JDK_Version(major, minor, micro, info.update_version,
718 info.special_update_version, build,
719 info
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DHandlerChainsModel.java179 HandlerAnnotationInfo info = new HandlerAnnotationInfo();
307 info.setHandlers(handlerChain);
308 info.setRoles(roles);
309 return info;
312 public HandlerAnnotationInfo getHandlersForPortInfo(PortInfo info){ argument
321 JAXWSUtils.matchQNames(info.getServiceName(), hchain.getServiceNamePattern()) ||
322 JAXWSUtils.matchQNames(info.getPortName(), hchain.getPortNamePattern()) ||
323 hchain.getProtocolBindings().contains(info.getBindingID()) ){
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_Ports.c77 snd_ctl_card_info_t* info; local
83 snd_ctl_card_info_malloc(&info);
102 snd_ctl_card_info_free(info);
H A DPLATFORM_API_LinuxOS_ALSA_Ports.c77 snd_ctl_card_info_t* info; local
83 snd_ctl_card_info_malloc(&info);
102 snd_ctl_card_info_free(info);
H A DPLATFORM_API_SolarisOS_PCM.c158 audio_info_t info; member in struct:__anon951
178 SolPcmInfo* info; local
186 info = (SolPcmInfo*) malloc(sizeof(SolPcmInfo));
187 if (!info) {
191 memset(info, 0, sizeof(SolPcmInfo));
192 info->frameSize = frameSize;
193 info->fd = -1;
207 info->fd = open(desc.path, openMode);
209 if (info->fd < 0) {
211 free(info);
272 SolPcmInfo* info = (SolPcmInfo*) id; local
301 SolPcmInfo* info = (SolPcmInfo*) id; local
330 SolPcmInfo* info = (SolPcmInfo*) id; local
350 resetErrorFlagAndAdjustPosition(SolPcmInfo* info, int isSource, int count) argument
422 SolPcmInfo* info = (SolPcmInfo*) id; local
440 SolPcmInfo* info = (SolPcmInfo*) id; local
458 SolPcmInfo* info = (SolPcmInfo*) id; local
466 SolPcmInfo* info = (SolPcmInfo*) id; local
486 getDevicePosition(SolPcmInfo* info, int isSource) argument
509 SolPcmInfo* info = (SolPcmInfo*) id; local
537 SolPcmInfo* info = (SolPcmInfo*) id; local
582 SolPcmInfo* info = (SolPcmInfo*) id; local
600 SolPcmInfo* info = (SolPcmInfo*) id; local
[all...]
H A DPLATFORM_API_SolarisOS_Ports.c166 PortInfo* info = NULL; local
180 info = (PortInfo*) malloc(sizeof(PortInfo));
181 if (info != NULL) {
182 memset(info, 0, sizeof(PortInfo));
183 info->fd = fd;
190 PORT_Close((void*) info);
191 info = NULL;
193 return info;
199 PortInfo* info = (PortInfo*) id; local
200 if (info
216 PortInfo* info = (PortInfo*) id; local
257 isSourcePort(PortInfo* info, INT32 portIndex) argument
262 PortInfo* info = (PortInfo*) id; local
274 getPortName(PortInfo* info, INT32 portIndex) argument
286 PortInfo* info = (PortInfo*) id; local
300 createPortControl(PortInfo* info, PortControlCreator* creator, INT32 portIndex, INT32 type, void** controlObjects, int* controlCount) argument
358 addCompoundControl(PortInfo* info, PortControlCreator* creator, char* name, void** controlObjects, int* controlCount) argument
374 addAllControls(PortInfo* info, PortControlCreator* creator, void** controlObjects, int* controlCount) argument
387 PortInfo* info = (PortInfo*) id; local
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DAttributeWriter.java114 byte[] data = attr.info;
125 println("length = 0x" + toHex(attr.info.length));
292 InnerClasses_attribute.Info info = attr.classes[i];
294 AccessFlags access_flags = info.inner_class_access_flags;
309 if (info.inner_name_index!=0) {
310 print("#" + info.inner_name_index + "= ");
312 print("#" + info.inner_class_info_index);
313 if (info.outer_class_info_index != 0) {
314 print(" of #" + info.outer_class_info_index);
317 if (info
333 getInnerName(ConstantPool constant_pool, InnerClasses_attribute.Info info) argument
454 getSignature(Signature_attribute info) argument
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_class.c121 ClassInfo *info; local
123 info = (ClassInfo*)table_get_info(gdata->class_table, index);
124 return info;
130 ClassInfo *info; local
133 info = get_info(index);
134 info->serial_num = gdata->class_serial_number_counter++;
135 info->method_count = 0;
136 info->inst_size = -1;
137 info->field_count = -1;
138 info
198 delete_classref(JNIEnv *env, ClassInfo *info, jclass klass) argument
224 ClassInfo *info; local
254 ClassInfo *info; local
290 ClassInfo *info; local
304 ClassInfo *info; local
370 ClassInfo *info; local
384 ClassInfo *info; local
393 ClassInfo *info; local
411 ClassInfo *info; local
460 ClassInfo *info; local
483 ClassInfo *info; local
496 ClassInfo *info; local
526 ClassInfo *info; local
555 ClassInfo *info; local
564 ClassInfo *info; local
573 ClassInfo *info; local
582 ClassInfo *info; local
591 ClassInfo *info; local
600 ClassInfo *info; local
621 ClassInfo *info; local
[all...]
H A Dhprof_reference.c93 RefInfo *info; local
95 info = (RefInfo*)table_get_info(gdata->reference_table, index);
96 return info;
180 dump_ref_info(RefInfo *info) argument
189 info->index,
190 info->flavor,
191 info->refKind,
192 info->primType,
193 info->object_index,
194 info
202 RefInfo *info; local
404 RefInfo *info; local
589 RefInfo *info; local
733 RefInfo info; local
753 RefInfo info; local
776 RefInfo info; local
[all...]
/openjdk7/jdk/src/share/native/sun/awt/debug/
H A Ddebug_trace.c65 p_dtrace_info info = &DTraceInfo[tid]; local
68 strcpy(info->file, file);
69 info->line = line;
70 info->enabled = FALSE;
71 info->scope = scope;
104 p_dtrace_info info; local
108 info = DTrace_GetInfo(tid);
109 if ( info->scope == scope ) {
110 dbool_t sameFile = FileNamesSame(file, info->file);
111 dbool_t sameLine = info
180 p_dtrace_info info; local
196 p_dtrace_info info; local
[all...]
/openjdk7/jdk/test/java/security/Security/signedfirst/
H A Dexp.jar ... EXP extends java.security.Provider { private static String info public void " href="/source/s?defs=% ...
/openjdk7/jdk/src/solaris/bin/
H A Djava_md_common.c212 *ProcessDir(manifest_info *info, char *dirname) argument
237 info->jre_version)) && CheckSanity(dirname, dp->d_name))
269 LocateJRE(manifest_info* info) argument
280 if (info->jre_restrict_search) {
303 if ((target = ProcessDir(info, dp)) != NULL)
/openjdk7/langtools/test/tools/javac/tree/
H A DTreePosTest.java88 * errors can be displayed in a gui viewer. For info on command line args,
437 * Utility class providing easy access to position and other info for a tree node.
624 scroll(body, getMinPos(enclPanel.info, selfPanel.info));
639 private void addHighlight(Highlighter h, Info info, Color c) { argument
640 int start = info.start;
641 int end = info.end;
649 h.addHighlight(info.start, info.end,
651 if (info
720 setInfo(Info info) argument
739 Info info; field in class:TreePosTest.Viewer.InfoPanel
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/
H A DELFFileParser.java399 private int info; // Elf32_Word field in class:ELFFileParser.ELFFileImpl.ELFSectionHeaderImpl
424 info = readInt();
633 private byte info; // unsigned char field in class:ELFFileParser.ELFFileImpl.ELFSymbolImpl
652 info = readByte();
678 public int getBinding() { return info >> 4; }
679 public int getType() { return info & 0x0F; }
/openjdk7/jdk/src/share/classes/javax/swing/
H A DUIManager.java409 * UIManager.setLookAndFeel(info.getClassName());
451 * and feels. While this method allows a {@code null} {@code info},
454 * @param info a <code>LookAndFeelInfo</code> object that names the
458 public static void installLookAndFeel(LookAndFeelInfo info) { argument
462 newInfos[infos.length] = info;
/openjdk7/jdk/src/share/classes/java/beans/
H A DIntrospector.java609 private PropertyDescriptor[] getPropertyDescriptors(BeanInfo info) { argument
610 PropertyDescriptor[] descriptors = info.getPropertyDescriptors();
611 int index = info.getDefaultPropertyIndex();
1231 // Use explicit info, if available,
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DLogger.java144 * after the standard Level names ("severe", "warning", "info", etc.)
1168 public void info(String msg) { method in class:Logger
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageIO.java158 CacheInfo info = (CacheInfo)context.get(CacheInfo.class);
159 if (info == null) {
160 info = new CacheInfo();
161 context.put(CacheInfo.class, info);
163 return info;
434 String[] info(ImageReaderWriterSpi spi) {
440 String[] info(ImageReaderWriterSpi spi) {
446 String[] info(ImageReaderWriterSpi spi) {
451 abstract String[] info(ImageReaderWriterSpi spi); method in class:ImageIO.SpiInfo
468 Collections.addAll(s, spiInfo.info(sp
[all...]
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DRequiredModelMBean.java698 private String printModelMBeanInfo(ModelMBeanInfo info) { argument
700 if (info == null) {
708 info = modelMBeanInfo;
712 retStr.append("\nCLASSNAME: \t"+ info.getClassName());
713 retStr.append("\nDESCRIPTION: \t"+ info.getDescription());
718 info.getMBeanDescriptor());
725 final MBeanAttributeInfo[] attrInfo = info.getAttributes();
743 final MBeanConstructorInfo[] constrInfo = info.getConstructors();
762 final MBeanOperationInfo[] opsInfo = info.getOperations();
781 MBeanNotificationInfo[] notifInfo = info
2386 hasNotification(final ModelMBeanInfo info, final String notifName) argument
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DvmSymbols.cpp458 jlong info = intrinsic_info(id); local
461 return vmSymbols::SID( (info >> shift) & mask );
465 jlong info = intrinsic_info(id); local
468 return vmSymbols::SID( (info >> shift) & mask );
472 jlong info = intrinsic_info(id); local
475 return vmSymbols::SID( (info >> shift) & mask );
479 jlong info = intrinsic_info(id); local
482 return Flags( (info >> shift) & mask );

Completed in 278 milliseconds

1234567891011>>