Searched refs:kind (Results 351 - 375 of 410) sorted by relevance

<<11121314151617

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DReferencePropertyInfoImpl.java101 public PropertyKind kind() { method in class:ReferencePropertyInfoImpl
H A DRuntimeClassInfoImpl.java218 if(pi.kind()==PropertyKind.VALUE) {
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Window.h335 void StartSecurityAnimation(AnimationKind kind);
/openjdk7/langtools/test/tools/javac/6889255/
H A DT6889255.java156 // if the nested kind is none, there is no point iterating over all
157 // nested generic kinds, so arbitarily limit it to just one kind
189 // if the nested kind is none, there is no point iterating over all
190 // nested class kinds, so arbitarily limit it to just one kind
383 switch (e.sym.kind) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgCDebugInfoBuilder.java119 CompoundTypeKind kind = ((iter.typeStringLeaf() == LF_CLASS) ? CompoundTypeKind.CLASS
123 kind);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontconfig.h396 FcMatchKind kind);
401 FcMatchKind kind);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java676 return e == null || (e.kind != Kinds.PCK && e.kind != Kinds.TYP);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java773 switch(wt.kind) {
929 return w.kind == t.kind && w.type == t.type;
2333 if (t.kind != BoundKind.UNBOUND)
2340 return new WildcardType(bound, t.kind, syms.boundClass, t.bound);
3041 int result = t.kind.hashCode();
3246 switch (Ti.kind) {
/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java206 static long nextArg(Class<?> kind) { argument
207 if (kind == long.class || kind == Long.class ||
208 kind == double.class || kind == Double.class)
949 for (int kind = 0; kind <= 1; kind++) {
950 boolean isStatic = (kind != 0);
1387 // test the kind o
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp501 assert(index == _no_index_sentinel, "only one kind of index at a time");
1726 int kind = method_handle_ref_kind_at(idx); local
1728 *(bytes+1) = (unsigned char) kind;
1730 DBG(printf("JVM_CONSTANT_MethodHandle: %d %hd", kind, idx1));
H A DinstanceRefKlass.cpp495 if (Universe::heap()->kind() == CollectedHeap::GenCollectedHeap)
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/javax/rmi/CORBA/
H A DUtil.java432 if ( any.type().kind().value() == TCKind._tk_objref )
/openjdk7/hotspot/src/share/vm/compiler/
H A Ddisassembler.cpp327 if (bs->kind() == BarrierSet::CardTableModRef &&
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackageReader.java1512 assert(cbles[j].kind == Attribute.EK_CBLE);
1565 assert(cbles[j].kind == Attribute.EK_CBLE);
1670 switch (e.kind) {
1701 assert(e.body[0].kind == Attribute.EK_CBLE);
/openjdk7/langtools/test/tools/javap/classfile/6888367/
H A DT6888367.java285 switch (type.kind) {
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp323 assert(gch->kind() == CollectedHeap::GenCollectedHeap,
336 results->kind() == GCPolicyCounters::CMSGCAdaptivePolicyCountersKind,
337 "Wrong gc policy counter kind");
3562 "ref discovery for this generation kind");
4606 assert(_young_gen->kind() == Generation::DefNew ||
4607 _young_gen->kind() == Generation::ParNew ||
4608 _young_gen->kind() == Generation::ASParNew,
6241 assert(gch->kind() == CollectedHeap::GenCollectedHeap,
9189 assert(counters->kind() == GCPolicyCounters::CMSGCAdaptivePolicyCountersKind,
9190 "Wrong kind o
[all...]
H A DconcurrentMarkSweepGeneration.hpp1145 virtual Generation::Name kind() { return Generation::ConcurrentMarkSweep; } function in class:ConcurrentMarkSweepGeneration
1361 virtual Generation::Name kind() { return Generation::ASConcurrentMarkSweep; } function in class:ASConcurrentMarkSweepGeneration
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp831 assert(gch->kind() == CollectedHeap::GenCollectedHeap,
928 assert(gch->kind() == CollectedHeap::GenCollectedHeap,
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_Runtime1_sparc.cpp488 // assert object type is really an array of the proper kind
822 if (bs->kind() != BarrierSet::G1SATBCTLogging) {
885 if (bs->kind() != BarrierSet::G1SATBCTLogging) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/processing/
H A DJavacProcessingEnvironment.java1314 private boolean isPkgInfo(JavaFileObject fo, JavaFileObject.Kind kind) { argument
1315 return fo.isNameCompatible("package-info", kind);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp1001 do_oop_store(_masm, Address(rdx, 0), rax, _bs->kind(), true);
1010 do_oop_store(_masm, element_address, noreg, _bs->kind(), true);
2054 // JMM's ReadAfterWrite.java test fails in -Xint mode without some kind of
2093 // This kind of CP cache entry does not need to match bytecode_1 or bytecode_2, because
2526 do_oop_store(_masm, lo, rax, _bs->kind(), false);
2758 do_oop_store(_masm, lo, rax, _bs->kind(), false);
2792 do_oop_store(_masm, lo, rax, _bs->kind(), false);
H A DcppInterpreter_x86.cpp2198 address AbstractInterpreterGenerator::generate_method_entry(AbstractInterpreter::MethodKind kind) { argument
2203 switch (kind) {
2219 case Interpreter::java_lang_math_sqrt : entry_point = ((InterpreterGenerator*)this)->generate_math_entry(kind); break;
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp318 // Backedge counting is kind of strange. The asm interpreter will increment
321 // a decision. Seems kind of odd to sum them together like that
611 assert(bs->kind() == BarrierSet::CardTableModRef, "Wrong barrier set kind");
939 #define OPC_CONST2_n(opcname, value, key, kind) \
942 SET_STACK_ ## kind(VM##key##Const##value(), 1); \
2173 // This kind of CP cache entry does not need to match the flags byte, because
2203 // This kind of CP cache entry does not need to match the flags byte, because
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h487 (jvmtiHeapReferenceKind kind, const jvmtiHeapReferenceInfo* info, jlong object_class_tag, jlong* object_tag_ptr, jvalue value, jvmtiPrimitiveType value_type, void* user_data);
631 jvmtiParamKind kind; member in struct:_jvmtiParamInfo
655 jvmtiTimerKind kind; member in struct:_jvmtiTimerInfo
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DCompoundType.java1805 * Return the attribute kind.
1813 * attribute kind == ATTRIBUTE_NONE.
2195 * Set attribute kind. May only be called during initialization.
2197 public void setAttributeKind(int kind) { argument
2198 attributeKind = kind;

Completed in 363 milliseconds

<<11121314151617