Searched refs:find (Results 101 - 125 of 494) sorted by relevance

1234567891011>>

/openjdk9/hotspot/src/share/vm/opto/
H A Dcoalesce.cpp40 uint r = _phc._lrg_map.find(n);
87 uint lr1 = _phc._lrg_map.find(n1);
88 uint lr2 = _phc._lrg_map.find(n2);
163 if (idx && _phc._lrg_map.find(n->in(idx)) == dst_name) {
184 if (_phc._lrg_map.find(n) == src_name) {
218 uint compressed_lrg = _phc._lrg_map.find(lrg);
250 if (_phc._lrg_map.find(copy) == _phc._lrg_map.find(def)) {
260 if (_phc._lrg_map.find(n) == _phc._lrg_map.find(de
[all...]
/openjdk9/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/
H A DSearchPath.java43 public Path find(FileSystem fileSystem, Path entry, String... defaults) { method in class:SearchPath
/openjdk9/hotspot/src/share/vm/runtime/
H A DcommandLineFlagRangeList.hpp71 static CommandLineFlagRange* find(const char* name);
/openjdk9/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/jar/
H A DJarSourceProvider.java53 Path jarFile = searchPath.find(fileSystem, fileName);
/openjdk9/hotspot/test/gc/arguments/
H A DTestG1ConcRefinementThreads.java95 if (!m.find()) {
96 throw new RuntimeException("Could not find value for flag " + flag + " in output string");
H A DTestG1HeapRegionSize.java69 if (!m.find()) {
70 throw new RuntimeException("Could not find value for flag " + flag + " in output string");
/openjdk9/hotspot/test/gc/g1/
H A DTestEagerReclaimHumongousRegions.java95 while (m.find()) { found++; }
H A DTestEagerReclaimHumongousRegionsWithRefs.java107 while (m.find()) {
H A DTestPLABOutput.java73 if (!m.find()) {
74 throw new RuntimeException("Could not find any PLAB statistics output");
/openjdk9/hotspot/test/runtime/modules/AccessCheck/
H A DModuleLibrary.java73 public Optional<ModuleReference> find(String name) { method in class:ModuleLibrary
/openjdk9/hotspot/test/runtime/modules/
H A DCompilerUtils.java64 = Files.find(source, Integer.MAX_VALUE,
/openjdk9/hotspot/test/gc/serial/
H A DHeapChangeLogging.java47 if (!stdoutMatcher.find()) {
/openjdk9/hotspot/test/gc/
H A DTestAgeOutput.java56 if (!m.find()) {
57 throw new RuntimeException("Could not find pattern " + pattern + " in output");
/openjdk9/jaxp/src/java.xml/share/classes/javax/xml/transform/
H A DTransformerFactory.java126 return FactoryFinder.find(
171 //do not fallback if given classloader can't find the class, throw exception
/openjdk9/jaxp/src/java.xml/share/classes/javax/xml/parsers/
H A DSAXParserFactory.java147 return FactoryFinder.find(
190 //do not fallback if given classloader can't find the class, throw exception
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/client/
H A DServiceInterceptorFactory.java69 for( ServiceInterceptorFactory f : ServiceFinder.find(ServiceInterceptorFactory.class))
/openjdk9/jaxp/test/javax/xml/jaxp/libs/jdk/testlibrary/
H A DCompilerUtils.java65 = Files.find(source, Integer.MAX_VALUE,
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/fastinfoset/algorithm/
H A DBuiltInEncodingAlgorithm.java53 while(m.find()) {
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/util/
H A DStringCutter.java71 if(m.find()) {
/openjdk9/jaxws/src/java.xml.ws/share/classes/javax/xml/soap/
H A DSOAPFactory.java252 SOAPFactory factory = FactoryFinder.find(
/openjdk9/jdk/src/java.base/share/classes/sun/net/ftp/
H A DFtpReplyCode.java240 public static FtpReplyCode find(int v) { method in class:FtpReplyCode
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/beans/finder/
H A DConstructorFinder.java37 * to find a public constructor with specified parameter types
50 return finder.find(signature.getType().getConstructors());
63 * @param args parameter types that is used to find constructor
/openjdk9/jdk/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DThreadGroupIterator.java102 static ThreadGroupReference find(String name) { method in class:ThreadGroupIterator
/openjdk9/jdk/test/java/awt/GraphicsDevice/DisplayModes/
H A DCompareToXrandrTest.java61 .takeWhile(Matcher::find).map(m -> m.group(1))
/openjdk9/jdk/test/java/net/httpclient/http2/jdk.incubator.httpclient/jdk/incubator/http/internal/hpack/
H A DSpecHelper.java45 while (matcher.find()) {

Completed in 193 milliseconds

1234567891011>>