Home
last modified time | relevance | path

Searched defs: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
/art/compiler/optimizing/
Dinstruction_builder.cc1903 HInstruction* last_index = graph_->GetIntConstant(payload->element_count - 1, dex_pc); in BuildFillArrayData() local