Searched refs:kind (Results 226 - 250 of 410) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.cpp294 assert(def_new_gen->kind() == Generation::DefNew ||
295 def_new_gen->kind() == Generation::ParNew ||
296 def_new_gen->kind() == Generation::ASParNew,
297 "Wrong generation kind");
300 assert(old_gen->kind() == Generation::ConcurrentMarkSweep ||
301 old_gen->kind() == Generation::ASConcurrentMarkSweep ||
302 old_gen->kind() == Generation::MarkSweepCompact,
303 "Wrong generation kind");
516 TraceMemoryManagerStats tmms(_gens[i]->kind(),gc_cause());
854 assert(((_gens[1]->kind()
[all...]
H A DcollectorPolicy.hpp68 // Initialize "_permanent_generation" to a spec for the given kind of
193 virtual CollectorPolicy::Name kind() { function in class:CollectorPolicy
321 virtual CollectorPolicy::Name kind() { function in class:TwoGenerationCollectorPolicy
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynUnionImpl.java64 // We can be sure that typeCode is of kind tk_union
69 // We can be sure that typeCode is of kind tk_union
337 return discriminatorType().kind();
383 return memberType(currentMemberIndex).kind();
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A Dir.idl92 DefinitionKind kind;
197 DefinitionKind kind;
338 PrimitiveDef get_primitive (in PrimitiveKind kind);
457 readonly attribute PrimitiveKind kind;
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A Dir.idl93 DefinitionKind kind;
198 DefinitionKind kind;
339 PrimitiveDef get_primitive (in PrimitiveKind kind);
458 readonly attribute PrimitiveKind kind;
/openjdk7/corba/src/share/classes/org/omg/CosNaming/
H A Dnameservice.idl56 * attribute and the kind attribute. Both the identifier attribute and the
57 * kind attribute are represented as IDL strings. The kind attribute adds
59 * value of the kind attribute include c_source, object_code, executable,
65 Istring kind;
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.hpp86 // Used to send class being redefined/retransformed and kind of transform
213 inline void set_class_being_redefined(KlassHandle *h_class, JvmtiClassLoadKind kind) { argument
215 _class_load_kind = kind;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/sei/
H A DSEIMethodHandler.java100 switch(param.getInBinding().kind) {
155 switch(param.getOutBinding().kind) {
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/
H A DDeclarationImpl.java236 (s.kind == TYP &&
247 TypeSymbol ts = (sym.kind != PCK)
/openjdk7/jdk/src/share/demo/jvmti/compiledMethodLoad/
H A DcompiledMethodLoad.c152 /* decode kind of CompiledMethodLoadRecord and print */
160 switch (curr->kind) {
172 fprintf(fp, "Warning: unrecognized record: kind=%d\n", curr->kind);
/openjdk7/jdk/test/java/lang/invoke/
H A DInvokeGenericTest.java191 static long nextArg(Class<?> kind) { argument
192 if (kind == long.class || kind == Long.class ||
193 kind == double.class || kind == Double.class)
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DTypeCodeImpl.java165 private int _kind = 0; // the typecode kind
233 // set up kind
234 _kind = tc.kind().value();
402 if (_unionLabels[i].type().kind() == TCKind.tk_octet) {
688 // Note: Indirect types are handled in kind() method
689 while (realType.kind().value() == TCKind._tk_alias) {
719 if (_kind != tc.kind().value()) {
903 // If the result of the kind operation on either TypeCode is tk_alias, recursively
904 // replace the TypeCode with the result of calling content_type, until the kind
911 // If results of the kind operatio
1015 public TCKind kind() method in class:TypeCodeImpl
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/
H A DNamingContextImpl.java556 if( (n[0].id.length() == 0) && (n[0].kind.length() == 0) )
680 if ( (n[1].id.length() == 0) && (n[1].kind.length() == 0 ) )
727 if ( (n[0].id.length() == 0) && (n[0].kind.length() == 0 ) )
813 append(name[i].kind).
924 if( ( n.id.length() == 0 ) &&( n.kind.length() == 0 ) ) {
1190 // If there is a name component whose id and kind null or
1195 &&( ( theNameComponents[i].kind == null )
1196 ||( theNameComponents[i].kind.length() == 0 ) ) ) {
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassReader.java402 private Element readMembers(String kind) throws IOException { argument
406 Element member = new Element(kind);
422 int kind = 0;
424 kind = 1;
427 kind = 2;
437 String name = (kind < names.length) ? names[kind] : null;
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/orb/
H A DORB.java315 public TypeCodeImpl get_primitive_tc(int kind) argument
321 return primitiveTypeCodeConstants[kind] ;
323 throw wrapper.invalidTypecodeKind( t, new Integer(kind) ) ;
/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp116 // the kind of command to be executed
517 saEventKind = event->kind;
519 if (event->kind == JVMDI_EVENT_VM_INIT) {
554 switch (event->kind) {
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweepDecorator.cpp41 assert(heap->kind() == CollectedHeap::ParallelScavengeHeap, "Sanity");
48 assert(heap->kind() == CollectedHeap::ParallelScavengeHeap, "Sanity");
55 assert(heap->kind() == CollectedHeap::ParallelScavengeHeap, "Sanity");
H A DpsOldGen.cpp110 assert (_ct->kind() == BarrierSet::CardTableModRef, "Sanity");
160 assert(heap->kind() == CollectedHeap::ParallelScavengeHeap, "Sanity");
375 assert(heap->kind() == CollectedHeap::ParallelScavengeHeap, "Sanity");
H A DparallelScavengeHeap.hpp99 ParallelScavengeHeap::Name kind() const { function in class:ParallelScavengeHeap
H A DpsPromotionManager.inline.hpp58 assert(Universe::heap()->kind() == CollectedHeap::ParallelScavengeHeap,
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DValueUtility.java120 if (member.type.kind().value() == TCKind._tk_value_box ||
121 member.type.kind().value() == TCKind._tk_value ||
122 member.type.kind().value() == TCKind._tk_objref) {
128 return primitiveConstants[member.type.kind().value()];
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DGeneration.java116 public Generation.Name kind() { method in class:Generation
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsAdaptiveSizePolicy.hpp322 virtual GCPolicyKind kind() const { return _gc_cms_adaptive_size_policy; } function in class:CMSAdaptiveSizePolicy
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DasParNewGeneration.cpp245 assert(heap->kind() == CollectedHeap::GenCollectedHeap, "Sanity");
542 assert(gch->kind() == CollectedHeap::GenCollectedHeap, "Sanity");
558 assert(gch->kind() == CollectedHeap::GenCollectedHeap,
597 assert(counters->kind() ==
599 "Wrong kind of counters");
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcAdaptivePolicyCounters.hpp229 virtual GCPolicyCounters::Name kind() const { function in class:GCAdaptivePolicyCounters

Completed in 134 milliseconds

1234567891011>>