Searched refs:kind (Results 326 - 350 of 410) sorted by relevance

<<11121314151617

/openjdk7/hotspot/src/share/vm/memory/
H A Dgeneration.hpp160 virtual Generation::Name kind() { return Generation::Other; } function in class:Generation
235 // Check that the generation kind is DefNewGeneration or a sub
283 // This function returns "true" iff the heap supports this kind of
H A DcardTableRS.cpp631 if (ch->kind() == CollectedHeap::GenCollectedHeap) {
/openjdk7/jdk/make/tools/GenerateCharacter/
H A DCharacterData00.java.template379 int kind = val & $$maskType;
380 if (kind == Character.DECIMAL_DIGIT_NUMBER) {
/openjdk7/jdk/src/share/back/
H A Dutil.h402 EventIndex jvmti2EventIndex(jvmtiEvent kind);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/parser/
H A DRuntimeWSDLParser.java785 WSDLDescriptorKind kind = WSDLDescriptorKind.ELEMENT;
789 kind = WSDLDescriptorKind.ELEMENT;
791 kind = WSDLDescriptorKind.TYPE;
799 WSDLPartImpl wsdlPart = new WSDLPartImpl(reader, part, partIndex, new WSDLPartDescriptorImpl(reader,ParserUtil.getQName(reader, desc), kind));
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/
H A DAnnotationProxyMaker.java120 if (e.sym.kind == Kinds.MTH) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAnnotate.java257 sym.kind != Kinds.VAR ||
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java123 if (e.sym.kind == Kinds.MTH) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DComment.java201 * Return tags of the specified kind in this comment.
210 if (tag.kind().equals(target)) {
H A DSeeTagImpl.java465 * Return the kind of this tag.
468 public String kind() { method in class:SeeTagImpl
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsYoungGen.cpp156 assert(heap->kind() == CollectedHeap::ParallelScavengeHeap, "Sanity");
545 assert(heap->kind() == CollectedHeap::ParallelScavengeHeap, "Sanity");
708 assert(heap->kind() == CollectedHeap::ParallelScavengeHeap, "Sanity");
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp826 AbstractInterpreter::MethodKind kind) {
829 switch (kind) {
863 entry_point = ((InterpreterGenerator*) this)->generate_math_entry(kind);
825 generate_method_entry( AbstractInterpreter::MethodKind kind) argument
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp65 if (state != NULL && (state->kind() == ValueStack::EmptyExceptionState || state->kind() == ValueStack::ExceptionState)) {
66 assert(state->kind() == ValueStack::EmptyExceptionState || Compilation::current()->env()->jvmti_can_access_local_variables(), "unexpected state kind");
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DJavapTask.java708 public boolean isNameCompatible(String simpleName, Kind kind) {
932 final Diagnostic.Kind kind, final String key, final Object... args) {
935 return kind;
931 createDiagnostic( final Diagnostic.Kind kind, final String key, final Object... args) argument
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec2191 (byte eventKind "Event kind to request. "
2222 (byte modKind "Modifier kind")
2234 "This modifier can be used with any event kind."
2244 "This modifier can be used with any event kind "
2261 "This modifier can be used with any event kind except "
2275 "This modifier can be used with any event kind except "
2295 "This modifier can be used with any event kind except "
2364 "This modifier can be used with any event kind "
2414 "the specified event kind and requestID is cleared. If there isn't a matching event "
2419 (byte eventKind "Event kind t
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp235 int kind = Interpreter::method_kind(methodOop(this)); local
236 assert(kind != Interpreter::invalid,
238 set_interpreter_kind(kind);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DClassInfoImpl.java319 switch(p.kind()) {
500 if (p.kind().isOrdered)
622 * that are not allowed on that kind.
715 // the kind of the property it goes to.
755 // determine the group kind, and also count the numbers, since
1244 return props.get(0).kind()==PropertyKind.VALUE;
H A DElementInfoImpl.java192 public PropertyKind kind() { method in class:ElementInfoImpl.PropertyImpl
H A DModelBuilder.java233 if(p.kind()== PropertyKind.REFERENCE) {
H A DPropertyInfoImpl.java98 if(mt!=null && !kind().canHaveXmlMimeType) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputStream_1_0.java689 // kind off this stream and see if it is a tk_value. Looking at the
691 // ignores the tc argument anyway (except for the kind field).
697 if (tc.kind().value() != TCKind._tk_value)
1119 int kind = tc.kind().value();
1120 if (kind == TCKind._tk_value) {
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp641 virtual CollectorPolicy::Name kind() { function in class:G1CollectorPolicy
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp1440 // Here we generate the various kind of entries into the interpreter.
1489 address AbstractInterpreterGenerator::generate_method_entry(AbstractInterpreter::MethodKind kind) { argument
1494 switch (kind) {
1511 case Interpreter::java_lang_math_exp : entry_point = ((InterpreterGenerator*)this)->generate_math_entry(kind); break;
1515 fatal(err_msg("unexpected method kind: %d", kind));
1765 // maintain this kind of invariant all the time we call a small
H A DtemplateInterpreter_x86_64.cpp142 // kind of lame ExternalAddress can't take NULL because
1463 // Here we generate the various kind of entries into the interpreter.
1512 AbstractInterpreter::MethodKind kind) {
1517 switch (kind) {
1534 case Interpreter::java_lang_math_exp : entry_point = ((InterpreterGenerator*)this)->generate_math_entry(kind); break;
1538 fatal(err_msg("unexpected method kind: %d", kind));
1793 // maintain this kind of invariant all the time we call a small
1511 generate_method_entry( AbstractInterpreter::MethodKind kind) argument
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBuilder.cpp535 if (bs->kind() != BarrierSet::CardTableModRef)

Completed in 102 milliseconds

<<11121314151617