Searched refs:begin (Results 101 - 109 of 109) sorted by relevance

12345

/art/runtime/
H A Dthread_list.cc72 return find(list_.begin(), list_.end(), thread) != list_.end();
H A Dtrace.cc280 for (std::vector<mirror::ArtMethod*>::iterator old_it = old_stack_trace->begin();
H A Ddebugger.cc1540 * expect slots to begin with arguments, but dex code places them at
1781 const uint8_t* begin = reinterpret_cast<const uint8_t*>(code_item->insns_); local
1782 const uint8_t* end = begin + byte_count;
1783 for (const uint8_t* p = begin; p != end; ++p) {
3313 gBreakpoints.erase(gBreakpoints.begin() + i);
4665 return std::distance(table_.begin(), it);
H A Dclass_linker.cc812 auto it = dex_files->begin() + old_size;
817 dex_files->erase(dex_files->begin() + old_size, it_end);
5422 std::sort(grouped_and_sorted_fields.begin(), grouped_and_sorted_fields.end(),
5456 grouped_and_sorted_fields.erase(grouped_and_sorted_fields.begin() + i);
H A Djni_internal.cc101 std::replace(result.begin(), result.end(), '.', '/');
/art/tools/
H A Dcpplint.py953 def RemoveMultiLineCommentsFromRange(lines, begin, end):
957 for i in range(begin, end):
2326 # or they begin with multiple slashes followed by a space:
/art/dex2oat/
H A Ddex2oat.cc738 for (FeatureList::iterator i = features.begin(); i != features.end(); i++) {
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc642 args.erase(args.begin());
/art/compiler/dex/portable/
H A Dmir_to_gbc.cc1944 for (::llvm::BasicBlock::iterator it = placeholder_bb_->begin(),

Completed in 718 milliseconds

12345