Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_writer.cc148 const ArrayRef<mirror::Class*>& types) in WriteDebugElfFileForClassesInternal()
169 const ArrayRef<mirror::Class*>& types) { in WriteDebugElfFileForClasses()
Delf_debug_info_writer.h279 void Write(const ArrayRef<mirror::Class*>& types) REQUIRES_SHARED(Locks::mutator_lock_) { in Write()
/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/compiler/jit/
Djit_compiler.cc69 extern "C" void jit_types_loaded(void* handle, mirror::Class** types, size_t count) in jit_types_loaded()
/art/test/031-class-attributes/src/
DClassAttrs.java329 private static String stringifyTypeArray(Type[] types) { in stringifyTypeArray()
/art/runtime/mirror/
Ddex_cache.cc66 TypeDexCacheType* types = (dex_file->NumTypeIds() == 0u) ? nullptr : in InitializeDexCache() local
/art/runtime/verifier/
Dmethod_verifier.h268 uint32_t types = 0U; member
Dreg_type_cache.cc352 ArenaBitVector types(&arena_, in FromUnresolvedMerge() local
Dreg_type.cc318 const BitVector& types = GetUnresolvedTypes(); in Dump() local
Dmethod_verifier.cc4379 const DexFile::TypeList* types = method->GetParameterTypeList(); in CheckSignaturePolymorphicMethod() local
/art/tools/ahat/src/
DObjectHandler.java79 DocString types = new DocString(); in handle() local
/art/test/046-reflect/src/
DMain.java542 private static String stringifyTypeArray(Type[] types) { in stringifyTypeArray()
/art/runtime/gc/space/
Dimage_space.cc1263 mirror::TypeDexCacheType* types = dex_cache->GetResolvedTypes(); in RelocateInPlace() local
/art/runtime/
Dclass_linker.cc1422 mirror::TypeDexCacheType* const types = in Update() local
1481 mirror::TypeDexCacheType* const types = dex_cache->GetResolvedTypes(); in Update() local
1856 mirror::TypeDexCacheType* const types = dex_cache->GetResolvedTypes(); in AddImageSpace() local
2036 mirror::TypeDexCacheType* const types = dex_cache->GetResolvedTypes(); in AddImageSpace() local
Ddebugger.cc4003 const DexFile::TypeList* types = m->GetParameterTypeList(); in PrepareInvokeMethod() local
/art/compiler/driver/
Dcompiler_driver.cc2450 const DexFile::TypeList* types = m->GetParameterTypeList(); in ResolveTypesOfMethods() local