Lines Matching refs:ArraysSupport

28 import jdk.internal.util.ArraysSupport;
46 ArraysSupport.LOG2_ARRAY_BYTE_INDEX_SCALE); in mismatch()
67 a.base(), a.address + (aOff << ArraysSupport.LOG2_ARRAY_CHAR_INDEX_SCALE), in mismatch()
68 b.base(), b.address + (bOff << ArraysSupport.LOG2_ARRAY_CHAR_INDEX_SCALE), in mismatch()
70 ArraysSupport.LOG2_ARRAY_CHAR_INDEX_SCALE); in mismatch()
87 a.base(), a.address + (aOff << ArraysSupport.LOG2_ARRAY_SHORT_INDEX_SCALE), in mismatch()
88 b.base(), b.address + (bOff << ArraysSupport.LOG2_ARRAY_SHORT_INDEX_SCALE), in mismatch()
90 ArraysSupport.LOG2_ARRAY_SHORT_INDEX_SCALE); in mismatch()
107 a.base(), a.address + (aOff << ArraysSupport.LOG2_ARRAY_INT_INDEX_SCALE), in mismatch()
108 b.base(), b.address + (bOff << ArraysSupport.LOG2_ARRAY_INT_INDEX_SCALE), in mismatch()
110 ArraysSupport.LOG2_ARRAY_INT_INDEX_SCALE); in mismatch()
126 a.base(), a.address + (aOff << ArraysSupport.LOG2_ARRAY_FLOAT_INDEX_SCALE), in mismatch()
127 b.base(), b.address + (bOff << ArraysSupport.LOG2_ARRAY_FLOAT_INDEX_SCALE), in mismatch()
129 ArraysSupport.LOG2_ARRAY_FLOAT_INDEX_SCALE); in mismatch()
165 a.base(), a.address + (aOff << ArraysSupport.LOG2_ARRAY_LONG_INDEX_SCALE), in mismatch()
166 b.base(), b.address + (bOff << ArraysSupport.LOG2_ARRAY_LONG_INDEX_SCALE), in mismatch()
168 ArraysSupport.LOG2_ARRAY_LONG_INDEX_SCALE); in mismatch()
183 a.base(), a.address + (aOff << ArraysSupport.LOG2_ARRAY_DOUBLE_INDEX_SCALE), in mismatch()
184 b.base(), b.address + (bOff << ArraysSupport.LOG2_ARRAY_DOUBLE_INDEX_SCALE), in mismatch()
186 ArraysSupport.LOG2_ARRAY_DOUBLE_INDEX_SCALE); in mismatch()