/art/test/303-verification-stress/ |
D | expected-stdout.txt | 2 Create new Test000 3 Create new Test001 4 Create new Test002 5 Create new Test003 6 Create new Test004 7 Create new Test005 8 Create new Test006 9 Create new Test007 10 Create new Test008 11 Create new Test009 [all …]
|
/art/libartbase/base/ |
D | arena_bit_vector.cc | 55 static ArenaBitVectorAllocator* Create(ArenaAlloc* allocator, ArenaAllocKind kind) { in Create() function in art::ArenaBitVectorAllocator 86 ArenaBitVectorAllocator<ArenaAllocator>::Create(allocator, kind)) { in ArenaBitVector() 95 ArenaBitVectorAllocator<ScopedArenaAllocator>::Create(allocator, kind)) { in ArenaBitVector()
|
/art/runtime/arch/x86/ |
D | instruction_set_features_x86.cc | 81 X86FeaturesUniquePtr X86InstructionSetFeatures::Create(bool x86_64, in Create() function in art::X86InstructionSetFeatures 139 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromVariant() 149 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromBitmap() 189 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromCppDefines() 236 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromCpuInfo() 253 return Create(x86_64, in FromCpuFeatures() 378 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in AddFeaturesFromSplitString()
|
/art/runtime/ |
D | class_loader_context_test.cc | 245 ClassLoaderContext::Create( in TestOpenDexFiles() 292 ClassLoaderContext::Create( in TestOpenValidDexFilesRelative() 386 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create(""); in TEST_F() 394 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create("&"); in TEST_F() 399 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create("PCL[a.dex]"); in TEST_F() 405 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create("DLC[a.dex]"); in TEST_F() 418 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create("IMC[<unknown>]"); in TEST_F() 425 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create("IMC[a.dex*111]"); in TEST_F() 431 ClassLoaderContext::Create("PCL[a.dex:b.dex];DLC[c.dex:d.dex];PCL[e.dex]"); in TEST_F() 439 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create( in TEST_F() [all …]
|
D | sdk_checker.h | 46 static SdkChecker* Create(const std::string& public_sdk, std::string* error_msg);
|
/art/libdexfile/external/ |
D | dex_file_supp_test.cc | 36 EXPECT_TRUE(DexFile::Create(kDexData, size, &size, "", &dex_file).Ok()); in TEST() 44 DexFile::Error error = DexFile::Create(kDexData, size, &size, "", &dex_file); in TEST() 55 DexFile::Error error = DexFile::Create(kDexData, size, &size, "", &dex_file); in TEST() 66 EXPECT_TRUE(DexFile::Create(kDexData, size, &size, "", &dex_file).Ok()); in GetTestDexData()
|
/art/disassembler/ |
D | disassembler.cc | 45 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { in Create() function in art::Disassembler 80 return Disassembler::Create(instruction_set, options); in create_disassembler()
|
/art/compiler/utils/ |
D | jni_macro_assembler.cc | 43 MacroAsm32UniquePtr JNIMacroAssembler<PointerSize::k32>::Create( in Create() function in art::JNIMacroAssembler::k32 69 MacroAsm64UniquePtr JNIMacroAssembler<PointerSize::k64>::Create( in Create() function in art::JNIMacroAssembler::k64
|
/art/libdexfile/dex/ |
D | type_lookup_table_test.cc | 33 TypeLookupTable table = TypeLookupTable::Create(*dex_file); in TEST_F() 41 TypeLookupTable table(TypeLookupTable::Create(*dex_file)); in TEST_P()
|
/art/compiler/jni/ |
D | jni_cfi_test.cc | 69 JniCallingConvention::Create(&allocator, in TestImplSized() 76 ManagedRuntimeCallingConvention::Create( in TestImplSized() 83 JNIMacroAssembler<kPointerSize>::Create(&allocator, isa)); in TestImplSized()
|
/art/runtime/gc/space/ |
D | large_object_space_test.cc | 43 los = space::LargeObjectMapSpace::Create("large object space"); in LargeObjectTest() 45 los = space::FreeListSpace::Create("large object space", capacity); in LargeObjectTest() 158 los = space::LargeObjectMapSpace::Create("large object space"); in RaceTest() 160 los = space::FreeListSpace::Create("large object space", 128 * MB); in RaceTest()
|
D | dlmalloc_space_random_test.cc | 30 return DlMallocSpace::Create( in CreateDlMallocSpace()
|
D | dlmalloc_space_static_test.cc | 30 return DlMallocSpace::Create( in CreateDlMallocSpace()
|
D | rosalloc_space_static_test.cc | 30 return RosAllocSpace::Create(name, initial_size, in CreateRosAllocSpace()
|
D | rosalloc_space_random_test.cc | 30 return RosAllocSpace::Create(name, in CreateRosAllocSpace()
|
/art/compiler/optimizing/ |
D | live_ranges_test.cc | 67 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options_); in TEST_F() 111 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options_); in TEST_F() 158 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options_); in TEST_F() 233 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options_); in TEST_F() 308 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options_); in TEST_F() 382 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options_); in TEST_F()
|
D | reference_type_propagation.cc | 418 ReferenceTypeInfo::Create(GetHandleCache()->GetObjectClassHandle(), /* is_exact= */ false); in BoundTypeForIfNotNull() 529 class_rti = ReferenceTypeInfo::Create(class_rti.GetTypeHandle(), /* is_exact= */ false); in BoundTypeForIfInstanceOf() 562 ReferenceTypeInfo::Create(GetHandleCache()->GetStringClassHandle(), /* is_exact= */ true)); in SetClassAsTypeInfo() 566 instr->SetReferenceTypeInfo(ReferenceTypeInfo::Create(handle, is_exact)); in SetClassAsTypeInfo() 661 ReferenceTypeInfo::Create(GetHandleCache()->GetClassClassHandle(), /* is_exact= */ true)); in VisitLoadClass() 676 instr->SetReferenceTypeInfo(ReferenceTypeInfo::Create( in VisitLoadMethodHandle() 681 instr->SetReferenceTypeInfo(ReferenceTypeInfo::Create( in VisitLoadMethodType() 687 ReferenceTypeInfo::Create(GetHandleCache()->GetStringClassHandle(), /* is_exact= */ true)); in VisitLoadString() 700 instr->SetReferenceTypeInfo(ReferenceTypeInfo::Create( in VisitLoadException() 731 ReferenceTypeInfo::Create(class_rti.GetTypeHandle(), /* is_exact= */ false)); in VisitBoundType() [all …]
|
/art/runtime/arch/ |
D | context.cc | 21 Context* Context::Create() { in Create() function in art::Context
|
/art/test/1985-structural-redefine-stack-scope/ |
D | stack_scope.cc | 66 Handle<mirror::MethodType> mt(hs.NewHandle(mirror::MethodType::Create( in Java_Main_NativeFieldScopeCheck() 69 mirror::MethodHandleImpl::Create(soa.Self(), in Java_Main_NativeFieldScopeCheck()
|
/art/compiler/jit/ |
D | jit_compiler.cc | 40 JitCompiler* JitCompiler::Create() { in Create() function in art::jit::JitCompiler 122 auto* const jit_compiler = JitCompiler::Create(); in jit_load() 158 Compiler::Create(*compiler_options_, /*storage=*/ nullptr, Compiler::kOptimizing)); in JitCompiler()
|
/art/compiler/dex/ |
D | verified_method.cc | 40 const VerifiedMethod* VerifiedMethod::Create(verifier::MethodVerifier* method_verifier) { in Create() function in art::VerifiedMethod
|
D | verified_method.h | 37 static const VerifiedMethod* Create(verifier::MethodVerifier* method_verifier)
|
/art/runtime/gc/accounting/ |
D | space_bitmap_test.cc | 37 ContinuousSpaceBitmap::Create("test bitmap", heap_begin, heap_capacity)); in TEST_F() 65 ContinuousSpaceBitmap::Create("test bitmap", heap_begin, heap_capacity)); in TEST_F() 96 ContinuousSpaceBitmap::Create("test bitmap", heap_begin, heap_capacity)); in TEST_F() 166 ContinuousSpaceBitmap::Create("test bitmap", heap_begin, heap_capacity)); in RunTest()
|
D | bitmap.cc | 62 Bitmap* Bitmap::Create(const std::string& name, size_t num_bits) { in Create() function in art::gc::accounting::Bitmap 83 MemoryRangeBitmap<kAlignment>* MemoryRangeBitmap<kAlignment>::Create( in Create() function in art::gc::accounting::MemoryRangeBitmap
|
/art/runtime/mirror/ |
D | method_type.cc | 39 ObjPtr<MethodType> MethodType::Create(Thread* const self, in Create() function in art::mirror::MethodType 71 return Create(self, dst_rtype, dst_ptypes); in CloneWithoutLeadingParameter() 95 return Create(self, dst_rtype, dst_ptypes); in CollectTrailingArguments()
|