Searched refs:kind (Results 376 - 400 of 410) sorted by relevance

<<11121314151617

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java893 switch (p.kind()) {
1003 switch(p.kind()) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DIDLJavaSerializationInputStream.java544 // kind off this stream and see if it is a tk_value.
546 // below ignores the tc argument anyway (except for the kind field).
552 if (tc.kind().value() != org.omg.CORBA.TCKind._tk_value) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DORBUtility.java127 return (type.kind().value() == TCKind._tk_except &&
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp1118 virtual CollectedHeap::Name kind() const {
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.cpp997 assert(_psh->kind() == CollectedHeap::ParallelScavengeHeap, "not a parallel scavenge heap");
H A DpsParallelCompact.cpp865 assert(heap->kind() == CollectedHeap::ParallelScavengeHeap, "Sanity");
885 assert(heap->kind() == CollectedHeap::ParallelScavengeHeap, "Sanity");
2731 assert(heap->kind() == CollectedHeap::ParallelScavengeHeap, "Sanity");
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_64.cpp1030 do_oop_store(_masm, Address(rdx, 0), rax, _bs->kind(), true);
1038 do_oop_store(_masm, element_address, noreg, _bs->kind(), true);
2092 // without some kind of memory barrier (i.e., it's not sufficient that
2135 // This kind of CP cache entry does not need to match bytecode_1 or bytecode_2, because
2570 do_oop_store(_masm, field, rax, _bs->kind(), false);
2782 do_oop_store(_masm, field, rax, _bs->kind(), false);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp192 // data opr-type opr-kind
1286 void set_kind(LIR_MoveKind kind) { argument
1288 _flags = kind;
1298 LIR_Op1(LIR_Code code, LIR_Opr opr, LIR_Opr result, BasicType type, LIR_PatchCode patch, CodeEmitInfo* info, LIR_MoveKind kind) argument
1304 set_kind(kind);
H A Dc1_LIRGenerator.cpp407 if (s->kind() == ValueStack::EmptyExceptionState) {
1419 switch (_bs->kind()) {
1441 switch (_bs->kind()) {
1644 // JMM's ReadAfterWrite.java test fails in -Xint mode without some kind of
H A Dc1_GraphBuilder.cpp2190 || instruction->exception_state()->kind() == ValueStack::EmptyExceptionState
2191 || (instruction->exception_state()->kind() == ValueStack::ExceptionState && _compilation->env()->jvmti_can_access_local_variables()),
2192 "exception_state should be of exception kind");
2470 assert(state()->kind() == ValueStack::Parsing, "invalid state kind");
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c709 FcMatchKind kind);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymtab.java369 noSymbol.kind = Kinds.NIL;
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DClassWriter.java299 switch (type.kind) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp920 do_oop_store(_masm, O1, noreg, arrayOopDesc::base_offset_in_bytes(T_OBJECT), Otos_i, G3_scratch, _bs->kind(), true);
926 do_oop_store(_masm, O1, noreg, arrayOopDesc::base_offset_in_bytes(T_OBJECT), G0, G4_scratch, _bs->kind(), true);
2065 // JMM's ReadAfterWrite.java test fails in -Xint mode without some kind of
2105 // This kind of CP cache entry does not need to match bytecode_1 or bytecode_2, because
2673 do_oop_store(_masm, Rclass, Roffset, 0, Otos_i, G1_scratch, _bs->kind(), false);
2718 do_oop_store(_masm, Rclass, Roffset, 0, Otos_i, G1_scratch, _bs->kind(), false);
2879 do_oop_store(_masm, Rclass, Roffset, 0, Otos_i, G1_scratch, _bs->kind(), false);
H A Dassembler_sparc.cpp4619 assert(bs->kind() == BarrierSet::G1SATBCT ||
4620 bs->kind() == BarrierSet::G1SATBCTLogging, "wrong barrier");
4665 assert(bs->kind() == BarrierSet::CardTableModRef ||
4666 bs->kind() == BarrierSet::CardTableExtension, "wrong barrier");
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DBandStructure.java1957 switch (e.kind) {
2147 switch (e.kind) {
H A DPackageWriter.java829 assert(cbles[k].kind == Attribute.EK_CBLE);
/openjdk7/jdk/src/share/back/
H A Dutil.c2065 jvmti2EventIndex(jvmtiEvent kind) argument
2067 switch ( kind ) {
2708 /* FIXUP: Need some kind of trigger here to avoid excessive GC's? */
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DMethodWriter.java1243 // computes the kind of the edges to 'h'
1247 int kind = Frame.OBJECT | cw.addType(t);
1254 b.info = kind;
/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp1480 switch (bs->kind()) {
1508 switch (bs->kind()) {
3501 assert(Universe::heap()->barrier_set()->kind() == BarrierSet::CardTableModRef,
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1720 info_ptr->kind = JVMTI_TIMER_ELAPSED; // elapsed not CPU time
5471 info_ptr->kind = JVMTI_TIMER_TOTAL_CPU; // user+system time is returned
5478 info_ptr->kind = JVMTI_TIMER_TOTAL_CPU; // user+system time is returned
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1511 info_ptr->kind = JVMTI_TIMER_ELAPSED; // elapsed not CPU time
5216 info_ptr->kind = JVMTI_TIMER_TOTAL_CPU; // user+system time is returned
5223 info_ptr->kind = JVMTI_TIMER_TOTAL_CPU; // user+system time is returned
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp867 info_ptr->kind = JVMTI_TIMER_ELAPSED; // elapsed not CPU time
4041 info_ptr->kind = JVMTI_TIMER_TOTAL_CPU; // user+system time is returned
4048 info_ptr->kind = JVMTI_TIMER_TOTAL_CPU; // user+system time is returned
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1820 info_ptr->kind = JVMTI_TIMER_ELAPSED; // elapsed not CPU time
6068 info_ptr->kind = JVMTI_TIMER_USER_CPU; // only user time is returned
6075 info_ptr->kind = JVMTI_TIMER_USER_CPU; // only user time is returned
/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.cpp1492 switch (Universe::heap()->kind()) {

Completed in 345 milliseconds

<<11121314151617