Searched defs:tag (Results 76 - 100 of 201) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMUtils.java66 * Creates an element in the specified namespace, with the specified tag
70 * @param tag the tag
75 public static Element createElement(Document doc, String tag, String nsURI, argument
78 ? tag : prefix + ":" + tag;
/openjdk7/jdk/src/share/classes/sun/invoke/anon/
H A DConstantPoolPatch.java96 /** Report the tag at the given index in the constant pool. */
171 public void visitUTF8(int index, byte tag, String utf8) {
177 public void visitConstantValue(int index, byte tag, Object value) {
178 putConstantValue(index, tag, valueMap.get(value));
183 public void visitConstantString(int index, byte tag, String name, int nameIndex) {
184 if (tag == CONSTANT_Class) {
185 putConstantValue(index, tag, classMap.get(name));
188 assert(tag == CONSTANT_String);
189 visitConstantValue(index, tag, name);
204 void show(int index, byte tag, Objec
259 checkConstantTag(byte tag, Object value) argument
357 putConstantValue(int index, byte tag, Object value) argument
403 putMemberRef(int index, byte tag, String className, String memberName, String signature) argument
439 classForTag(byte tag) argument
[all...]
/openjdk7/jdk/src/share/classes/java/beans/
H A DXMLEncoder.java120 * The "object" tag denotes an <em>expression</em> whose value is
123 * The "void" tag denotes a <em>statement</em> which will
128 * unless they have the tag: "void".
140 * Elements with the "void" tag are executed using
162 * using the name of the primitive type as the tag. For example, an
191 * tag. The "class" and "length" attributes specify the
717 String tag = (expression && isArgument) ? "object" : "void";
725 tag = "array";
772 outputXML(tag, attributes, value, args);
775 private void outputXML(String tag, Strin argument
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTable.cpp177 u1 tag = _stream->get_u1(THREAD); local
178 if (tag < (u1)ITEM_UninitializedThis) {
179 return VerificationType::from_tag(tag);
181 if (tag == ITEM_Object) {
192 if (tag == ITEM_UninitializedThis) {
198 if (tag == ITEM_Uninitialized) {
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.cpp87 void CompileLog::see_tag(const char* tag, bool push) { argument
92 xmlStream::see_tag(tag, push);
94 void CompileLog::pop_tag(const char* tag) { argument
96 xmlStream::pop_tag(tag);
324 // Set XML tag as an optional marker - it is printed only if
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1ErgoVerbose.hpp46 // Each record is associated with a "tag" which is the combination of
48 // of verboseness at which the record should be printed. The tag is
54 // Determine which part of the tag is occupied by the level.
66 // Determines which part of the tag is occupied by the heuristic id.
85 static ErgoLevel extract_level(int tag) { argument
86 return (ErgoLevel) (tag & ErgoLevelMask);
89 static ErgoHeuristic extract_heuristic(int tag) { argument
90 return (ErgoHeuristic) (tag & ErgoHeuristicMask);
102 static bool enabled(int tag) { argument
103 ErgoLevel level = extract_level(tag);
[all...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A Drewriter.cpp47 int tag = _pool->tag_at(i).value(); local
48 switch (tag) {
237 constantTag tag = _pool->tag_at(cp_index).value(); local
238 if (tag.is_method_handle() || tag.is_method_type()) {
/openjdk7/hotspot/src/share/vm/memory/
H A DthreadLocalAllocBuffer.cpp279 void ThreadLocalAllocBuffer::print_stats(const char* tag) { argument
292 tag, thrd, thrd->osthread()->thread_id(),
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolKlass.cpp89 // initialize tag array
451 constantTag tag = cp->tag_at(i); local
453 if (tag.is_klass()) {
458 } else if (tag.is_unresolved_klass()) {
463 } else if (tag.is_symbol()) {
465 } else if (tag.is_unresolved_string()) {
473 } else if (tag.is_string()) {
483 } else if (tag.is_object()) {
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.hpp74 NamedCounter(const char *n, CounterTag tag = NoTag):
78 _tag(tag) {}
83 CounterTag tag() const { return _tag; } function in class:NamedCounter
84 void set_tag(CounterTag tag) { _tag = tag; } argument
317 static NamedCounter* new_named_counter(JVMState* jvms, NamedCounter::CounterTag tag);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DClassReader.java114 private Entry readRef(byte tag) throws IOException { argument
117 assert(e.tagMatches(tag));
121 private Entry readRefOrNull(byte tag) throws IOException { argument
123 assert(e == null || e.tagMatches(tag));
208 int tag = in.readByte();
209 switch (tag) {
240 fixups[fptr++] = tag;
249 fixups[fptr++] = tag;
254 throw new ClassFormatException("Bad constant pool tag " +
255 tag
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DWebRowSetXmlWriter.java96 // create a new stack for tag checking.
129 // create a new stack for tag checking.
458 * This begins a new tag with a indent
461 private void beginSection(String tag) throws java.io.IOException { argument
462 // store the current tag
463 setTag(tag);
468 writer.write("<" + tag + ">\n");
472 * This closes a tag started by beginTag with a indent
475 private void endSection(String tag) throws java.io.IOException { argument
484 if (tag
503 beginTag(String tag) argument
513 endTag(String tag) argument
524 emptyTag(String tag) argument
529 setTag(String tag) argument
602 propString(String tag, String s) argument
608 propInteger(String tag, int i) argument
614 propBoolean(String tag, boolean b) argument
[all...]
/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DWinGammaPlatformVC10.java50 tag("SccProjectName");
51 tag("SccLocalPath");
54 tag("Import", "Project", "$(VCTargetsPath)\\Microsoft.Cpp.Default.props");
63 tag("Import", "Project", "$(VCTargetsPath)\\Microsoft.Cpp.props");
68 tag("Import",
75 tag("PropertyGroup", "Label", "UserMacros");
86 tag(cfg, "CodeAnalysisRules");
87 tag(cfg, "CodeAnalysisRuleAssemblies");
116 tag("Import", "Project", "$(VCTargetsPath)\\Microsoft.Cpp.targets");
271 void tag(BuildConfi method in class:WinGammaPlatformVC10
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_CFGPrinter.cpp54 void print_begin(const char* tag);
55 void print_end(const char* tag);
134 void CFGPrinterOutput::print_begin(const char* tag) { argument
136 output()->print_cr("begin_%s", tag);
140 void CFGPrinterOutput::print_end(const char* tag) { argument
143 output()->print_cr("end_%s", tag);
/openjdk7/jdk/src/share/back/
H A DcommonRef.c85 /* Create a fresh RefNode structure, create a weak ref and tag the object */
106 /* Set tag on weakRef */
126 /* Delete a RefNode allocation, delete weak/global ref and clear tag */
133 /* Clear tag */
202 jlong tag; local
204 tag = NULL_OBJECT_ID;
205 error = JVMTI_FUNC_PTR(gdata->jvmti,GetTag)(gdata->jvmti, ref, &tag);
209 node = (RefNode*)jlong_to_ptr(tag);
H A Dinvoker.c674 jbyte tag; local
684 tag = 0;
716 tag = specificTypeKey(env, request->returnValue.l);
718 tag = returnTypeTag(request->methodSignature);
734 (void)outStream_writeValue(env, &out, tag, returnValue);
/openjdk7/hotspot/src/share/vm/utilities/
H A DconstantTag.hpp39 JVM_CONSTANT_InternalMin = 100, // First implementation tag (aside from bad value of course)
40 JVM_CONSTANT_UnresolvedClass = 100, // Temporary tag until actual use
41 JVM_CONSTANT_ClassIndex = 101, // Temporary tag while constructing constant pool
42 JVM_CONSTANT_UnresolvedString = 102, // Temporary tag until actual use
43 JVM_CONSTANT_StringIndex = 103, // Temporary tag while constructing constant pool
44 JVM_CONSTANT_UnresolvedClassInError = 104, // Error tag due to resolution error
46 JVM_CONSTANT_InternalMax = 105 // Last implementation tag
101 constantTag(jbyte tag) { argument
102 assert((tag >= 0 && tag <
[all...]
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassWriter.java125 String tag = val.substring(pos + 1, val.indexOf('>', pos));
126 attrTypesByTag.put(pfx + tag, key);
177 int tag = cpTagValue(c.getName());
178 setCPIndex(tag, c.getText().toString(), id);
179 switch (tag) {
188 public int findCPIndex(int tag, String name) { argument
193 return (ids == null) ? 0 : ids[tag];
196 public int getCPIndex(int tag, String name) { argument
197 //System.out.println("getCPIndex "+cpTagName(tag)+" "+name);
201 int id = findCPIndex(tag, nam
236 setCPIndex(int tag, String name, int id) argument
795 cpRef(int tag, String name) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DAnnotation.java79 int tag = cr.readUnsignedByte();
80 switch (tag) {
90 return new Primitive_element_value(cr, tag);
93 return new Enum_element_value(cr, tag);
96 return new Class_element_value(cr, tag);
99 return new Annotation_element_value(cr, tag);
102 return new Array_element_value(cr, tag);
105 throw new InvalidAnnotation("unrecognized tag: " + tag);
109 protected element_value(int tag) { argument
125 public final int tag; field in class:Annotation.element_value
129 Primitive_element_value(ClassReader cr, int tag) argument
148 Enum_element_value(ClassReader cr, int tag) argument
168 Class_element_value(ClassReader cr, int tag) argument
186 Annotation_element_value(ClassReader cr, int tag) argument
205 Array_element_value(ClassReader cr, int tag) argument
[all...]
H A DStackMapTable_attribute.java319 int tag = cr.readUnsignedByte();
320 switch (tag) {
328 return new verification_type_info(tag);
337 throw new InvalidStackMap("unrecognized verification_type_info tag");
341 protected verification_type_info(int tag) { argument
342 this.tag = tag;
349 public final int tag; field in class:StackMapTable_attribute.verification_type_info
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DMethodWriterImpl.java328 * Parse the &lt;Code&gt; tag and return the text.
330 protected String parseCodeTag(String tag){ argument
331 if(tag == null){
335 String lc = tag.toLowerCase();
339 return tag;
341 return tag.substring(begin + 6, end);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTargetType.java252 public static boolean isValidTargetTypeValue(int tag) { argument
256 if (((byte)tag) == ((byte)UNKNOWN.targetTypeValue))
259 return (tag >= 0 && tag < targets.length);
262 public static TargetType fromTargetTypeValue(int tag) { argument
266 if (((byte)tag) == ((byte)UNKNOWN.targetTypeValue))
269 if (tag < 0 || tag >= targets.length)
270 throw new IllegalArgumentException("Unknown TargetType: " + tag);
271 return targets[tag];
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DConstantWriter.java127 print("#" + info.reference_kind.tag + ":#" + info.reference_index);
185 int tag = cpInfo.getTag();
186 switch (tag) {
199 print(tagName(tag) + " " + stringValue(cpInfo));
207 String tagName(int tag) { argument
208 switch (tag) {
238 return "(unknown tag " + tag + ")";
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_event.c124 /* Get and tag the klass */
364 jlong tag; local
374 tag = getTag(thread);
375 if ( tag == (jlong)0 ) {
385 object_index = tag_extract(tag);
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.cpp184 void band::setIndexByTag(byte tag) { argument
185 setIndex(u->cp.getIndex(tag));
243 int band::getIntCount(int tag) { argument
246 if (tag >= HIST0_MIN && tag <= HIST0_MAX) {
258 return hist0[tag - HIST0_MIN];
262 total += (vs[0].getInt() == tag) ? 1 : 0;
268 #define INDEX_INIT(tag, nullOK, subindex) \
269 ((tag) + (subindex)*SUBINDEX_BIT + (nullOK)*256)
271 #define INDEX(tag) INDEX_INI
477 uint tag = scan->ixTag; // Cf. #define INDEX(tag) above local
[all...]

Completed in 103 milliseconds

123456789