Home
last modified time | relevance | path

Searched defs:h1 (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dload_store_analysis.cc29 static bool CanIntegerRangesOverlap(int64_t l1, int64_t h1, int64_t l2, int64_t h2) { in CanIntegerRangesOverlap()
55 int64_t h1 = l1 + (vector_length1 - 1); in CanBinaryOpAndIndexAlias() local
86 int64_t h1 = l1 + (vector_length1 - 1); in CanBinaryOpsAlias() local
111 int64_t h1 = l1 + (vector_length1 - 1); in CanArrayElementsAlias() local
/art/test/561-shared-slowpaths/src/
DMain.java27 private static void init(int[] x, int [] y, int l1, int h1, int l2, int h2) { in init()