/art/disassembler/ |
D | disassembler_arm64.cc | 34 size_t DisassemblerArm64::Dump(std::ostream& os, const uint8_t* begin) { in Dump() 42 void DisassemblerArm64::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump()
|
D | disassembler.cc | 47 std::string Disassembler::FormatInstructionPointer(const uint8_t* begin) { in FormatInstructionPointer()
|
D | disassembler_mips.cc | 264 void DisassemblerMips::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump()
|
D | disassembler_x86.cc | 29 size_t DisassemblerX86::Dump(std::ostream& os, const uint8_t* begin) { in Dump() 33 void DisassemblerX86::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump()
|
/art/compiler/utils/ |
D | array_ref.h | 113 iterator begin() { return array_; } in begin() function 114 const_iterator begin() const { return array_; } in begin() function
|
/art/runtime/gc/space/ |
D | dlmalloc_space.cc | 38 DlMallocSpace::DlMallocSpace(const std::string& name, MemMap* mem_map, void* mspace, byte* begin, in DlMallocSpace() 66 byte* begin = mem_map->Begin(); in CreateFromMemMap() local 112 void* DlMallocSpace::CreateMspace(void* begin, size_t morecore_start, size_t initial_size) { in CreateMspace() 152 void* allocator, byte* begin, byte* end, in CreateInstance()
|
D | rosalloc_space.cc | 45 art::gc::allocator::RosAlloc* rosalloc, byte* begin, byte* end, in RosAllocSpace() 73 byte* begin = mem_map->Begin(); in CreateFromMemMap() local 125 allocator::RosAlloc* RosAllocSpace::CreateRosAlloc(void* begin, size_t morecore_start, in CreateRosAlloc() 167 byte* begin, byte* end, byte* limit, size_t growth_limit, in CreateInstance()
|
D | space.h | 305 byte* begin, byte* end, byte* limit) : in ContinuousSpace() 372 MemMapSpace(const std::string& name, MemMap* mem_map, byte* begin, byte* end, byte* limit, in MemMapSpace() 428 ContinuousMemMapAllocSpace(const std::string& name, MemMap* mem_map, byte* begin, in ContinuousMemMapAllocSpace()
|
D | valgrind_malloc_space-inl.h | 96 A allocator, byte* begin, in ValgrindMallocSpace()
|
D | malloc_space.cc | 39 byte* begin, byte* end, byte* limit, size_t growth_limit, in MallocSpace()
|
D | large_object_space.cc | 87 LargeObjectSpace::LargeObjectSpace(const std::string& name, byte* begin, byte* end) in LargeObjectSpace() 294 FreeListSpace::FreeListSpace(const std::string& name, MemMap* mem_map, byte* begin, byte* end) in FreeListSpace()
|
D | bump_pointer_space.cc | 45 BumpPointerSpace::BumpPointerSpace(const std::string& name, byte* begin, byte* limit) in BumpPointerSpace()
|
/art/runtime/gc/collector/ |
D | immune_region.h | 51 void SetBegin(mirror::Object* begin) { in SetBegin()
|
D | mark_sweep.cc | 684 byte* begin, byte* end, byte minimum_age, size_t mark_stack_size, in CardScanTask() 818 accounting::ContinuousSpaceBitmap* bitmap, uintptr_t begin, uintptr_t end) in RecursiveMarkTask() 866 uintptr_t begin = reinterpret_cast<uintptr_t>(space->Begin()); in RecursiveMark() local 888 uintptr_t begin = reinterpret_cast<uintptr_t>(space->Begin()); in RecursiveMark() local
|
/art/runtime/ |
D | safe_map.h | 60 iterator begin() { return map_.begin(); } in begin() function 61 const_iterator begin() const { return map_.begin(); } in begin() function
|
D | dex_file_verifier.h | 37 DexFileVerifier(const DexFile* dex_file, const byte* begin, size_t size, const char* location) in DexFileVerifier()
|
D | mem_map.cc | 135 static bool ContainedWithinExistingMap(uintptr_t begin, in ContainedWithinExistingMap() 159 static bool CheckNonOverlapping(uintptr_t begin, in CheckNonOverlapping() 476 MemMap::MemMap(const std::string& name, byte* begin, size_t size, void* base_begin, in MemMap()
|
D | indirect_reference_table.h | 327 IrtIterator begin() { in begin() function
|
D | parsed_options.cc | 873 const char* begin = &s[colon + 1]; in ParseInteger() local
|
/art/runtime/base/ |
D | stl_util.h | 43 void STLDeleteContainerPointers(ForwardIterator begin, in STLDeleteContainerPointers()
|
D | bit_vector.h | 134 IndexIterator begin() const { in begin() function
|
D | stringpiece.h | 136 iterator begin() const { return ptr_; } in begin() function
|
/art/runtime/gc/accounting/ |
D | card_table.h | 133 byte* begin = mem_map_->Begin() + offset_; in IsValidCard() local
|
D | card_table.cc | 111 byte* begin = mem_map_->Begin() + offset_; in CheckAddrIsInCardTable() local
|
D | space_bitmap_test.cc | 42 BitmapVerify(ContinuousSpaceBitmap* bitmap, const mirror::Object* begin, in BitmapVerify()
|