Home
last modified time | relevance | path

Searched defs:last (Results 1 – 11 of 11) sorted by relevance

/art/runtime/base/
Diteration_range.h35 IterationRange(iterator first, iterator last) : first_(first), last_(last) { } in IterationRange()
Dstringpiece.cc74 const char* last = ptr_ + std::min(ulen - s.length_, pos) + s.length_; in rfind() local
Darena_allocator.cc226 Arena* last = first; in FreeArenaChain() local
/art/runtime/
Dmonitor_pool.cc71 Monitor* last = reinterpret_cast<Monitor*>(reinterpret_cast<uintptr_t>(chunk) + in AllocateChunk() local
Dmem_map_test.cc115 uintptr_t last = 0; in TEST_F() local
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java163 Opcode last = opcodeList.get(opcodeList.size() - 1); in getLegalDifferentOpcode() local
/art/runtime/jdwp/
Djdwp_main.cc610 int64_t last = last_activity_time_ms_.LoadSequentiallyConsistent(); in LastDebuggerActivity() local
/art/compiler/
Dcompiled_method.h121 SrcMap(InputIt first, InputIt last, const Allocator& alloc) in SrcMap()
/art/compiler/optimizing/
Dnodes.cc1232 HInstruction* last = body->GetLastInstruction(); in InlineInto() local
1265 HInstruction* last = predecessor->GetLastInstruction(); in InlineInto() local
1280 HInstruction* last = predecessor->GetLastInstruction(); in InlineInto() local
Dregister_allocator.cc1422 HInstruction* last = block->GetLastInstruction(); in InsertParallelMoveAtExitOf() local
/art/compiler/dex/
Dmir_graph.cc1135 MIR* last = last_list_mir->next; in InsertMIRListAfter() local