Home
last modified time | relevance | path

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

/art/compiler/utils/
Dintrusive_forward_list.h138 IntrusiveForwardList(InputIterator first, InputIterator last) : IntrusiveForwardList() { in IntrusiveForwardList()
173 void assign(InputIterator first, InputIterator last) { in assign()
191 iterator insert_after(const_iterator position, InputIterator first, InputIterator last) { in insert_after()
198 const_iterator last = position; in erase_after() local
202 iterator erase_after(const_iterator position, const_iterator last) { in erase_after()
231 const_iterator last = i; in splice_after() local
243 const_iterator last) { in splice_after()
272 const_iterator last) { in splice_after()
Dassembler.h340 void AppendRawData(const std::vector<uint8_t>& raw_data, size_t first, size_t last) { in AppendRawData()
/art/runtime/base/
Ddchecked_vector.h74 : Base(first, last, alloc) { } in Base() argument
161 iterator insert(const_iterator position, InputIterator first, InputIterator last) { in insert()
179 iterator erase(const_iterator first, const_iterator last) { in erase()
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.cc276 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.cc130 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.cc612 int64_t last = last_activity_time_ms_.LoadSequentiallyConsistent(); in LastDebuggerActivity() local
/art/compiler/
Dcompiled_method.h126 SrcMap(InputIt first, InputIt last, const Allocator& alloc) in SrcMap()
/art/compiler/optimizing/
Dnodes.cc2029 HInstruction* last = body->GetLastInstruction(); in InlineInto() local
2108 HInstruction* last = predecessor->GetLastInstruction(); in InlineInto() local
2122 HInstruction* last = predecessor->GetLastInstruction(); in InlineInto() local
Dconstant_folding_test.cc765 HInstruction* last; in TEST_F() local
Dinduction_var_analysis.cc327 InductionInfo* last) { in RotatePeriodicInduction()
Dregister_allocator.cc1534 HInstruction* last = block->GetLastInstruction(); in InsertParallelMoveAtExitOf() local
/art/oatdump/
Doatdump.cc1145 StackMap last = code_info_.GetStackMapAt(0u, encoding_); in StackMapsHelper() local