/art/runtime/ |
D | mem_map_test.cc | 40 std::unique_ptr<MemMap> map(MemMap::MapAnonymous("temp", in GetValidMapAddress() local 147 std::unique_ptr<MemMap> map(MemMap::MapAnonymous("MapAnonymousEmpty", in TEST_F() local 170 std::unique_ptr<MemMap> map(MemMap::MapAnonymous("MapAnonymousInvalid", in TEST_F() local 184 std::unique_ptr<MemMap> map(MemMap::MapAnonymous("MapAnonymousEmpty", in TEST_F() local 202 std::unique_ptr<MemMap> map(MemMap::MapFile(/*byte_count*/kMapSize, in TEST_F() local 278 std::unique_ptr<MemMap> map; in TEST_F() local 303 std::unique_ptr<MemMap> map(MemMap::MapAnonymous("MapAnonymousOverflow", in TEST_F() local 318 std::unique_ptr<MemMap> map( in TEST_F() local 333 std::unique_ptr<MemMap> map(MemMap::MapAnonymous("MapAnonymousLow4GBRangeTooHigh", in TEST_F() local 348 std::unique_ptr<MemMap> map(MemMap::MapAnonymous("MapAnonymousReserve", in TEST_F() local [all …]
|
D | parsed_options_test.cc | 74 RuntimeArgumentMap map; in TEST_F() local 118 RuntimeArgumentMap map; in TEST_F() local 137 RuntimeArgumentMap map; in TEST_F() local 156 RuntimeArgumentMap map; in TEST_F() local
|
D | mem_map.cc | 67 MemMap* map = it->second; in operator <<() local 145 MemMap* const map = pair.second; in ContainedWithinExistingMap() local 153 std::unique_ptr<BacktraceMap> map(BacktraceMap::Create(getpid(), true)); in ContainedWithinExistingMap() local 180 std::unique_ptr<BacktraceMap> map(BacktraceMap::Create(getpid(), true)); in CheckNonOverlapping() local 636 MemMap* map = begin_map; in CheckNoGaps() local 669 MemMap* map = it->second; in DumpMapsLocked() local 712 bool MemMap::HasMemMap(MemMap* map) { in HasMemMap() 729 MemMap* map = it->second; in GetLargestMemMapAt() local
|
D | zip_archive.cc | 58 std::unique_ptr<MemMap> map(MemMap::MapAnonymous(name.c_str(), in ExtractToMemMap() local
|
D | elf_file.cc | 417 bool ElfFileImpl<ElfTypes>::SetMap(File* file, MemMap* map, std::string* error_msg) { in SetMap() 1688 std::unique_ptr<MemMap> map(MemMap::MapFile(EI_NIDENT, in Open() local 1738 std::unique_ptr<MemMap> map(MemMap::MapFile(EI_NIDENT, in Open() local
|
D | dex_file_verifier.cc | 336 const DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + in CheckMap() local 1555 …const DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + header_->map_off_… in CheckIntraSection() local 2330 …const DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + header_->map_off_… in CheckInterSection() local
|
D | profiler.cc | 586 Map *map = table[i]; in Write() local
|
D | oat_file_assistant_test.cc | 170 std::unique_ptr<BacktraceMap> map(BacktraceMap::Create(getpid(), true)); in ReserveImageSpace() local
|
D | thread_list.cc | 119 std::unique_ptr<BacktraceMap> map(BacktraceMap::Create(getpid())); in DumpNativeStacks() local
|
D | dex_file.cc | 234 std::unique_ptr<MemMap> map; in OpenFile() local 323 std::unique_ptr<MemMap> map(zip_entry->ExtractToMemMap(location.c_str(), entry_name, error_msg)); in Open() local
|
/art/test/004-InterfaceTest/src/ |
D | Main.java | 22 public static long test_virtual(HashMap map) { in test_virtual() 33 public static long test_interface(Map map) { in test_interface()
|
/art/test/ImageLayoutB/ |
D | ImageLayoutB.java | 21 public static HashMap<String, String> map = new HashMap<String, String>(); field in MyClass
|
/art/cmdline/ |
D | cmdline_parser_test.cc | 90 const TMap& map, in IsExpectedKeyValue() 107 const TMap& map, in IsExpectedDefaultKeyValue() 160 #define EXPECT_KEY_EXISTS(map, key) EXPECT_TRUE((map).Exists(key)) argument 161 #define EXPECT_KEY_VALUE(map, key, expected) EXPECT_TRUE(IsExpectedKeyValue(expected, map, key)) argument 162 #define EXPECT_DEFAULT_KEY_VALUE(map, key, expected) EXPECT_TRUE(IsExpectedDefaultKeyValue(expected… argument
|
/art/runtime/gc/collector/ |
D | immune_spaces_test.cc | 41 DummyImageSpace(MemMap* map, in DummyImageSpace() 84 std::unique_ptr<MemMap> map(MemMap::MapAnonymous("DummyImageSpace", in CreateImageSpace() local 142 std::unique_ptr<MemMap> map(MemMap::MapAnonymous("reserve", in GetContinuousMemoryRegion() local
|
/art/test/545-tracing-and-jit/src/ |
D | Main.java | 107 Map map = new HashMap(); in fillJit() local
|
/art/compiler/debug/dwarf/ |
D | register.h | 50 static const int map[8] = {0, 2, 1, 3, 7, 6, 4, 5}; in X86_64Core() local
|
/art/compiler/linker/ |
D | multi_oat_relative_patcher.h | 126 SafeMap<MethodReference, uint32_t, MethodReferenceComparator> map; variable
|
D | relative_patcher_test.h | 258 SafeMap<MethodReference, uint32_t, MethodReferenceComparator> map; variable
|
/art/tools/dexfuzz/src/dexfuzz/listeners/ |
D | UniqueProgramTrackerListener.java | 187 private void addToMap(String md5sum, Map<String, Integer> map) { in addToMap()
|
/art/patchoat/ |
D | patchoat.h | 76 std::map<gc::space::ImageSpace*, std::unique_ptr<MemMap>>* map, TimingLogger* timings) in PatchOat()
|
/art/test/099-vmdebug/src/ |
D | Main.java | 207 Map<String, String> map = VMDebug.getRuntimeStats(); in testRuntimeStats() local
|
/art/test/004-ThreadStress/src/ |
D | Main.java | 316 private static void normalize(Map<Operation, Double> map) { in normalize()
|
/art/dex2oat/ |
D | dex2oat.cc | 1489 for (const std::unique_ptr<MemMap>& map : opened_dex_files_maps_) { in Setup() local 1655 for (const std::unique_ptr<MemMap>& map : opened_dex_files_maps_) { in WriteOatFiles() local
|
/art/compiler/ |
D | oat_writer.cc | 848 ArrayRef<const uint8_t> map = compiled_method->GetVmapTable(); in VisitMethod() local 1303 ArrayRef<const uint8_t> map = compiled_method->GetVmapTable(); in VisitMethod() local
|
/art/imgdiag/ |
D | imgdiag.cc | 881 const std::map<K, D> map, in SortByValueDesc()
|