/art/test/910-methods/src/art/ |
D | Test910.java | 41 private static void testMethod(String className, String methodName, Class<?>... types) in testMethod() 47 private static void testMethod(Class<?> base, String methodName, Class<?>... types) in testMethod()
|
/art/cmdline/ |
D | README.md | 230 #### What is a `Result`?
|
/art/test/1980-obsolete-object-cleared/src/ |
D | Main.java | 178 Class<?>[] types = m.getParameterTypes(); in CollectParameterValues() local
|
/art/libprofile/profile/ |
D | profile_compilation_info_test.cc | 125 std::vector<TypeReference> types = {TypeReference(dex1, dex::TypeIndex(0))}; in GetTestInlineCaches() local 130 std::vector<TypeReference> types = { in GetTestInlineCaches() local 139 std::vector<TypeReference> types = { in GetTestInlineCaches() local 149 std::vector<TypeReference> types; in GetTestInlineCaches() local 635 std::vector<TypeReference>* types = const_cast<std::vector<TypeReference>*>( in TEST_F() local 653 std::vector<TypeReference> types = { in TEST_F() local 661 std::vector<TypeReference> types = { in TEST_F() local 728 std::vector<TypeReference> types = { in TEST_F() local 753 std::vector<TypeReference> types = {}; in TEST_F() local 1410 std::vector<TypeReference> types = {}; in TEST_F() local
|
/art/compiler/jit/ |
D | jit_compiler.cc | 128 void JitCompiler::TypesLoaded(mirror::Class** types, size_t count) { in TypesLoaded()
|
/art/test/031-class-attributes/src/ |
D | ClassAttrs.java | 334 private static String stringifyTypeArray(Type[] types) { in stringifyTypeArray()
|
/art/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 114 std::map<size_t, TypeLinkage> types; in ProcessDexFiles() local 221 std::map<size_t, TypeLinkage>& types) { in ProcessCodeItem()
|
/art/runtime/mirror/ |
D | dex_cache.cc | 64 TypeDexCacheType* types = (dex_file->NumTypeIds() == 0u) ? nullptr : in InitializeDexCache() local
|
/art/runtime/verifier/ |
D | method_verifier.h | 232 uint32_t types = 0U; member
|
D | reg_type_cache.cc | 397 ArenaBitVector types(&allocator_, in FromUnresolvedMerge() local
|
D | reg_type.cc | 335 const BitVector& types = GetUnresolvedTypes(); in Dump() local
|
D | method_verifier.cc | 4356 const dex::TypeList* types = method->GetParameterTypeList(); in CheckSignaturePolymorphicMethod() local
|
/art/tools/ahat/src/main/com/android/ahat/ |
D | ObjectHandler.java | 83 DocString types = new DocString(); in handle() local
|
/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | AhatInstance.java | 251 List<RootType> types = new ArrayList<RootType>(); in getRootTypes() local
|
/art/profman/ |
D | profile_assistant_test.cc | 142 std::vector<TypeReference> types = {TypeReference(dex_file1, dex::TypeIndex(0))}; in GetTestInlineCaches() local 147 std::vector<TypeReference> types = { in GetTestInlineCaches() local 156 std::vector<TypeReference> types = { in GetTestInlineCaches() local 166 std::vector<TypeReference> types; in GetTestInlineCaches() local
|
/art/compiler/debug/ |
D | elf_debug_info_writer.h | 286 void Write(const ArrayRef<mirror::Class*>& types) REQUIRES_SHARED(Locks::mutator_lock_) { in Write()
|
D | elf_debug_writer.cc | 351 const ArrayRef<mirror::Class*>& types) in WriteDebugElfFileForClasses()
|
/art/test/046-reflect/src/ |
D | Main.java | 542 private static String stringifyTypeArray(Type[] types) { in stringifyTypeArray()
|
/art/runtime/ |
D | class_linker.cc | 1693 mirror::TypeDexCacheType* const types = dex_cache->GetResolvedTypes(); in Update() local 2061 mirror::TypeDexCacheType* const types = dex_cache->GetResolvedTypes(); in VerifyAppImage() local 2145 mirror::TypeDexCacheType* const types = dex_cache->GetResolvedTypes(); in AddImageSpace() local
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 2467 const dex::TypeList* types = m->GetParameterTypeList(); in ResolveTypesOfMethods() local
|