Searched refs:kind (Results 301 - 325 of 410) sorted by relevance

<<11121314151617

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsCompactionManager.cpp62 assert(heap->kind() == CollectedHeap::ParallelScavengeHeap, "Sanity");
/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.hpp213 virtual Generation::Name kind() { return Generation::DefNew; } function in class:DefNewGeneration
H A DgenCollectedHeap.hpp142 virtual CollectedHeap::Name kind() const { function in class:GenCollectedHeap
H A DcompactingPermGenGen.cpp254 (ch == NULL || ch->kind() != CollectedHeap::GenCollectedHeap ||
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DElementPropertyInfoImpl.java167 public final PropertyKind kind() { method in class:ElementPropertyInfoImpl
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DPretty.java1195 print(tree.kind);
1196 if (tree.kind.kind != BoundKind.UNBOUND)
1206 print(String.valueOf(tree.kind));
H A DTreeScanner.java34 * for every possible kind of tree node. To obtain a specific
285 scan(tree.kind);
/openjdk7/langtools/test/tools/javac/scope/
H A DHashCollisionTest.java130 if (e.sym.kind == TYP && !toScope.includes(e.sym))
/openjdk7/jdk/test/sun/reflect/CallerSensitive/
H A DMethodFinder.java160 public Integer visitArrayType(Instruction instr, TypeKind kind, List<Integer> p) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java249 // The most specific built-in type kind.
349 // Specify the build in kind for this primitive type
357 // Specify the build in kind for this built-in type
3204 final short kind; field in class:XSSimpleTypeDecl.XSFacetImpl
3209 public XSFacetImpl(short kind, String value, boolean fixed, XSAnnotation annotation) { argument
3210 this.kind = kind;
3251 return kind;
3300 final short kind; field in class:XSSimpleTypeDecl.XSMVFacetImpl
3304 public XSMVFacetImpl(short kind, StringLis argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DTransTypes.java282 if (sym.kind == MTH &&
692 if (tree.sym.kind == TYP && tree.sym.type.tag == TYPEVAR) {
700 else if (tree.sym.kind == VAR) {
729 else if (tree.sym.kind == VAR) {
810 return s.kind == MTH &&
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java2802 String kind; field in class:XMLKit.Special
2805 public Special(String kind, Object value) { argument
2806 this.kind = kind;
2811 return kind;
2824 return this.kind.equals(that.kind) && this.value.equals(that.value);
2829 return kind.hashCode() * 65 + value.hashCode();
2833 int r = this.kind.compareTo(that.kind);
[all...]
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c213 int kind; member in struct:alloc_stack_type
425 static void check_and_push(context_type *context, const void *ptr, int kind);
1243 int kind = (opcode == JVM_OPC_invokeinterface local
1250 verify_constant_pool_type(context, key, kind);
3546 cp_index_to_class_fullinfo(context_type *context, int cp_index, int kind) argument
3551 switch (kind) {
4037 static void free_block(void *ptr, int kind) argument
4039 switch (kind) {
4049 static void check_and_push(context_type *context, const void *ptr, int kind) argument
4061 free_block((void *)ptr, kind);
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java745 int kind = signatureToHprofKind(typeCode);
746 out.writeByte((byte)kind);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeTracer.cpp323 int kind = constants->method_handle_ref_kind_at(i); local
325 st->print(" <MethodHandle of kind %d>", kind, i2);
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp400 void set_interpreter_kind(int kind) { argument
401 constMethod()->set_interpreter_kind(kind);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameBorder.java92 private final WindowType fWindowKind; // Which kind of window to draw
103 protected AquaInternalFrameBorder(final WindowType kind) { argument
104 fWindowKind = kind;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/api/
H A DJavacTrees.java387 * Prints a message of the specified kind at the location of the
390 * @param kind the kind of message
395 public void printMessage(Diagnostic.Kind kind, CharSequence msg, argument
409 switch (kind) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp284 bool inline_unsafe_load_store(BasicType type, LoadStoreKind kind);
1925 cmp->Opcode() == cmp_op) { // right kind of compare
2088 int kind = classify_unsafe_addr(base, offset); local
2089 if (kind == Type::RawPtr) {
2586 bool LibraryCallKit::inline_unsafe_load_store(BasicType type, LoadStoreKind kind) { argument
2603 if (kind == LS_xadd || kind == LS_xchg) {
2612 } else if (kind == LS_cmpxchg) {
2634 if (kind == LS_cmpxchg) {
2641 } else if (kind
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp994 // TODO: move this directly to position where use-kind is computed
2867 assert(cur_state->kind() == ValueStack::EmptyExceptionState, "should be");
4317 assert(_use_pos_and_kinds.at(i + 1) >= firstValidKind && _use_pos_and_kinds.at(i + 1) <= lastValidKind, "invalid use kind");
4429 assert(_use_pos_and_kinds.length() % 2 == 0, "must have use kind for each use pos");
4430 assert(result->_use_pos_and_kinds.length() % 2 == 0, "must have use kind for each use pos");
4435 assert(_use_pos_and_kinds.at(i + 1) >= firstValidKind && _use_pos_and_kinds.at(i + 1) <= lastValidKind, "invalid use kind");
4439 assert(result->_use_pos_and_kinds.at(i + 1) >= firstValidKind && result->_use_pos_and_kinds.at(i + 1) <= lastValidKind, "invalid use kind");
4573 assert(_use_pos_and_kinds.at(i + 1) >= firstValidKind && _use_pos_and_kinds.at(i + 1) <= lastValidKind, "invalid use kind");
4672 for_each_interval_kind(kind) {
4673 Interval** prev = state == activeState ? active_first_addr(kind)
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DRequestImpl.java351 if ( returnType.kind().value() != TCKind._tk_void )
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynAnyComplexImpl.java64 // We can be sure that typeCode is of kind tk_struct
71 // We can be sure that typeCode is of kind tk_struct
128 return components[index].type().kind();
147 // We know that this is of kind tk_struct
221 // We know that this is of kind tk_struct
324 // This typeCode is of kind tk_struct.
354 // ", type " + memberType.kind().value());
367 // This typeCode is of kind tk_struct.
394 // ", type " + memberType.kind().value());
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJEditorPane.java52 * morphs into the proper kind of text editor for the kind
1075 * other kind of type registry. This can
2108 String kind = elem.getName();
2109 if (kind != null) {
2110 if (kind.equals(AbstractDocument.ContentElementName)) {
2112 } else if (kind.equals(AbstractDocument.ParagraphElementName)){
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.hpp374 virtual Generation::Name kind() { return Generation::ParNew; } function in class:ParNewGeneration
/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.hpp218 virtual CollectedHeap::Name kind() const { return CollectedHeap::Abstract; } function in class:CollectedHeap
422 // This function returns "true" iff the heap supports this kind of

Completed in 617 milliseconds

<<11121314151617