Searched defs:all (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/xmlschema/
H A DContentModelContainer.java46 ExplicitGroup all(); method in interface:ContentModelContainer
H A DTypeDefParticle.java37 public ExplicitGroup all(); method in interface:TypeDefParticle
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DJavadocClassReader.java56 private EnumSet<JavaFileObject.Kind> all = EnumSet.of(JavaFileObject.Kind.CLASS, field in class:JavadocClassReader
73 return docenv.docClasses ? noSource : all;
/openjdk7/jdk/make/launchers/
H A DMakefile46 # Run MAKE $@ for all generic launchers
56 define make-all-launchers
105 $(make-all-launchers)
108 $(make-all-launchers)
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTimer.cpp36 "We should have ended all started phases, before ending the GC");
188 static void all() { function in class:TimePartitionPhasesIteratorTest
348 static void all() { function in class:GCTimerTest
369 void GCTimerAllTest::all() { function in class:GCTimerAllTest
370 GCTimerTest::all();
371 TimePartitionPhasesIteratorTest::all();
/openjdk7/hotspot/src/cpu/zero/vm/
H A DstubGenerator_zero.cpp185 // Generates all stubs and initializes the entry points
187 // entry points that exist in all platforms Note: This is code
213 // Generates all stubs and initializes the entry points
236 StubGenerator(CodeBuffer* code, bool all) : StubCodeGenerator(code) { argument
237 if (all) {
245 void StubGenerator_generate(CodeBuffer* code, bool all) { argument
246 StubGenerator g(code, all);
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/utils/
H A DFp.java210 public static <A> boolean all(Map1<A,Boolean> p, Collection<A> xs) { method in class:Fp
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.cpp304 // add to the list of all perf data items
327 PerfDataList* PerfDataManager::all() { function in class:PerfDataManager
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectStreamClass.java238 * defines a set of classes all with the same name that have evolved from a
311 * is non-serializable and "all" is set to false.
314 * @param all if true, return descriptors for all classes; if false, only
317 static ObjectStreamClass lookup(Class<?> cl, boolean all) { argument
318 if (!(all || Serializable.class.isAssignableFrom(cl))) {
827 * A specified type of null matches all types, Object.class matches all
1633 * Returns array of ObjectStreamFields corresponding to all non-static
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp425 // If the compiler needs all registers to be preserved between the fault
458 // architecture, for all of our implicit exception kinds at call
512 // Generate a routine that sets all the registers so we
3379 // Generates all stubs and initializes the entry points
3382 // entry points that exist in all platforms
3413 // Generates all stubs and initializes the entry points
3438 StubGenerator(CodeBuffer* code, bool all) : StubCodeGenerator(code) { argument
3442 _stub_count = !all ? 0x100 : 0x200;
3443 if (all) {
3449 // make sure this stub is available for all loca
3492 StubGenerator_generate(CodeBuffer* code, bool all) argument
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp1004 __ jmpb(L_copy_2_bytes); // all dwords were copied
1190 __ jmpb(L_copy_2_bytes); // all dword were copied
2750 // if they expect all registers to be preserved.
2775 // could actually be a vanilla BufferBlob and have now oopMap at all.
2781 // If the compiler needs all registers to be preserved between the fault
2888 // Generates all stubs and initializes the entry points
2891 // entry points that exist in all platforms
2923 // Generates all stubs and initializes the entry points
2955 StubGenerator(CodeBuffer* code, bool all) : StubCodeGenerator(code) { argument
2956 if (all) {
2965 StubGenerator_generate(CodeBuffer* code, bool all) argument
[all...]
H A DstubGenerator_x86_64.cpp974 // all args on stack!
1078 // pushed all the registers, so now the stack looks like:
3626 // rather than BufferBlobs. If the compiler needs all registers to
3642 // if they expect all registers to be preserved.
3724 // Generates all stubs and initializes the entry points
3729 // entry points that exist in all platforms Note: This is code
3770 // Generates all stubs and initializes the entry points
3824 StubGenerator(CodeBuffer* code, bool all) : StubCodeGenerator(code) { argument
3825 if (all) {
3833 void StubGenerator_generate(CodeBuffer* code, bool all) { argument
[all...]
/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java78 * The net result of all of these actions is equivalent to the JVM's
116 public boolean all = false; field in class:Indify
150 /** Execute the given application under a class loader which indifies all application classes. */
192 case "--all": case "--all=":
193 all = booleanOption(a2); // copy all classes, even if no patterns
267 if (changed || all) {
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp63 // For now we'll just commit all of the bit map up fromt.
68 "didn't reserve backing store for all of concurrent marking bit map?");
381 assert(_next_survivor == NULL, "we should have claimed all survivors");
521 // Clear all the liveness counting data
636 // Reset all the marking data structures and any necessary flags
643 // We do reset all of them, since different phases will use
644 // different number of active threads. So, it's easiest to have all
687 // We propagate this to all tasks, not just the active ones.
784 VerifyOption_G1UsePrevMarking, true /* all */);
815 // This is the start of the marking cycle, we're expected all
2530 PrintReachableOopClosure(outputStream* out, VerifyOption vo, bool all) argument
2580 PrintReachableObjectClosure(outputStream* out, VerifyOption vo, bool all, HeapRegion* hr) argument
2632 PrintReachableRegionClosure(outputStream* out, VerifyOption vo, bool all) argument
2638 print_reachable(const char* str, VerifyOption vo, bool all) argument
[all...]

Completed in 370 milliseconds