/art/test/976-conflict-no-methods/smali/ |
D | Main.smali | 25 .end method 33 .end method 38 .end method 43 .end method 48 .end method 53 .end method 58 .end method 63 .end method 68 .end method 73 .end method [all …]
|
D | Iface.smali | 89 .end method 92 .end method 95 .end method 98 .end method 101 .end method 104 .end method 107 .end method 110 .end method 113 .end method 116 .end method [all …]
|
/art/test/972-default-imt-collision/smali/ |
D | Iface2.smali | 88 .end method 91 .end method 94 .end method 97 .end method 100 .end method 103 .end method 106 .end method 109 .end method 112 .end method 115 .end method [all …]
|
/art/test/412-new-array/smali/ |
D | fill_array_data.smali | 13 .end array-data 15 .end method 26 .end array-data 28 .end method 37 .end array-data 43 .end method 54 .end array-data 56 .end method 67 .end array-data 69 .end method [all …]
|
/art/test/028-array-write/src/ |
D | Main.java | 27 static public void report(long start, long end) { in report() argument 32 System.out.println("Finished in " + ((end - start) / 1000000.0) in report() 42 long start, end; in writeTest() local 50 end = System.nanoTime(); in writeTest() 52 report(start, end); in writeTest() 56 long start, end; in copyTest() local 68 end = System.nanoTime(); in copyTest() 70 report(start, end); in copyTest()
|
/art/libartbase/base/ |
D | intrusive_forward_list_test.cc | 64 ASSERT_EQ(std::distance((expected).begin(), (expected).end()), \ 65 std::distance((value).begin(), (value).end())); \ 66 ASSERT_TRUE(std::equal((expected).begin(), (expected).end(), (value).begin())); \ 147 ASSERT_TRUE(ifl.end() == ifl.cend()); in IteratorOperators() 148 ASSERT_FALSE(ifl.end() != ifl.cend()); in IteratorOperators() 150 ASSERT_TRUE(ifl.begin() == ifl.end()); // Empty. in IteratorOperators() 151 ASSERT_FALSE(ifl.begin() != ifl.end()); // Empty. in IteratorOperators() 156 ASSERT_FALSE(ifl.begin() == ifl.end()); // Not empty. in IteratorOperators() 157 ASSERT_TRUE(ifl.begin() != ifl.end()); // Not empty. in IteratorOperators() 170 std::vector<ValueType> storage(ref.begin(), ref.end()); in ConstructRange() [all …]
|
D | leb128.h | 63 const void* end, in DecodeUnsignedLeb128Checked() argument 66 if (ptr >= end) { in DecodeUnsignedLeb128Checked() 71 if (ptr >= end) { in DecodeUnsignedLeb128Checked() 77 if (ptr >= end) { in DecodeUnsignedLeb128Checked() 83 if (ptr >= end) { in DecodeUnsignedLeb128Checked() 89 if (ptr >= end) { in DecodeUnsignedLeb128Checked() 150 const void* end, in DecodeSignedLeb128Checked() argument 153 if (ptr >= end) { in DecodeSignedLeb128Checked() 160 if (ptr >= end) { in DecodeSignedLeb128Checked() 168 if (ptr >= end) { in DecodeSignedLeb128Checked() [all …]
|
D | stl_util.h | 42 ForwardIterator end) { in STLDeleteContainerPointers() argument 43 while (begin != end) { in STLDeleteContainerPointers() 63 STLDeleteContainerPointers(container->begin(), container->end()); in STLDeleteElements() 74 for (typename T::iterator i = v->begin(); i != v->end(); ++i) { in STLDeleteValues() 96 auto it = std::find(container.begin(), container.end(), value); in IndexOfElement() 97 DCHECK(it != container.end()); // Must exist. in IndexOfElement() 104 auto it = std::find(container.begin(), container.end(), value); in RemoveElement() 105 DCHECK(it != container.end()); // Must exist. in RemoveElement() 112 auto it = std::find(container.begin(), container.end(), old_value); in ReplaceElement() 113 DCHECK(it != container.end()); // Must exist. in ReplaceElement() [all …]
|
/art/test/VerifierDeps/ |
D | Main.smali | 21 .end method 26 .end method 31 .end method 36 .end method 41 .end method 46 .end method 51 .end method 57 .end method 74 .end method 83 .end method [all …]
|
/art/test/800-smali/smali/ |
D | b_21873167.smali | 8 .end method 15 :end 17 .catchall {:start .. :end} :end 18 .end method
|
D | b_21902684.smali | 8 .end method 12 goto :end 15 :end 17 .end method
|
D | b_27799205_helper.smali | 12 .end method 19 .end method 26 .end method 33 .end method 40 .end method 47 .end method
|
D | b_134061983_2.smali | 9 .end method 36 :end 43 goto :end 48 goto :end 55 .catch Ldoes/not/ResolveException; {:indirect_leg .. :end} :catch_inner 56 .catch Ljava/lang/ArithmeticException; {:indirect_leg .. :end} :catch_inner 61 .end method
|
/art/cmdline/ |
D | token_range.h | 45 end_(token_list_->end()) in TokenRange() 53 end_(token_list_->end()) in TokenRange() 63 end_(token_list_->end()) { 65 assert(it_end <= token_list.end()); 73 end_(token_list_->end()) in TokenRange() 80 end_(token_list_->end()) in TokenRange() 91 assert(it_end <= token_list->end()); in TokenRange() 104 end_(token_list_->end()) in TokenRange() 151 iterator end() const { in end() function 183 return std::equal(begin(), end(), other.begin()); [all …]
|
/art/test/978-virtual-interface/smali/ |
D | Iface.smali | 44 .end method 50 .end method 56 .end method 62 .end method 68 .end method 74 .end method 80 .end method 86 .end method 92 .end method 98 .end method [all …]
|
/art/compiler/optimizing/ |
D | graph_visualizer.h | 40 size_t end; member 62 void SetFrameEntryInterval(size_t start, size_t end) { in SetFrameEntryInterval() argument 63 frame_entry_interval_ = {start, end}; in SetFrameEntryInterval() 66 void AddInstructionInterval(HInstruction* instr, size_t start, size_t end) { in AddInstructionInterval() argument 67 instruction_intervals_.Put(instr, {start, end}); in AddInstructionInterval() 70 void AddSlowPathInterval(SlowPathCode* slow_path, size_t start, size_t end) { in AddSlowPathInterval() argument 71 slow_path_intervals_.push_back({slow_path, {start, end}}); in AddSlowPathInterval()
|
/art/runtime/ |
D | oat.cc | 39 SafeMap<std::string, std::string>::const_iterator end = variable_data->end(); in ComputeOatHeaderSize() local 40 for ( ; it != end; ++it) { in ComputeOatHeaderSize() 320 static const char* ParseString(const char* start, const char* end) { in ParseString() argument 321 while (start < end && *start != 0) { in ParseString() 329 const char* end = ptr + key_value_store_size_; in GetStoreValueByKey() local 331 while (ptr < end) { in GetStoreValueByKey() 333 const char* str_end = ParseString(ptr, end); in GetStoreValueByKey() 334 if (str_end < end) { in GetStoreValueByKey() 337 if (ParseString(str_end + 1, end) < end) { in GetStoreValueByKey() 342 ptr = ParseString(str_end + 1, end) + 1; in GetStoreValueByKey() [all …]
|
/art/runtime/gc/allocator/ |
D | dlmalloc.cc | 66 extern "C" void DlmallocMadviseCallback(void* start, void* end, size_t used_bytes, void* arg) { in DlmallocMadviseCallback() argument 73 end = reinterpret_cast<void*>(art::RoundDown(reinterpret_cast<uintptr_t>(end), art::kPageSize)); in DlmallocMadviseCallback() 74 if (end > start) { in DlmallocMadviseCallback() 75 size_t length = reinterpret_cast<uint8_t*>(end) - reinterpret_cast<uint8_t*>(start); in DlmallocMadviseCallback() 87 void* end ATTRIBUTE_UNUSED, in DlmallocBytesAllocatedCallback() 98 void* end ATTRIBUTE_UNUSED, in DlmallocObjectsAllocatedCallback()
|
/art/runtime/gc/collector/ |
D | immune_spaces.cc | 65 std::sort(intervals.begin(), intervals.end()); in CreateLargestImmuneRegion() 73 const uintptr_t end = std::get<1>(interval); in CreateLargestImmuneRegion() local 76 << reinterpret_cast<const void*>(end) << " is_heap=" << is_heap; in CreateLargestImmuneRegion() 77 DCHECK_GE(end, begin); in CreateLargestImmuneRegion() 89 cur_end = end; in CreateLargestImmuneRegion() 93 cur_heap_size += end - begin; in CreateLargestImmuneRegion() 108 DCHECK(spaces_.find(space) == spaces_.end()) << *space; in AddSpace() 124 return spaces_.find(space) != spaces_.end(); in ContainsSpace()
|
/art/test/023-many-interfaces/src/ |
D | ManyInterfaces.java | 173 private static void report(String label, long start, long end, int iter, in report() argument 176 System.out.println(label + ": " + (end - start) / 1000 + "us" in report() 177 + " (" + (end - start) / (iter*rept) + "ns per call)"); in report() 194 long start, end; in run() local 207 end = System.nanoTime(); in run() 208 report("testIface001", start, end, iter, rept); in run() 212 end = System.nanoTime(); in run() 213 report("testIface049", start, end, iter, rept); in run() 217 end = System.nanoTime(); in run() 218 report("testIface099", start, end, iter, rept); in run() [all …]
|
/art/test/432-optimizing-cmp/smali/ |
D | cmp.smali | 9 .end method 15 .end method 21 .end method 27 .end method 33 .end method
|
/art/libdexfile/dex/ |
D | dex_file_layout.cc | 27 const uint8_t* end, in MadviseLargestPageAlignedRegion() argument 31 UNUSED(end); in MadviseLargestPageAlignedRegion() 35 DCHECK_LE(begin, end); in MadviseLargestPageAlignedRegion() 37 end = AlignDown(end, kPageSize); in MadviseLargestPageAlignedRegion() 38 if (begin < end) { in MadviseLargestPageAlignedRegion() 40 int result = madvise(const_cast<uint8_t*>(begin), end - begin, advice); in MadviseLargestPageAlignedRegion()
|
/art/test/121-modifiers/smali/ |
D | NonInf.smali | 85 .end method 95 .end method 105 .end method 110 .end method 120 .end method 123 .end method 133 .end method 143 .end method 153 .end method 167 .end method [all …]
|
/art/test/660-store-8-16/smali/ |
D | TestCase.smali | 25 .end method 32 .end method 39 .end method 45 .end method 53 .end method 60 .end method 67 .end method 75 .end method 82 .end method 89 .end method [all …]
|
/art/test/910-methods/ |
D | expected.txt | 7 Location end: 36 17 Location end: JVMTI_ERROR_NATIVE_METHOD 27 Location end: JVMTI_ERROR_NATIVE_METHOD 37 Location end: -1 47 Location end: -1 56 Location end: 2
|