Home
last modified time | relevance | path

Searched defs:end (Results 126 – 150 of 165) sorted by relevance

1234567

/art/compiler/optimizing/
Dinduction_var_analysis.cc166 for (auto it = uses.begin(), end = uses.end(); it != end; ) { in FixOutsideUse() local
180 for (auto it = env_uses.begin(), end = env_uses.end(); it != end;) { in FixOutsideUse() local
Dintrinsics_arm_vixl.cc101 const vixl32::Register& end) { in GenSystemArrayCopyEndAddress()
305 vixl32::Label end; in GenNumberOfLeadingZeros() local
347 vixl32::Label end; in GenNumberOfTrailingZeros() local
1140 vixl32::Label end; in VisitStringCompareTo() local
1221 vixl32::Label* end, in GenerateStringCompareToLoop()
1454 vixl32::Label end; in VisitStringEquals() local
Dreference_type_propagation.cc223 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in BoundTypeIn() local
Dsuperblock_cloner.cc643 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in ConstructSubgraphClosedSSA() local
/art/runtime/
Dtrace.cc604 uint8_t* end = buf + buf_size; in DumpBuf() local
992 uint8_t* end = buf_.get() + buf_size; in GetVisitedMethods() local
Dintern_table.cc441 for (auto it = set->begin(), end = set->end(); it != end;) { in SweepWeaks() local
Dthread_list.cc179 char* end; in DumpUnattachedThreads() local
/art/runtime/native/
Ddalvik_system_DexFile.cc200 static MemMap AllocateDexMemoryMap(JNIEnv* env, jint start, jint end) { in AllocateDexMemoryMap()
264 jint end = ends.Get(i); in DexFile_openInMemoryDexFilesNative() local
/art/libartbase/base/
Dhash_set_test.cc293 size_t HashIntSequence(T begin, T end) { in HashIntSequence()
/art/tools/signal_dumper/
Dsignal_dumper.cc350 char* end; in PtraceSiblings() local
/art/runtime/gc/space/
Dregion_space.h406 void Init(size_t idx, uint8_t* begin, uint8_t* end) { in Init()
/art/libartbase/base/unix_file/
Dfd_file.cc488 off_t end = off + sz; in Copy() local
/art/dex2oat/linker/
Dimage_writer.cc1325 for (size_t i = 0, end = dex_file.NumFieldIds(); i < end; ++i) { in PreloadDexCache() local
1358 for (size_t i = 0, end = dex_cache->GetDexFile()->NumTypeIds(); i < end; ++i) { in PreloadDexCache() local
1371 for (size_t i = 0, end = dex_cache->GetDexFile()->NumStringIds(); i < end; ++i) { in PreloadDexCache() local
2638 const uint8_t* end = last_info.oat_file_begin_ + last_info.oat_loaded_size_; in CreateHeader() local
3050 Object* end = dst + remaining_space / object_class->GetObjectSize(); in CopyAndFixupObjects() local
/art/dex2oat/driver/
Dcompiler_driver.cc1120 for (auto it = image_classes->begin(), end = image_classes->end(); it != end;) { in LoadImageClasses() local
1489 void ForAll(size_t begin, size_t end, CompilationVisitor* visitor, size_t work_units) in ForAll()
1495 void ForAllLambda(size_t begin, size_t end, Fn fn, size_t work_units) in ForAllLambda()
1526 ForAllClosureLambda(ParallelCompilationManager* manager, size_t end, Fn fn) in ForAllClosureLambda()
/art/runtime/interpreter/mterp/x86_64ng/
Dmain.S204 .macro OAT_ENTRY name, end
/art/runtime/jit/
Ddebugger_interface.cc519 auto end = std::find_if(begin, entries.end(), [=](auto* e) { return e->addr_ >= group_end; }); in RepackEntries() local
/art/runtime/interpreter/mterp/arm64ng/
Dmain.S247 .macro OAT_ENTRY name, end
/art/openjdkjvmti/
Dti_heap.cc1709 art::mirror::Object*** end = roots + count; in ReplaceStrongRoots() local
1735 art::mirror::CompressedReference<art::mirror::Object>** end = roots + count; in ReplaceStrongRoots() local
Dti_redefine.cc244 ObsoleteMapIter end() const { in end() function in openjdkjvmti::ObsoleteMap
1608 RedefinitionDataIter RedefinitionDataHolder::end() { in end() function in openjdkjvmti::RedefinitionDataHolder
/art/libelffile/elf/
Delf_builder.h596 Elf_Off end = 0; in Strip() local
/art/runtime/interpreter/
Dunstarted_runtime.cc1257 jint end = shadow_frame->GetVReg(arg_offset + 2); in UnstartedStringGetCharsNoCheck() local
1560 char *end; in UnstartedIntegerParseInt() local
1604 char *end; in UnstartedLongParseLong() local
/art/dexlayout/
Ddexlayout.cc799 const uint32_t end = start + try_item->InsnCount(); in DumpCatches() local
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc420 size_t end = start + 1u; in GetSpillChunkSize() local
/art/dexdump/
Ddexdump.cc782 const u4 end = start + try_item.insn_count_; in dumpCatches() local
/art/runtime/gc/collector/
Dconcurrent_copying.cc1945 for (auto* it = heap_->allocation_stack_->Begin(), *end = heap_->allocation_stack_->End(); in VerifyNoFromSpaceReferences() local
2564 void* end = static_cast<char*>(start) + RoundUp(size, kPageSize); in CaptureRssAtPeak() local

1234567