Searched refs:types (Results 1 - 25 of 49) sorted by relevance

12

/art/runtime/base/
H A Dsafe_copy.h20 #include <sys/types.h>
H A Dfile_magic.cc21 #include <sys/types.h>
H A Dlogging.cc31 #include <sys/types.h>
/art/compiler/linker/
H A Dfile_output_stream.cc19 #include <sys/types.h>
/art/compiler/debug/
H A Delf_debug_writer.h58 const ArrayRef<mirror::Class*>& types)
H A Delf_debug_writer.cc147 const ArrayRef<mirror::Class*>& types)
158 cu_writer.Write(types);
168 const ArrayRef<mirror::Class*>& types) {
170 return WriteDebugElfFileForClassesInternal<ElfTypes64>(isa, features, types);
172 return WriteDebugElfFileForClassesInternal<ElfTypes32>(isa, features, types);
166 WriteDebugElfFileForClasses(InstructionSet isa, const InstructionSetFeatures* features, const ArrayRef<mirror::Class*>& types) argument
/art/test/910-methods/src/art/
H A DTest910.java41 private static void testMethod(String className, String methodName, Class<?>... types) argument
44 testMethod(base, methodName, types);
47 private static void testMethod(Class<?> base, String methodName, Class<?>... types) argument
49 Method m = base.getDeclaredMethod(methodName, types);
/art/test/933-misc-events/
H A Dmisc_events.cc19 #include <sys/types.h>
/art/runtime/mirror/
H A Ddex_cache.cc65 mirror::TypeDexCacheType* types = (dex_file->NumTypeIds() == 0u) ? nullptr : local
124 CHECK_EQ(types[i].load(std::memory_order_relaxed).index, 0u);
125 CHECK(types[i].load(std::memory_order_relaxed).object.IsNull());
145 if (types != nullptr) {
146 mirror::TypeDexCachePair::Initialize(types);
158 types,
/art/compiler/utils/
H A Dswap_space_test.cc20 #include <sys/types.h>
/art/dexdump/
H A Ddexdump_test.cc21 #include <sys/types.h>
/art/dexlist/
H A Ddexlist_test.cc21 #include <sys/types.h>
/art/runtime/
H A Dos_linux.cc19 #include <sys/types.h>
H A Dzip_archive_test.cc21 #include <sys/types.h>
H A Dexec_utils.cc19 #include <sys/types.h>
H A Dmonitor_android.cc22 #include <sys/types.h>
H A Dmem_map.h21 #include <sys/types.h>
/art/test/031-class-attributes/src/
H A DClassAttrs.java329 private static String stringifyTypeArray(Type[] types) { argument
331 for (Type t : types) {
334 // Sort types alphabetically so they're always printed in the same order.
342 stb.append("[" + types.length + "]");
/art/dexlayout/
H A Ddexlayout_main.cc28 #include <sys/types.h>
/art/imgdiag/
H A Dimgdiag_test.cc32 #include <sys/types.h>
/art/tools/ahat/src/
H A DObjectHandler.java89 DocString types = new DocString();
92 types.append(comma);
93 types.append(type);
96 doc.description(DocString.text("Root Types"), types);
/art/runtime/verifier/
H A Dreg_type_cache.cc96 case 'V': // For void types, conflict types.
347 ArenaBitVector types(&arena_,
355 types.Copy(&left_merge.GetUnresolvedTypes());
359 types.ClearAllBits();
360 types.SetBit(left.GetId());
364 types.ClearAllBits();
374 types.Union(&right_merge.GetUnresolvedTypes());
378 types.SetBit(right.GetId());
417 // Use SameBitsSet. "types" i
[all...]
/art/compiler/jit/
H A Djit_compiler.cc69 extern "C" void jit_types_loaded(void* handle, mirror::Class** types, size_t count)
74 const ArrayRef<mirror::Class*> types_array(types, count);
/art/compiler/debug/dwarf/
H A Ddwarf_test.h26 #include <sys/types.h>
/art/runtime/arch/x86/
H A Dthread_x86.cc20 #include <sys/types.h>

Completed in 962 milliseconds

12