/art/test/028-array-write/src/ |
D | Main.java | 27 static public void report(long start, long end) { in report() 42 long start, end; in writeTest() local 56 long start, end; in copyTest() local
|
/art/compiler/optimizing/ |
D | graph_visualizer.h | 40 size_t end; member 62 void SetFrameEntryInterval(size_t start, size_t end) { in SetFrameEntryInterval() 66 void AddInstructionInterval(HInstruction* instr, size_t start, size_t end) { in AddInstructionInterval() 70 void AddSlowPathInterval(SlowPathCode* slow_path, size_t start, size_t end) { in AddSlowPathInterval()
|
/art/runtime/ |
D | utils.h | 41 char* end; in ParseUint() local 55 char* end; in ParseInt() local 285 inline void FlushInstructionCache(char* begin, char* end) { in FlushInstructionCache() 289 inline void FlushDataCache(char* begin, char* end) { in FlushDataCache() 317 const uint8_t* end = begin + sizeof(*result); in BoundsCheckedCast() local
|
D | leb128.h | 57 const void* end, in DecodeUnsignedLeb128Checked() 144 const void* end, in DecodeSignedLeb128Checked() 243 for (uint8_t* end = EncodeUnsignedLeb128(dest, value); end < old_end; end++) { in UpdateUnsignedLeb128() local 296 void InsertBackUnsigned(It cur, It end) { in InsertBackUnsigned() 307 void InsertBackSigned(It cur, It end) { in InsertBackSigned()
|
D | oat.cc | 41 SafeMap<std::string, std::string>::const_iterator end = variable_data->end(); in ComputeOatHeaderSize() local 417 static const char* ParseString(const char* start, const char* end) { in ParseString() 426 const char* end = ptr + key_value_store_size_; in GetStoreValueByKey() local 452 const char* end = ptr + key_value_store_size_; in GetStoreKeyValuePairByIndex() local 522 SafeMap<std::string, std::string>::const_iterator end = key_value_store->end(); in Flatten() local
|
D | leb128_test.cc | 117 uint8_t* end = EncodeUnsignedLeb128(encoded_data, uleb128_tests[i].decoded); in TEST() local 156 uint8_t* end = encoded_data; in TEST() local 198 uint8_t* end = EncodeSignedLeb128(encoded_data, sleb128_tests[i].decoded); in TEST() local 237 uint8_t* end = encoded_data; in TEST() local
|
D | mem_map.cc | 149 uintptr_t end = begin + size; in ContainedWithinExistingMap() local 189 uintptr_t end, in CheckNonOverlapping() 508 for (auto it = gMaps->lower_bound(base_begin_), end = gMaps->end(); in ~MemMap() local 705 void* end = map->BaseEnd(); in DumpMapsLocked() local 739 for (auto it = gMaps->lower_bound(base_begin), end = gMaps->end(); in HasMemMap() local 752 for (auto it = gMaps->lower_bound(address), end = gMaps->end(); in GetLargestMemMapAt() local 986 volatile uint8_t* end = begin + base_size_; in TryReadable() local
|
/art/test/449-checker-bce/src/ |
D | Main.java | 1050 void foo1(int[] array, int start, int end, boolean expectInterpreter) { in foo1() 1090 void foo2(int[] array, int start, int end, boolean expectInterpreter) { in foo2() 1130 void foo3(int[] array, int end, boolean expectInterpreter) { in foo3() 1171 void foo4(int[] array, int end, boolean expectInterpreter) { in foo4() 1220 void foo5(int[] array, int end, boolean expectInterpreter) { in foo5() 1281 void foo6(int[] array, int start, int end, boolean expectInterpreter) { in foo6() 1318 void foo7(int[] array, int start, int end, boolean lowEnd) { in foo7() 1365 void foo8(int[][] matrix, int start, int end) { in foo8() 1424 void partialLooping(int[] array, int start, int end) { in partialLooping()
|
/art/runtime/gc/ |
D | allocation_record.cc | 49 char* end; in SetProperties() local 65 char* end; in SetProperties() local 81 char* end; in SetProperties() local 107 for (auto it = entries_.rbegin(), end = entries_.rend(); it != end; ++it) { in VisitRoots() local 145 for (auto it = entries_.begin(), end = entries_.end(); it != end;) { in SweepAllocationRecords() local
|
/art/test/004-InterfaceTest/src/ |
D | Main.java | 29 long end = System.currentTimeMillis(); in test_virtual() local 40 long end = System.currentTimeMillis(); in test_interface() local
|
/art/test/082-inline-execute/src/junit/framework/ |
D | ComparisonCompactor.java | 50 int end= Math.min(fExpected.length(), fActual.length()); in findCommonPrefix() local 72 int end= Math.min(fExpected.length() - fSuffix + 1 + fContextLength, fExpected.length()); in computeCommonSuffix() local
|
/art/test/021-string2/src/junit/framework/ |
D | ComparisonCompactor.java | 50 int end= Math.min(fExpected.length(), fActual.length()); in findCommonPrefix() local 72 int end= Math.min(fExpected.length() - fSuffix + 1 + fContextLength, fExpected.length()); in computeCommonSuffix() local
|
/art/runtime/gc/space/ |
D | rosalloc_space.cc | 47 art::gc::allocator::RosAlloc* rosalloc, uint8_t* begin, uint8_t* end, in RosAllocSpace() 72 uint8_t* end = mem_map->Begin() + starting_size; in CreateFromMemMap() local 178 void* allocator, uint8_t* begin, uint8_t* end, in CreateInstance() 262 void RosAllocSpace::Walk(void(*callback)(void *start, void *end, size_t num_bytes, void* callback_a… in Walk() 303 void (*callback)(void *start, void *end, size_t num_bytes, void* callback_arg), in InspectAllRosAllocWithSuspendAll() 316 void RosAllocSpace::InspectAllRosAlloc(void (*callback)(void *start, void *end, size_t num_bytes, v… in InspectAllRosAlloc()
|
D | dlmalloc_space.cc | 41 void* mspace, uint8_t* begin, uint8_t* end, uint8_t* limit, in DlMallocSpace() 61 uint8_t* end = mem_map->Begin() + starting_size; in CreateFromMemMap() local 155 void* allocator, uint8_t* begin, uint8_t* end, in CreateInstance() 235 void DlMallocSpace::Walk(void(*callback)(void *start, void *end, size_t num_bytes, void* callback_a… in Walk() 295 static void MSpaceChunkCallback(void* start, void* end, size_t used_bytes, void* arg) { in MSpaceChunkCallback()
|
D | bump_pointer_space-walk-inl.h | 33 uint8_t* end = End(); in Walk() local
|
D | space.h | 285 void SetEnd(uint8_t* end) { in SetEnd() 325 uint8_t* begin, uint8_t* end, uint8_t* limit) : in ContinuousSpace() 392 …MemMapSpace(const std::string& name, MemMap* mem_map, uint8_t* begin, uint8_t* end, uint8_t* limit, in MemMapSpace() 448 uint8_t* end, uint8_t* limit, GcRetentionPolicy gc_retention_policy) in ContinuousMemMapAllocSpace()
|
/art/test/ti-agent/ |
D | ti_utf.h | 31 const char* end = utf8 + byte_count; in CountModifiedUtf8Chars() local 164 const uint16_t *end = chars + char_count; in CountUtf8Bytes() local
|
/art/runtime/gc/accounting/ |
D | card_table.cc | 107 void CardTable::ClearCardRange(uint8_t* start, uint8_t* end) { in ClearCardRange() 123 uint8_t* end = mem_map_->End(); in CheckAddrIsInCardTable() local
|
D | space_bitmap_test.cc | 43 const mirror::Object* end) in BitmapVerify() 83 mirror::Object* end = in TEST_F() local 185 size_t end = offset + RoundDown(r.next() % (remain + 1), kAlignment); in RunTest() local
|
/art/test/559-bce-ssa/src/ |
D | Main.java | 19 public static void foo(int[] array, int[] array2, int start, int end) { in foo()
|
/art/tools/ahat/src/heapdump/ |
D | AhatArrayInstance.java | 164 int end = offset + count - 1; in asString() local 188 int end = offset + count - 1; in asAsciiString() local
|
/art/test/053-wait-some/src/ |
D | Main.java | 33 long start, end; in doit() local
|
/art/runtime/base/ |
D | array_slice.h | 62 StrideIterator<T> end() { return StrideIterator<T>(&AtUnchecked(size_), element_size_); } in end() function 63 const_iterator end() const { return const_iterator(&AtUnchecked(size_), element_size_); } in end() function
|
D | array_ref.h | 116 iterator end() { return array_ + size_; } in end() function 117 const_iterator end() const { return array_ + size_; } in end() function
|
/art/runtime/gc/collector/ |
D | immune_region.h | 56 void SetEnd(mirror::Object* end) { in SetEnd()
|