Home
last modified time | relevance | path

Searched defs:end (Results 101 – 125 of 165) sorted by relevance

1234567

/art/runtime/
Dsubtype_check_info.h397 size_t end = GetSafeDepth(); in GetPathToRoot() local
Dintern_table_test.cc91 for (auto it = expected_.begin(), end = expected_.end(); it != end; ++it) { in IsMarked() local
Dstack_map.cc197 const uint32_t end = std::min<uint32_t>(map->size(), mask.size_in_bits()); in DecodeDexRegisterMap() local
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DSite.java417 int end = mChildren.size(); in findSite() local
/art/runtime/native/
Dlibcore_util_CharsetUtils.cc208 const int end = offset + length; in CharsetUtils_toUtf8Bytes() local
/art/runtime/gc/allocator/
Drosalloc.h74 uint8_t* end = fpr_base + ByteSize(rosalloc); in End() local
378 uintptr_t end = reinterpret_cast<uintptr_t>(End()); in LastSlot() local
/art/libartbase/base/
Dhash_set.h344 iterator end() { in end() function
349 const_iterator end() const { in end() function
Dbit_vector.cc315 uint32_t BitVector::NumSetBits(const uint32_t* storage, uint32_t end) { in NumSetBits()
Dbit_memory_region.h348 size_t end = bit_start_ + bit_offset_; in ByteAlign() local
Dbit_table.h200 ALWAYS_INLINE const_iterator end() const { return const_iterator(this, this->NumRows()); } in end() function
Darena_allocator.h312 auto* end = reinterpret_cast<uint8_t*>(ptr) + aligned_ptr_size; variable
/art/runtime/gc/space/
Dregion_space-inl.h382 size_t end, in AllocLargeInRange()
Dregion_space.cc415 static void ZeroAndProtectRegion(uint8_t* begin, uint8_t* end) { in ZeroAndProtectRegion()
676 static void PoisonUnevacuatedRange(uint8_t* begin, uint8_t* end) { in PoisonUnevacuatedRange()
Dlarge_object_space.cc112 LargeObjectSpace::LargeObjectSpace(const std::string& name, uint8_t* begin, uint8_t* end, in LargeObjectSpace()
375 uint8_t* end) in FreeListSpace()
/art/runtime/interpreter/
Dinterpreter_intrinsics.cc276 int32_t end = shadow_frame->GetVReg(arg[2]); in MterpStringGetCharsNoCheck() local
/art/compiler/optimizing/
Dparallel_move_resolver.cc390 for (auto it = scratches_.begin(), end = scratches_.end(); it != end; ++it) { in RemoveScratchLocation() local
Dnodes.cc566 for (size_t block_id = 0u, end = blocks_.size(); block_id != end; ++block_id) { in SimplifyCFG() local
1299 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in ReplaceUsesDominatedBy() local
1321 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in ReplaceEnvUsesDominatedBy() local
1403 for (auto it = uses.begin(), end = uses.end(); it != end; ) { in RemoveConstructorFences() local
Dloop_optimization.cc413 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in TryToEvaluateIfCondition() local
2420 for (auto it = uses.begin(), end = uses.end(); it != end;) { in TryReplaceWithLastValue() local
2436 for (auto it = env_uses.begin(), end = env_uses.end(); it != end;) { in TryReplaceWithLastValue() local
/art/libdexfile/dex/
Dutf_test.cc40 #define EXPECT_ARRAY_POSITION(expected, end, start) \ argument
/art/libdexfile/external/
Ddex_file_ext.cc343 uint32_t end = cdex_header.data_off_ + cdex_header.OwnedDataEnd(); in ExtDexFileGetMethodInfoForOffset() local
/art/tools/ahat/src/main/com/android/ahat/proguard/
DProguardMap.java379 int end = sig.indexOf(')'); in fromProguardSignature() local
/art/compiler/debug/
Delf_debug_info_writer.h633 for (const char* end; (end = strchr(desc, '/')) != nullptr; desc = end + 1, ++depth) { in SetNamespaceForClass() local
/art/tools/jvmti-agents/wrapagentproperties/
Dwrapagentproperties.cc257 static std::string substrOf(const std::string& s, size_t start, size_t end) { in substrOf()
/art/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc278 static std::string SubstrOf(const std::string& s, size_t start, size_t end) { in SubstrOf()
/art/runtime/mirror/
Dstring.cc343 void String::GetChars(int32_t start, int32_t end, Handle<CharArray> array, int32_t index) { in GetChars()

1234567