Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_analysis.cc32 static bool CanIntegerRangesOverlap(int64_t l1, int64_t h1, int64_t l2, int64_t h2) { in CanIntegerRangesOverlap()
58 int64_t h1 = l1 + (vector_length1 - 1); in CanBinaryOpAndIndexAlias() local
89 int64_t h1 = l1 + (vector_length1 - 1); in CanBinaryOpsAlias() local
231 int64_t h1 = l1 + (vector_length1 - 1); in CanArrayElementsAlias() local
Doptimizing_unit_test.h670 void FillHandlers(First h1) { in FillHandlers()
678 void FillHandlers(First h1, Inst... handlers) { in FillHandlers()
/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()