Home
last modified time | relevance | path

Searched refs:storeIndex (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/loopopts/
H A DTestLoopPeeling.java53 int storeIndex = -1; in testArrayAccess1() local
64 if (storeIndex > 0 && array[storeIndex] == 42) return; in testArrayAccess1()
74 array[storeIndex] = 1; in testArrayAccess1()
78 storeIndex++; in testArrayAccess1()
95 int storeIndex = Integer.MIN_VALUE; in testArrayAccess2() local
98 return array[storeIndex-1]; // Load1 in testArrayAccess2()
100 storeIndex = 0; in testArrayAccess2()
107 int storeIndex = Integer.MIN_VALUE; in testArrayAccess3() local
113 return array[storeIndex-1]; // Load1 in testArrayAccess3()
115 storeIndex = 0; in testArrayAccess3()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/loopopts/
H A DTestLoopPeeling.java53 int storeIndex = -1; in testArrayAccess1() local
64 if (storeIndex > 0 && array[storeIndex] == 42) return; in testArrayAccess1()
74 array[storeIndex] = 1; in testArrayAccess1()
78 storeIndex++; in testArrayAccess1()
95 int storeIndex = Integer.MIN_VALUE; in testArrayAccess2() local
98 return array[storeIndex-1]; // Load1 in testArrayAccess2()
100 storeIndex = 0; in testArrayAccess2()
107 int storeIndex = Integer.MIN_VALUE; in testArrayAccess3() local
113 return array[storeIndex-1]; // Load1 in testArrayAccess3()
115 storeIndex = 0; in testArrayAccess3()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/loopopts/
H A DTestLoopPeeling.java53 int storeIndex = -1; in testArrayAccess1() local
64 if (storeIndex > 0 && array[storeIndex] == 42) return; in testArrayAccess1()
74 array[storeIndex] = 1; in testArrayAccess1()
78 storeIndex++; in testArrayAccess1()
95 int storeIndex = Integer.MIN_VALUE; in testArrayAccess2() local
98 return array[storeIndex-1]; // Load1 in testArrayAccess2()
100 storeIndex = 0; in testArrayAccess2()
107 int storeIndex = Integer.MIN_VALUE; in testArrayAccess3() local
113 return array[storeIndex-1]; // Load1 in testArrayAccess3()
115 storeIndex = 0; in testArrayAccess3()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/loopopts/
H A DTestLoopPeeling.java53 int storeIndex = -1; in testArrayAccess1() local
64 if (storeIndex > 0 && array[storeIndex] == 42) return; in testArrayAccess1()
74 array[storeIndex] = 1; in testArrayAccess1()
78 storeIndex++; in testArrayAccess1()
95 int storeIndex = Integer.MIN_VALUE; in testArrayAccess2() local
98 return array[storeIndex-1]; // Load1 in testArrayAccess2()
100 storeIndex = 0; in testArrayAccess2()
107 int storeIndex = Integer.MIN_VALUE; in testArrayAccess3() local
113 return array[storeIndex-1]; // Load1 in testArrayAccess3()
115 storeIndex = 0; in testArrayAccess3()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/loopopts/
H A DTestLoopPeeling.java53 int storeIndex = -1; in testArrayAccess1() local
64 if (storeIndex > 0 && array[storeIndex] == 42) return; in testArrayAccess1()
74 array[storeIndex] = 1; in testArrayAccess1()
78 storeIndex++; in testArrayAccess1()
95 int storeIndex = Integer.MIN_VALUE; in testArrayAccess2() local
98 return array[storeIndex-1]; // Load1 in testArrayAccess2()
100 storeIndex = 0; in testArrayAccess2()
107 int storeIndex = Integer.MIN_VALUE; in testArrayAccess3() local
113 return array[storeIndex-1]; // Load1 in testArrayAccess3()
115 storeIndex = 0; in testArrayAccess3()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/loopopts/
H A DTestLoopPeeling.java53 int storeIndex = -1; in testArrayAccess1() local
64 if (storeIndex > 0 && array[storeIndex] == 42) return; in testArrayAccess1()
74 array[storeIndex] = 1; in testArrayAccess1()
78 storeIndex++; in testArrayAccess1()
95 int storeIndex = Integer.MIN_VALUE; in testArrayAccess2() local
98 return array[storeIndex-1]; // Load1 in testArrayAccess2()
100 storeIndex = 0; in testArrayAccess2()
107 int storeIndex = Integer.MIN_VALUE; in testArrayAccess3() local
113 return array[storeIndex-1]; // Load1 in testArrayAccess3()
115 storeIndex = 0; in testArrayAccess3()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/loopopts/
H A DTestLoopPeeling.java53 int storeIndex = -1; in testArrayAccess1() local
64 if (storeIndex > 0 && array[storeIndex] == 42) return; in testArrayAccess1()
74 array[storeIndex] = 1; in testArrayAccess1()
78 storeIndex++; in testArrayAccess1()
95 int storeIndex = Integer.MIN_VALUE; in testArrayAccess2() local
98 return array[storeIndex-1]; // Load1 in testArrayAccess2()
100 storeIndex = 0; in testArrayAccess2()
107 int storeIndex = Integer.MIN_VALUE; in testArrayAccess3() local
113 return array[storeIndex-1]; // Load1 in testArrayAccess3()
115 storeIndex = 0; in testArrayAccess3()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/loopopts/
H A DTestLoopPeeling.java53 int storeIndex = -1; in testArrayAccess1() local
64 if (storeIndex > 0 && array[storeIndex] == 42) return; in testArrayAccess1()
74 array[storeIndex] = 1; in testArrayAccess1()
78 storeIndex++; in testArrayAccess1()
95 int storeIndex = Integer.MIN_VALUE; in testArrayAccess2() local
98 return array[storeIndex-1]; // Load1 in testArrayAccess2()
100 storeIndex = 0; in testArrayAccess2()
107 int storeIndex = Integer.MIN_VALUE; in testArrayAccess3() local
113 return array[storeIndex-1]; // Load1 in testArrayAccess3()
115 storeIndex = 0; in testArrayAccess3()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/loopopts/
H A DTestLoopPeeling.java53 int storeIndex = -1; in testArrayAccess1() local
64 if (storeIndex > 0 && array[storeIndex] == 42) return; in testArrayAccess1()
74 array[storeIndex] = 1; in testArrayAccess1()
78 storeIndex++; in testArrayAccess1()
95 int storeIndex = Integer.MIN_VALUE; in testArrayAccess2() local
98 return array[storeIndex-1]; // Load1 in testArrayAccess2()
100 storeIndex = 0; in testArrayAccess2()
107 int storeIndex = Integer.MIN_VALUE; in testArrayAccess3() local
113 return array[storeIndex-1]; // Load1 in testArrayAccess3()
115 storeIndex = 0; in testArrayAccess3()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/loopopts/
H A DTestLoopPeeling.java53 int storeIndex = -1; in testArrayAccess1() local
64 if (storeIndex > 0 && array[storeIndex] == 42) return; in testArrayAccess1()
74 array[storeIndex] = 1; in testArrayAccess1()
78 storeIndex++; in testArrayAccess1()
95 int storeIndex = Integer.MIN_VALUE; in testArrayAccess2() local
98 return array[storeIndex-1]; // Load1 in testArrayAccess2()
100 storeIndex = 0; in testArrayAccess2()
107 int storeIndex = Integer.MIN_VALUE; in testArrayAccess3() local
113 return array[storeIndex-1]; // Load1 in testArrayAccess3()
115 storeIndex = 0; in testArrayAccess3()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/
H A DIndexHandlerImpl.java84 protected Index storeIndex; field in IndexHandlerImpl
109 Dictionary dictionary, Index storeIndex, String[] columnNames) { in IndexHandlerImpl() argument
111 this.storeIndex = storeIndex; in IndexHandlerImpl()
112 this.indexName = storeIndex.getName(); in IndexHandlerImpl()
118 this.unique = storeIndex.isUnique(); in IndexHandlerImpl()
135 this.storeIndex = getIndex(dictionary, tableName, indexName); in IndexHandlerImpl()
136 this.unique = isUnique(storeIndex); in IndexHandlerImpl()
151 className, storeIndex, unique, fields); in toCandidateIndexImpl()
198 protected boolean isUnique(Index storeIndex) { in isUnique() argument
199 return storeIndex.isUnique(); in isUnique()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/
H A DIndexHandlerImpl.java84 protected Index storeIndex; field in IndexHandlerImpl
109 Dictionary dictionary, Index storeIndex, String[] columnNames) { in IndexHandlerImpl() argument
111 this.storeIndex = storeIndex; in IndexHandlerImpl()
112 this.indexName = storeIndex.getName(); in IndexHandlerImpl()
118 this.unique = storeIndex.isUnique(); in IndexHandlerImpl()
135 this.storeIndex = getIndex(dictionary, tableName, indexName); in IndexHandlerImpl()
136 this.unique = isUnique(storeIndex); in IndexHandlerImpl()
151 className, storeIndex, unique, fields); in toCandidateIndexImpl()
198 protected boolean isUnique(Index storeIndex) { in isUnique() argument
199 return storeIndex.isUnique(); in isUnique()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/
H A DIndexHandlerImpl.java84 protected Index storeIndex; field in IndexHandlerImpl
109 Dictionary dictionary, Index storeIndex, String[] columnNames) { in IndexHandlerImpl() argument
111 this.storeIndex = storeIndex; in IndexHandlerImpl()
112 this.indexName = storeIndex.getName(); in IndexHandlerImpl()
118 this.unique = storeIndex.isUnique(); in IndexHandlerImpl()
135 this.storeIndex = getIndex(dictionary, tableName, indexName); in IndexHandlerImpl()
136 this.unique = isUnique(storeIndex); in IndexHandlerImpl()
151 className, storeIndex, unique, fields); in toCandidateIndexImpl()
198 protected boolean isUnique(Index storeIndex) { in isUnique() argument
199 return storeIndex.isUnique(); in isUnique()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/
H A DIndexHandlerImpl.java77 protected Index storeIndex; field in IndexHandlerImpl
102 Dictionary dictionary, Index storeIndex, String[] columnNames) { in IndexHandlerImpl() argument
104 this.storeIndex = storeIndex; in IndexHandlerImpl()
105 this.indexName = storeIndex.getName(); in IndexHandlerImpl()
111 this.unique = storeIndex.isUnique(); in IndexHandlerImpl()
128 this.storeIndex = getIndex(dictionary, tableName, indexName); in IndexHandlerImpl()
129 this.unique = isUnique(storeIndex); in IndexHandlerImpl()
144 className, storeIndex, unique, fields); in toCandidateIndexImpl()
191 protected boolean isUnique(Index storeIndex) { in isUnique() argument
192 return storeIndex.isUnique(); in isUnique()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/
H A DIndexHandlerImpl.java84 protected Index storeIndex; field in IndexHandlerImpl
109 Dictionary dictionary, Index storeIndex, String[] columnNames) { in IndexHandlerImpl() argument
111 this.storeIndex = storeIndex; in IndexHandlerImpl()
112 this.indexName = storeIndex.getName(); in IndexHandlerImpl()
118 this.unique = storeIndex.isUnique(); in IndexHandlerImpl()
135 this.storeIndex = getIndex(dictionary, tableName, indexName); in IndexHandlerImpl()
136 this.unique = isUnique(storeIndex); in IndexHandlerImpl()
151 className, storeIndex, unique, fields); in toCandidateIndexImpl()
198 protected boolean isUnique(Index storeIndex) { in isUnique() argument
199 return storeIndex.isUnique(); in isUnique()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/
H A DIndexHandlerImpl.java84 protected Index storeIndex; field in IndexHandlerImpl
109 Dictionary dictionary, Index storeIndex, String[] columnNames) { in IndexHandlerImpl() argument
111 this.storeIndex = storeIndex; in IndexHandlerImpl()
112 this.indexName = storeIndex.getName(); in IndexHandlerImpl()
118 this.unique = storeIndex.isUnique(); in IndexHandlerImpl()
135 this.storeIndex = getIndex(dictionary, tableName, indexName); in IndexHandlerImpl()
136 this.unique = isUnique(storeIndex); in IndexHandlerImpl()
151 className, storeIndex, unique, fields); in toCandidateIndexImpl()
198 protected boolean isUnique(Index storeIndex) { in isUnique() argument
199 return storeIndex.isUnique(); in isUnique()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/
H A DIndexHandlerImpl.java84 protected Index storeIndex; field in IndexHandlerImpl
109 Dictionary dictionary, Index storeIndex, String[] columnNames) { in IndexHandlerImpl() argument
111 this.storeIndex = storeIndex; in IndexHandlerImpl()
112 this.indexName = storeIndex.getName(); in IndexHandlerImpl()
118 this.unique = storeIndex.isUnique(); in IndexHandlerImpl()
135 this.storeIndex = getIndex(dictionary, tableName, indexName); in IndexHandlerImpl()
136 this.unique = isUnique(storeIndex); in IndexHandlerImpl()
151 className, storeIndex, unique, fields); in toCandidateIndexImpl()
198 protected boolean isUnique(Index storeIndex) { in isUnique() argument
199 return storeIndex.isUnique(); in isUnique()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/
H A DIndexHandlerImpl.java84 protected Index storeIndex; field in IndexHandlerImpl
109 Dictionary dictionary, Index storeIndex, String[] columnNames) { in IndexHandlerImpl() argument
111 this.storeIndex = storeIndex; in IndexHandlerImpl()
112 this.indexName = storeIndex.getName(); in IndexHandlerImpl()
118 this.unique = storeIndex.isUnique(); in IndexHandlerImpl()
135 this.storeIndex = getIndex(dictionary, tableName, indexName); in IndexHandlerImpl()
136 this.unique = isUnique(storeIndex); in IndexHandlerImpl()
151 className, storeIndex, unique, fields); in toCandidateIndexImpl()
198 protected boolean isUnique(Index storeIndex) { in isUnique() argument
199 return storeIndex.isUnique(); in isUnique()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/
H A DIndexHandlerImpl.java84 protected Index storeIndex; field in IndexHandlerImpl
109 Dictionary dictionary, Index storeIndex, String[] columnNames) { in IndexHandlerImpl() argument
111 this.storeIndex = storeIndex; in IndexHandlerImpl()
112 this.indexName = storeIndex.getName(); in IndexHandlerImpl()
118 this.unique = storeIndex.isUnique(); in IndexHandlerImpl()
135 this.storeIndex = getIndex(dictionary, tableName, indexName); in IndexHandlerImpl()
136 this.unique = isUnique(storeIndex); in IndexHandlerImpl()
151 className, storeIndex, unique, fields); in toCandidateIndexImpl()
198 protected boolean isUnique(Index storeIndex) { in isUnique() argument
199 return storeIndex.isUnique(); in isUnique()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/
H A DIndexHandlerImpl.java84 protected Index storeIndex; field in IndexHandlerImpl
109 Dictionary dictionary, Index storeIndex, String[] columnNames) { in IndexHandlerImpl() argument
111 this.storeIndex = storeIndex; in IndexHandlerImpl()
112 this.indexName = storeIndex.getName(); in IndexHandlerImpl()
118 this.unique = storeIndex.isUnique(); in IndexHandlerImpl()
135 this.storeIndex = getIndex(dictionary, tableName, indexName); in IndexHandlerImpl()
136 this.unique = isUnique(storeIndex); in IndexHandlerImpl()
151 className, storeIndex, unique, fields); in toCandidateIndexImpl()
198 protected boolean isUnique(Index storeIndex) { in isUnique() argument
199 return storeIndex.isUnique(); in isUnique()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/
H A DIndexHandlerImpl.java84 protected Index storeIndex; field in IndexHandlerImpl
109 Dictionary dictionary, Index storeIndex, String[] columnNames) { in IndexHandlerImpl() argument
111 this.storeIndex = storeIndex; in IndexHandlerImpl()
112 this.indexName = storeIndex.getName(); in IndexHandlerImpl()
118 this.unique = storeIndex.isUnique(); in IndexHandlerImpl()
135 this.storeIndex = getIndex(dictionary, tableName, indexName); in IndexHandlerImpl()
136 this.unique = isUnique(storeIndex); in IndexHandlerImpl()
151 className, storeIndex, unique, fields); in toCandidateIndexImpl()
198 protected boolean isUnique(Index storeIndex) { in isUnique() argument
199 return storeIndex.isUnique(); in isUnique()
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/test/java/com/servingxml/components/cache/
H A DCacheTest.java124 CacheIndexImpl storeIndex = new CacheIndexImpl(); in xtestSynchCache2() local
127 …Thread storeTester = new SynchCacheTester(storeIndex,Expirable.NEVER_EXPIRES, Thread.MAX_PRIORITY); in xtestSynchCache2()
130 …Thread storeTester = new SynchCacheTester(storeIndex,Expirable.NEVER_EXPIRES, Thread.MIN_PRIORITY); in xtestSynchCache2()
140 assertTrue("size = " + storeIndex.size(), storeIndex.size() == 10000); in xtestSynchCache2()
147 private final CacheDictionary storeIndex; field in CacheTest.SynchCacheTester
149 SynchCacheTester(CacheDictionary storeIndex, Expirable expirable, int priority) { in SynchCacheTester() argument
153 this.storeIndex = storeIndex; in SynchCacheTester()
161 store.add(storeIndex,key,key,expirable, in run()
163 Object data = store.get(storeIndex,key); in run()
169 Object data = store.get(storeIndex,key); in run()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/
H A DClusterTransaction.java56 public IndexOperation getUniqueIndexOperation(Index storeIndex, Table storeTable); in getUniqueIndexOperation() argument
58 public IndexOperation getUniqueIndexDeleteOperation(Index storeIndex, Table storeTable); in getUniqueIndexDeleteOperation() argument
60 public IndexOperation getUniqueIndexUpdateOperation(Index storeIndex, Table storeTable); in getUniqueIndexUpdateOperation() argument
62 public IndexScanOperation getIndexScanOperation(Index storeIndex, Table storeTable); in getIndexScanOperation() argument
64 …nOperation getIndexScanOperationLockModeExclusiveScanFlagKeyInfo(Index storeIndex, Table storeTabl… in getIndexScanOperationLockModeExclusiveScanFlagKeyInfo() argument
66 public IndexScanOperation getIndexScanOperationMultiRange(Index storeIndex, Table storeTable); in getIndexScanOperationMultiRange() argument
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/
H A DClusterTransaction.java56 public IndexOperation getUniqueIndexOperation(Index storeIndex, Table storeTable); in getUniqueIndexOperation() argument
58 public IndexOperation getUniqueIndexDeleteOperation(Index storeIndex, Table storeTable); in getUniqueIndexDeleteOperation() argument
60 public IndexOperation getUniqueIndexUpdateOperation(Index storeIndex, Table storeTable); in getUniqueIndexUpdateOperation() argument
62 public IndexScanOperation getIndexScanOperation(Index storeIndex, Table storeTable); in getIndexScanOperation() argument
64 …nOperation getIndexScanOperationLockModeExclusiveScanFlagKeyInfo(Index storeIndex, Table storeTabl… in getIndexScanOperationLockModeExclusiveScanFlagKeyInfo() argument
66 public IndexScanOperation getIndexScanOperationMultiRange(Index storeIndex, Table storeTable); in getIndexScanOperationMultiRange() argument
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/
H A DClusterTransaction.java56 public IndexOperation getUniqueIndexOperation(Index storeIndex, Table storeTable); in getUniqueIndexOperation() argument
58 public IndexOperation getUniqueIndexDeleteOperation(Index storeIndex, Table storeTable); in getUniqueIndexDeleteOperation() argument
60 public IndexOperation getUniqueIndexUpdateOperation(Index storeIndex, Table storeTable); in getUniqueIndexUpdateOperation() argument
62 public IndexScanOperation getIndexScanOperation(Index storeIndex, Table storeTable); in getIndexScanOperation() argument
64 …nOperation getIndexScanOperationLockModeExclusiveScanFlagKeyInfo(Index storeIndex, Table storeTabl… in getIndexScanOperationLockModeExclusiveScanFlagKeyInfo() argument
66 public IndexScanOperation getIndexScanOperationMultiRange(Index storeIndex, Table storeTable); in getIndexScanOperationMultiRange() argument

12345678910>>...15