Searched refs:last_index (Results 1 – 2 of 2) sorted by relevance
152 constexpr size_t last_index = arraysize(patches) - 1u; in TEST() local156 bool expected = (i != last_index ? i : 7u) == (j != last_index ? j : 7u); in TEST()163 bool expected = (i != last_index ? i : 7u) < (j != last_index ? j : 7u); in TEST()
1903 HInstruction* last_index = graph_->GetIntConstant(payload->element_count - 1, dex_pc); in BuildFillArrayData() local1904 AppendInstruction(new (allocator_) HBoundsCheck(last_index, length, dex_pc)); in BuildFillArrayData()