Searched defs:last (Results 1 – 16 of 16) sorted by relevance
/art/compiler/utils/ |
D | intrusive_forward_list.h | 138 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()
|
D | assembler.h | 340 void AppendRawData(const std::vector<uint8_t>& raw_data, size_t first, size_t last) { in AppendRawData()
|
/art/runtime/base/ |
D | dchecked_vector.h | 74 : 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()
|
D | iteration_range.h | 35 IterationRange(iterator first, iterator last) : first_(first), last_(last) { } in IterationRange()
|
D | stringpiece.cc | 74 const char* last = ptr_ + std::min(ulen - s.length_, pos) + s.length_; in rfind() local
|
D | arena_allocator.cc | 276 Arena* last = first; in FreeArenaChain() local
|
/art/runtime/ |
D | monitor_pool.cc | 71 Monitor* last = reinterpret_cast<Monitor*>(reinterpret_cast<uintptr_t>(chunk) + in AllocateChunk() local
|
D | mem_map_test.cc | 130 uintptr_t last = 0; in TEST_F() local
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 163 Opcode last = opcodeList.get(opcodeList.size() - 1); in getLegalDifferentOpcode() local
|
/art/runtime/jdwp/ |
D | jdwp_main.cc | 612 int64_t last = last_activity_time_ms_.LoadSequentiallyConsistent(); in LastDebuggerActivity() local
|
/art/compiler/ |
D | compiled_method.h | 126 SrcMap(InputIt first, InputIt last, const Allocator& alloc) in SrcMap()
|
/art/compiler/optimizing/ |
D | nodes.cc | 2029 HInstruction* last = body->GetLastInstruction(); in InlineInto() local 2108 HInstruction* last = predecessor->GetLastInstruction(); in InlineInto() local 2122 HInstruction* last = predecessor->GetLastInstruction(); in InlineInto() local
|
D | constant_folding_test.cc | 765 HInstruction* last; in TEST_F() local
|
D | induction_var_analysis.cc | 327 InductionInfo* last) { in RotatePeriodicInduction()
|
D | register_allocator.cc | 1534 HInstruction* last = block->GetLastInstruction(); in InsertParallelMoveAtExitOf() local
|
/art/oatdump/ |
D | oatdump.cc | 1145 StackMap last = code_info_.GetStackMapAt(0u, encoding_); in StackMapsHelper() local
|