Home
last modified time | relevance | path

Searched refs:last_index (Results 1 – 2 of 2) sorted by relevance

/art/compiler/linker/
Dlinker_patch_test.cc152 constexpr size_t last_index = arraysize(patches) - 1u; in TEST() local
156 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()
/art/compiler/optimizing/
Dinstruction_builder.cc1903 HInstruction* last_index = graph_->GetIntConstant(payload->element_count - 1, dex_pc); in BuildFillArrayData() local
1904 AppendInstruction(new (allocator_) HBoundsCheck(last_index, length, dex_pc)); in BuildFillArrayData()