Lines Matching defs:in
5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
119 private final static int ALLOC_SIZE = 1024; // Needs to be small enough to not be in LOS.
273 private static Map<Operation, Double> updateFrequencyMap(Map<Operation, Double> in,
311 if (in == null) {
312 in = new HashMap<Operation, Double>();
314 in.put(op, d);
316 return in;
404 // In this case, the output should not contain all the required
425 // Fill in the Operation[] array for each thread by laying
527 // up threads in Operation.WAIT
629 // their own OOME, this guards only agains OOME in the DEBUG output.
647 // That is highly undesirable in this test, so we use our own simple barrier class.
671 // in the local reference table, so it should succeed even if the Java heap is full.
678 // We pre-allocate the strings in class initializer to avoid const-string
679 // instructions in code using these strings later as they may throw OOME.