Home
last modified time | relevance | path

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

/art/test/910-methods/src/art/
DTest910.java44 private static void testMethod(String className, String methodName, Class<?>... types) in testMethod()
50 private static void testMethod(Class<?> base, String methodName, Class<?>... types) in testMethod()
/art/cmdline/
DREADME.md230 #### What is a `Result`?
/art/test/1980-obsolete-object-cleared/src/
DMain.java178 Class<?>[] types = m.getParameterTypes(); in CollectParameterValues() local
/art/libprofile/profile/
Dprofile_compilation_info_test.cc80 std::vector<TypeReference> types = {TypeReference(dex1, dex::TypeIndex(0))}; in GetTestInlineCaches() local
85 std::vector<TypeReference> types = { in GetTestInlineCaches() local
95 std::vector<TypeReference> types = { in GetTestInlineCaches() local
105 std::vector<TypeReference> types; in GetTestInlineCaches() local
648 std::vector<TypeReference>* types = const_cast<std::vector<TypeReference>*>( in TEST_F() local
670 std::vector<TypeReference> types = {TypeReference(dex1, dex1_tidx)}; in TEST_F() local
703 std::vector<TypeReference> types = { in TEST_F() local
711 std::vector<TypeReference> types = { in TEST_F() local
772 std::vector<TypeReference> types = { in TEST_F() local
797 std::vector<TypeReference> types = {}; in TEST_F() local
[all …]
/art/test/031-class-attributes/src/
DClassAttrs.java334 private static String stringifyTypeArray(Type[] types) { in stringifyTypeArray()
/art/compiler/jit/
Djit_compiler.cc138 void JitCompiler::TypesLoaded(mirror::Class** types, size_t count) { in TypesLoaded()
/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/runtime/verifier/
Dmethod_verifier.h215 uint32_t types = 0U; member
Dreg_type_cache.cc311 ArenaBitVector types(&allocator_, in FromUnresolvedMerge() local
Dreg_type.cc141 const BitVector& types = GetUnresolvedTypes(); in Dump() local
Dmethod_verifier.cc4213 const dex::TypeList* types = method->GetParameterTypeList(); in CheckSignaturePolymorphicMethod() local
/art/tools/ahat/src/main/com/android/ahat/
DObjectHandler.java83 DocString types = new DocString(); in handle() local
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatInstance.java251 List<RootType> types = new ArrayList<RootType>(); in getRootTypes() local
/art/compiler/debug/
Delf_debug_info_writer.h287 void Write(const ArrayRef<mirror::Class*>& types) REQUIRES_SHARED(Locks::mutator_lock_) { in Write()
Delf_debug_writer.cc352 const ArrayRef<mirror::Class*>& types) REQUIRES_SHARED(Locks::mutator_lock_) { in WriteDebugElfFileForClasses()
/art/test/046-reflect/src/
DMain.java542 private static String stringifyTypeArray(Type[] types) { in stringifyTypeArray()
/art/profman/
Dprofile_assistant_test.cc121 std::vector<TypeReference> types = {TypeReference(dex_file1, dex::TypeIndex(0))}; in GetTestInlineCaches() local
126 std::vector<TypeReference> types = { in GetTestInlineCaches() local
135 std::vector<TypeReference> types = { in GetTestInlineCaches() local
145 std::vector<TypeReference> types; in GetTestInlineCaches() local
/art/test/common/
Druntime_state.cc569 ObjPtr<mirror::ObjectArray<mirror::Class>> types = in Java_Main_hasInlineCacheInProfile() local
/art/dex2oat/driver/
Dcompiler_driver.cc2492 const dex::TypeList* types = m->GetParameterTypeList(); in ResolveTypesOfMethods() local
/art/runtime/gc/space/
Dimage_space.cc432 mirror::GcRootArray<mirror::Class>* types = native_visitor_(old_types); in VisitDexCacheArrays() local