Searched defs:common (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/common/
H A DStandardMetadataFormatResources.java26 package com.sun.imageio.plugins.common;
H A DI18N.java26 package com.sun.imageio.plugins.common;
31 return getString("com.sun.imageio.plugins.common.I18N", resource_name, key);
H A DI18NImpl.java26 package com.sun.imageio.plugins.common;
H A DBitFile.java26 package com.sun.imageio.plugins.common;
H A DBogusColorSpace.java26 package com.sun.imageio.plugins.common;
H A DInputStreamAdapter.java26 package com.sun.imageio.plugins.common;
H A DStandardMetadataFormat.java26 package com.sun.imageio.plugins.common;
H A DSubImageInputStream.java26 package com.sun.imageio.plugins.common;
H A DLZWCompressor.java26 package com.sun.imageio.plugins.common;
H A DImageUtil.java26 package com.sun.imageio.plugins.common;
H A DLZWStringTable.java26 package com.sun.imageio.plugins.common;
H A DReaderUtil.java26 package com.sun.imageio.plugins.common;
77 // their product. If they share a common factor, either the
H A DPaletteBuilder.java26 package com.sun.imageio.plugins.common;
/openjdk7/jdk/test/java/lang/Class/getEnclosingClass/common/
H A DTestMe.java29 package common; package
/openjdk7/jdk/make/tools/src/build/tools/jdwpgen/
H A DAltNode.java86 void genJavaReadsSelectCase(PrintWriter writer, int depth, String common) { argument
90 writer.println(common + " = new " + name + "(vm, ps);");
/openjdk7/hotspot/src/share/vm/runtime/
H A DsimpleThresholdPolicy.cpp223 // see common() ). If the method cannot be compiled with C2 but still can with C1, compile it with
250 // are passed to common() transition function).
294 CompLevel SimpleThresholdPolicy::common(Predicate p, methodOop method, CompLevel cur_level) { function in class:SimpleThresholdPolicy
305 if (common(p, method, CompLevel_full_profile) == CompLevel_full_optimization) {
336 common(&SimpleThresholdPolicy::loop_predicate, method, cur_level));
337 CompLevel next_level = common(&SimpleThresholdPolicy::call_predicate, method, cur_level);
357 CompLevel next_level = common(&SimpleThresholdPolicy::loop_predicate, method, cur_level);
H A DadvancedThresholdPolicy.cpp211 // are passed to common()).
292 * The most common path. But note that even in this straightforward case
321 CompLevel AdvancedThresholdPolicy::common(Predicate p, methodOop method, CompLevel cur_level, bool disable_feedback) { function in class:AdvancedThresholdPolicy
332 if (common(p, method, CompLevel_full_profile, disable_feedback) == CompLevel_full_optimization) {
393 common(&AdvancedThresholdPolicy::loop_predicate, method, cur_level, true));
394 CompLevel next_level = common(&AdvancedThresholdPolicy::call_predicate, method, cur_level);
413 CompLevel next_level = common(&AdvancedThresholdPolicy::loop_predicate, method, cur_level, true);

Completed in 58 milliseconds