/art/test/113-multidex/src-multidex/ |
D | Main.java | 21 Inf1 second = new Second(); in main() local 22 System.out.println(second.getClass().getName()); in main() 23 second.zcall(); in main() 24 second.zcall1(); in main() 25 second.zcall2(); in main() 26 second.zcall3(); in main() 27 second.zcall4(); in main() 28 second.zcall5(); in main() 29 second.zcall6(); in main() 30 second.zcall7(); in main() [all …]
|
/art/test/626-const-class-linking/ |
D | expected.txt | 3 second: Test class loader: DefiningLoader 5 second: Test class loader: DefiningLoader 8 second: Test class loader: DefiningLoader 10 second: Test class loader: DefiningLoader 13 second: Test class loader: DefiningLoader 15 second: Test class loader: DefiningLoader 17 second: Test class loader: DefiningLoader 19 second: Test class loader: DefiningLoader 25 second: Test class loader: DefiningLoader 27 second: Test class loader: DefiningLoader [all …]
|
/art/libartbase/base/ |
D | bit_vector_test.cc | 147 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST() local 150 second.SetBit(64); in TEST() 152 bool changed = first.UnionIfNotIn(&second, &third); in TEST() 159 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST() local 162 second.SetBit(64); in TEST() 163 bool changed = first.UnionIfNotIn(&second, &third); in TEST() 173 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST() local 175 EXPECT_TRUE(first.IsSubsetOf(&second)); in TEST() 176 second.SetBit(4); in TEST() 177 EXPECT_TRUE(first.IsSubsetOf(&second)); in TEST() [all …]
|
D | memory_type_table.h | 154 table.ranges_.push_back(it.second); in Build() 216 DCHECK_GE(succ->second.Limit(), range.Start()); in Add() 217 if (range.Overlaps(succ->second)) { in Add() 220 if (!range.CombinableWith(succ->second)) { in Add() 227 if (range.Overlaps(pred->second)) { in Add() 230 if (!range.CombinableWith(pred->second)) { in Add() 243 const uintptr_t limit = succ->second.Limit(); in Add() 251 const uintptr_t start = pred->second.Start(); in Add() 254 DCHECK_GT(limit, pred->second.Limit()); in Add() 259 DCHECK_LT(pred->second.Start(), range.Start()); in Add() [all …]
|
D | safe_map.h | 90 return it->second; in Get() 96 DCHECK(result.second); // Check we didn't accidentally overwrite an existing value. in Put() 101 DCHECK(result.second); // Check we didn't accidentally overwrite an existing value. in Put() 124 if (!result.second) { in Overwrite() 126 result.first->second = v; in Overwrite() 137 return lb->second; in GetOrCreate() 140 return it->second; in GetOrCreate()
|
D | mem_map.cc | 72 if (it->second == &map) { in GetGMapsEntry() 84 MemMap* map = it->second; in operator <<() 160 MemMap* const map = pair.second; in ContainedWithinExistingMap() 643 DCHECK_EQ(this_it->second, this); in swap() 644 this_it->second = &other; in swap() 648 DCHECK_EQ(other_it->second, &other); in swap() 649 other_it->second = this; in swap() 899 MemMap* map = it->second; in DumpMapsLocked() 912 it->second->GetProtect() == map->GetProtect() && in DumpMapsLocked() 913 it->second->GetName() == map->GetName() && in DumpMapsLocked() [all …]
|
/art/test/626-const-class-linking/src/ |
D | ClassPair.java | 19 public Class<?> second; field in ClassPair 21 public ClassPair(Class<?> first, Class<?> second) { in ClassPair() argument 23 this.second = second; in ClassPair() 29 String second_loader_name = second.getClassLoader().getClass().getName(); in print() 30 System.out.println("second: " + second.getName() + " class loader: " + second_loader_name); in print()
|
/art/test/985-re-obsolete/ |
D | expected.txt | 27 second - Goodbye - private - Transformed 29 second - Pre Start private method call - Transformed 30 second - Hello - private - Transformed 31 second - Post Start private method call - Transformed 33 second - Pre Finish private method call - Transformed 34 second - Goodbye - private - Transformed 35 second - Post Finish private method call - Transformed
|
/art/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 40 most_used.emplace_back(pair.second, pair.first); in SortByOrder() 48 CHECK(ret.emplace(pair.second, current_index++).second); in SortByOrder() 55 return os << "{" << pair.first << ", " << pair.second << "}"; in operator <<() 80 sorted.emplace_back(pair.second, pair.first); 81 total += pair.second; 88 printer(os, pair.second); 127 pair.second.types_ = SortByOrder(pair.second.types_, Order::kMostUsed); in ProcessDexFiles() 128 pair.second.fields_ = SortByOrder(pair.second.fields_, Order::kMostUsed); in ProcessDexFiles() 129 pair.second.methods_ = SortByOrder(pair.second.methods_, Order::kMostUsed); in ProcessDexFiles() 130 pair.second.strings_ = SortByOrder(pair.second.strings_, Order::kMostUsed); in ProcessDexFiles() [all …]
|
/art/libdexfile/dex/ |
D | test_dex_file_builder.h | 107 entry.second.idx = string_idx; in Build() 109 entry.second.data_offset = data_section_size; in Build() 118 entry.second = type_idx; in Build() 127 entry.second.idx = proto_idx; in Build() 131 entry.second.data_offset = RoundUp(data_section_size, 4u); in Build() 132 data_section_size = entry.second.data_offset + 4u + num_args * sizeof(dex::TypeItem); in Build() 134 entry.second.data_offset = 0u; in Build() 143 entry.second = field_idx; in Build() 152 entry.second = method_idx; in Build() 172 uint32_t raw_offset = data_section_offset + entry.second.data_offset; in Build() [all …]
|
/art/test/170-interface-init/src/ |
D | Main.java | 29 final CountDownLatch second = new CountDownLatch(1); in main() local 36 second.await(); in main() 46 second.countDown(); in main()
|
/art/runtime/interpreter/mterp/x86_64/ |
D | arithmetic.S | 1 %def bindiv(result="", second="", wide="", suffix="", rem="0", ext="cdq"): 10 GET_WIDE_VREG $second, %rcx # ecx <- vCC 13 GET_VREG $second, %rcx # ecx <- vCC 15 test${suffix} $second, $second 17 cmp${suffix} $$-1, $second 20 idiv${suffix} $second 36 %def bindiv2addr(result="", second="", wide="", suffix="", rem="0", ext="cdq"): 46 GET_WIDE_VREG $second, %rcx # ecx <- vB 49 GET_VREG $second, %rcx # ecx <- vB 51 test${suffix} $second, $second [all …]
|
/art/test/MultiDex/ |
D | Main.java | 19 Second second = new Second(); in main() local 20 System.out.println(second.getSecond()); in main()
|
/art/test/MultiDexModifiedSecondary/ |
D | Main.java | 19 Second second = new Second(); in main() local 20 System.out.println(second.getSecond()); in main()
|
/art/test/426-monitor/ |
D | expected.txt | 4 In second instance method 5 In second static method
|
/art/runtime/ |
D | cha_test.cc | 49 ASSERT_EQ(dependents[0].second, METHOD_HEADER2); in TEST_F() 57 ASSERT_EQ(dependents[0].second, METHOD_HEADER2); in TEST_F() 59 ASSERT_EQ(dependents[1].second, METHOD_HEADER3); in TEST_F() 69 ASSERT_EQ(dependents[0].second, METHOD_HEADER3); in TEST_F() 85 ASSERT_EQ(dependents[0].second, METHOD_HEADER1); in TEST_F()
|
D | imtable_test.cc | 84 classes.second->FindDeclaredVirtualMethodByName(method_name, pointer_size); in LoadMethods() 94 CHECK_EQ(ImTable::GetImtIndex(methods.first), ImTable::GetImtIndex(methods.second)); in TEST_F() 101 CHECK_EQ(ImTable::GetImtIndex(methods.first), ImTable::GetImtIndex(methods.second)); in TEST_F()
|
D | transaction.cc | 57 field_values_count += it.second.Size(); in ~Transaction() 62 array_values_count += it.second.Size(); in ~Transaction() 227 it->second.LogValue(index, value); in RecordWriteArray() 282 it.second.Undo(it.first); in UndoObjectModifications() 291 it.second.Undo(it.first); in UndoArrayModifications() 329 it.second.VisitRoots(visitor); in VisitObjectLogs() 341 mirror::Object* new_root = pair.second; in VisitObjectLogs() 345 object_logs_.emplace(new_root, std::move(old_root_it->second)); in VisitObjectLogs() 368 mirror::Array* new_root = pair.second; in VisitArrayLogs() 372 array_logs_.emplace(new_root, std::move(old_root_it->second)); in VisitArrayLogs() [all …]
|
/art/test/003-omnibus-opcodes/src/ |
D | Throw.java | 90 boolean second = false; in rethrow() 108 second = true; in rethrow() 113 Main.assertTrue(second); in rethrow()
|
/art/dexdump/ |
D | dexdump_cfg.cc | 171 uint32_t node_id = dex_pc_to_node_id.find(block_start_dex_pc)->second; in DumpMethodCFG() 176 << " -> node" << node_id_it->second << ":p" << handler_pc in DumpMethodCFG() 188 last_node_id = it->second; in DumpMethodCFG() 213 << " -> node" << target_it->second << ":p" << (dex_pc + offset) in DumpMethodCFG() 247 << " -> node" << target_it->second << ":p" << (abs_offset) in DumpMethodCFG() 277 uint32_t node_id = dex_pc_to_node_id.find(block_start_dex_pc)->second; in DumpMethodCFG() 282 << " -> node" << node_id_it->second << ":p" << handler_pc in DumpMethodCFG() 295 uint32_t this_node_id = dex_pc_to_incl_id.find(dex_pc)->second; in DumpMethodCFG() 307 << " -> node" << node_id_it->second << ":p" << handler_pc in DumpMethodCFG()
|
/art/runtime/jdwp/ |
D | object_registry.cc | 135 ObjectRegistryEntry* entry = it->second; in ContainsLocked() 166 const ObjectRegistryEntry* entry = pair.second; in Clear() 187 ObjectRegistryEntry& entry = *it->second; in InternalGet() 200 ObjectRegistryEntry& entry = *it->second; in GetJObject() 209 Promote(*it->second); in DisableCollection() 217 Demote(*it->second); in EnableCollection() 247 ObjectRegistryEntry& entry = *it->second; in IsCollected() 263 ObjectRegistryEntry* entry = it->second; in DisposeObject() 272 if (entry == inner_it->second) { in DisposeObject()
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | CodeTranslator.java | 336 MTryBlock second = mutatableCode.mutatableTries.get(i + 1); in updateTryBlocks() local 339 if (first.endInsn.location > second.startInsn.location) { in updateTryBlocks() 343 Log.debug("2nd TryBlock goes from " + second.startInsn + " to " + second.endInsn); in updateTryBlocks() 347 MInsn newInsn = second.startInsn; in updateTryBlocks() 353 second.startInsn = newInsn; in updateTryBlocks() 355 Log.debug("Now 2nd TryBlock goes from " + second.startInsn + " to " + second.endInsn); in updateTryBlocks() 543 public int compare(MInsn first, MInsn second) { in alignDataInstructions() 544 if (first.location < second.location) { in alignDataInstructions() 546 } else if (first.location > second.location) { in alignDataInstructions()
|
/art/dex2oat/linker/x86/ |
D | relative_patcher_x86_test.cc | 35 return result.second; in GetMethodOffset() 100 uint32_t diff = kTrampolineOffset - (result.second + kCallCode.size()); in TEST_F() 131 uint32_t diff = bss_begin_ + kStringEntryOffset - (result.second + anchor_offset); in TEST_F() 163 uint32_t diff = kStringOffset - (result.second + anchor_offset); in TEST_F()
|
/art/dex2oat/linker/x86_64/ |
D | relative_patcher_x86_64_test.cc | 39 return result.second; in GetMethodOffset() 120 uint32_t diff = kTrampolineOffset - (result.second + kCallCode.size()); in TEST_F() 144 uint32_t diff = bss_begin_ + kStringEntryOffset - (result.second + kDexCacheLoadCode.size()); in TEST_F() 168 uint32_t diff = kStringOffset - (result.second + kStringReferenceCode.size()); in TEST_F()
|
/art/compiler/utils/ |
D | atomic_dex_ref_map-inl.h | 107 return (it != arrays_.end()) ? &it->second : nullptr; in GetArray() 114 return (it != arrays_.end()) ? &it->second : nullptr; in GetArray() 121 const ElementArray& elements = pair.second; in Visit() 131 for (auto& element : it.second) { in ClearEntries()
|