Home
last modified time | relevance | path

Searched defs:types (Results 1 – 18 of 18) sorted by relevance

/art/test/910-methods/src/art/
DTest910.java41 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/
DREADME.md230 #### What is a `Result`?
/art/test/031-class-attributes/src/
DClassAttrs.java334 private static String stringifyTypeArray(Type[] types) { in stringifyTypeArray()
/art/compiler/jit/
Djit_compiler.cc139 extern "C" void jit_types_loaded(void* handle, mirror::Class** types, size_t count) in jit_types_loaded()
/art/runtime/mirror/
Ddex_cache.cc62 TypeDexCacheType* types = (dex_file->NumTypeIds() == 0u) ? nullptr : in InitializeDexCache() local
/art/runtime/verifier/
Dmethod_verifier.h201 uint32_t types = 0U; member
Dreg_type_cache.cc386 ArenaBitVector types(&allocator_, in FromUnresolvedMerge() local
Dreg_type.cc335 const BitVector& types = GetUnresolvedTypes(); in Dump() local
Dmethod_verifier.cc4315 const dex::TypeList* types = method->GetParameterTypeList(); in CheckSignaturePolymorphicMethod() local
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc114 std::map<size_t, TypeLinkage> types; in ProcessDexFiles() local
221 std::map<size_t, TypeLinkage>& types) { in ProcessCodeItem()
/art/tools/ahat/src/main/com/android/ahat/
DObjectHandler.java83 DocString types = new DocString(); in handle() local
/art/compiler/debug/
Delf_debug_writer.cc345 const ArrayRef<mirror::Class*>& types) in WriteDebugElfFileForClasses()
Delf_debug_info_writer.h286 void Write(const ArrayRef<mirror::Class*>& types) REQUIRES_SHARED(Locks::mutator_lock_) { in Write()
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatInstance.java251 List<RootType> types = new ArrayList<RootType>(); in getRootTypes() local
/art/test/046-reflect/src/
DMain.java542 private static String stringifyTypeArray(Type[] types) { in stringifyTypeArray()
/art/runtime/
Dclass_linker.cc1489 mirror::TypeDexCacheType* const types = dex_cache->GetResolvedTypes(); in Update() local
1974 mirror::TypeDexCacheType* const types = dex_cache->GetResolvedTypes(); in VerifyAppImage() local
2065 mirror::TypeDexCacheType* const types = dex_cache->GetResolvedTypes(); in AddImageSpace() local
Ddebugger.cc3936 const dex::TypeList* types = m->GetParameterTypeList(); in PrepareInvokeMethod() local
/art/dex2oat/driver/
Dcompiler_driver.cc2327 const dex::TypeList* types = m->GetParameterTypeList(); in ResolveTypesOfMethods() local