/art/test/303-verification-stress/ |
D | expected.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/runtime/ |
D | class_loader_context_test.cc | 172 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create(""); in TEST_F() 179 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create("&"); in TEST_F() 186 ClassLoaderContext::Create("PCL[a.dex]"); in TEST_F() 193 ClassLoaderContext::Create("DLC[a.dex]"); in TEST_F() 200 ClassLoaderContext::Create("PCL[a.dex:b.dex];DLC[c.dex:d.dex];PCL[e.dex]"); in TEST_F() 209 ClassLoaderContext::Create("DLC[]"); in TEST_F() 216 ClassLoaderContext::Create(OatFile::kSpecialSharedLibrary); in TEST_F() 221 ASSERT_TRUE(nullptr == ClassLoaderContext::Create("ABC[a.dex]")); in TEST_F() 222 ASSERT_TRUE(nullptr == ClassLoaderContext::Create("PCL")); in TEST_F() 223 ASSERT_TRUE(nullptr == ClassLoaderContext::Create("PCL[a.dex")); in TEST_F() [all …]
|
D | type_lookup_table_test.cc | 36 std::unique_ptr<TypeLookupTable> table(TypeLookupTable::Create(*dex_file)); in TEST_F() 45 std::unique_ptr<TypeLookupTable> table(TypeLookupTable::Create(*dex_file)); in TEST_P()
|
/art/runtime/base/ |
D | arena_bit_vector.cc | 55 static ArenaBitVectorAllocator* Create(ArenaAlloc* arena, ArenaAllocKind kind) { in Create() function in art::FINAL 86 ArenaBitVectorAllocator<ArenaAllocator>::Create(arena, kind)) { in ArenaBitVector() 95 ArenaBitVectorAllocator<ScopedArenaAllocator>::Create(arena, kind)) { in ArenaBitVector()
|
/art/runtime/arch/x86/ |
D | instruction_set_features_x86.cc | 61 X86FeaturesUniquePtr X86InstructionSetFeatures::Create(bool x86_64, in Create() function in art::X86InstructionSetFeatures 110 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromVariant() 120 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromBitmap() 160 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromCppDefines() 207 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromCpuInfo() 317 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in AddFeaturesFromSplitString()
|
/art/disassembler/ |
D | disassembler.cc | 38 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { in Create() function in art::Disassembler 67 return Disassembler::Create(instruction_set, options); in create_disassembler()
|
/art/compiler/jni/ |
D | jni_cfi_test.cc | 67 JniCallingConvention::Create(&arena, in TestImplSized() 74 ManagedRuntimeCallingConvention::Create(&arena, is_static, is_synchronized, shorty, isa)); in TestImplSized() 80 JNIMacroAssembler<kPointerSize>::Create(&arena, isa)); in TestImplSized()
|
/art/compiler/utils/ |
D | jni_macro_assembler.cc | 49 MacroAsm32UniquePtr JNIMacroAssembler<PointerSize::k32>::Create( in Create() function in art::JNIMacroAssembler::k32 84 MacroAsm64UniquePtr JNIMacroAssembler<PointerSize::k64>::Create( in Create() function in art::JNIMacroAssembler::k64
|
/art/runtime/arch/ |
D | context.cc | 21 Context* Context::Create() { in Create() function in art::Context
|
/art/runtime/gc/space/ |
D | large_object_space_test.cc | 42 los = space::LargeObjectMapSpace::Create("large object space"); in LargeObjectTest() 44 los = space::FreeListSpace::Create("large object space", nullptr, capacity); in LargeObjectTest() 157 los = space::LargeObjectMapSpace::Create("large object space"); in RaceTest() 159 los = space::FreeListSpace::Create("large object space", nullptr, 128 * MB); in RaceTest()
|
D | dlmalloc_space_random_test.cc | 27 return DlMallocSpace::Create(name, initial_size, growth_limit, capacity, requested_begin, false); in CreateDlMallocSpace()
|
D | dlmalloc_space_static_test.cc | 27 return DlMallocSpace::Create(name, initial_size, growth_limit, capacity, requested_begin, false); in CreateDlMallocSpace()
|
D | rosalloc_space_static_test.cc | 25 return RosAllocSpace::Create(name, initial_size, growth_limit, capacity, requested_begin, in CreateRosAllocSpace()
|
D | rosalloc_space_random_test.cc | 25 return RosAllocSpace::Create(name, initial_size, growth_limit, capacity, requested_begin, in CreateRosAllocSpace()
|
D | space.cc | 82 live_bitmap_.reset(accounting::LargeObjectBitmap::Create("large live objects", nullptr, in DiscontinuousSpace() 85 mark_bitmap_.reset(accounting::LargeObjectBitmap::Create("large marked objects", nullptr, in DiscontinuousSpace()
|
/art/test/461-get-reference-vreg/ |
D | get_reference_vreg_jni.cc | 72 std::unique_ptr<Context> context(Context::Create()); in Java_Main_doNativeCallRef() 80 std::unique_ptr<Context> context(Context::Create()); in Java_Main_doStaticNativeCallRef()
|
/art/runtime/gc/accounting/ |
D | space_bitmap_test.cc | 36 ContinuousSpaceBitmap::Create("test bitmap", heap_begin, heap_capacity)); in TEST_F() 64 ContinuousSpaceBitmap::Create("test bitmap", heap_begin, heap_capacity)); in TEST_F() 95 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 | 60 Bitmap* Bitmap::Create(const std::string& name, size_t num_bits) { in Create() function in art::gc::accounting::Bitmap 81 MemoryRangeBitmap<kAlignment>* MemoryRangeBitmap<kAlignment>::Create( in Create() function in art::gc::accounting::MemoryRangeBitmap
|
D | mod_union_table_test.cc | 40 static ModUnionTable* Create( 150 ModUnionTable* ModUnionTableFactory::Create( in Create() function in art::gc::accounting::ModUnionTableFactory 186 std::unique_ptr<space::DlMallocSpace> other_space(space::DlMallocSpace::Create( in RunTest() 194 std::unique_ptr<ModUnionTable> table(ModUnionTableFactory::Create( in RunTest()
|
/art/compiler/optimizing/ |
D | reference_type_propagation.cc | 393 ReferenceTypeInfo object_rti = ReferenceTypeInfo::Create( in BoundTypeForIfNotNull() 506 class_rti = ReferenceTypeInfo::Create(class_rti.GetTypeHandle(), /* is_exact */ false); in BoundTypeForIfInstanceOf() 540 ReferenceTypeInfo::Create(handle_cache_->GetStringClassHandle(), /* is_exact */ true)); in SetClassAsTypeInfo() 544 instr->SetReferenceTypeInfo(ReferenceTypeInfo::Create(handle, is_exact)); in SetClassAsTypeInfo() 632 instr->SetLoadedClassRTI(ReferenceTypeInfo::Create( in VisitLoadClass() 636 ReferenceTypeInfo::Create(handle_cache_->GetClassClassHandle(), /* is_exact */ true)); in VisitLoadClass() 645 ReferenceTypeInfo::Create(handle_cache_->GetStringClassHandle(), /* is_exact */ true)); in VisitLoadString() 654 ReferenceTypeInfo::Create(handle_cache_->GetThrowableClassHandle(), /* is_exact */ false)); in VisitLoadException() 689 ReferenceTypeInfo::Create(class_rti.GetTypeHandle(), /* is_exact */ false)); in VisitBoundType() 721 bound_type->SetUpperBound(ReferenceTypeInfo::Create(class_rti.GetTypeHandle(), is_exact), in VisitCheckCast() [all …]
|
/art/compiler/ |
D | compiler.cc | 26 Compiler* Compiler::Create(CompilerDriver* driver, Compiler::Kind kind) { in Create() function in art::Compiler
|
/art/test/965-default-verify/ |
D | expected.txt | 1 Create Main instance
|
/art/runtime/openjdkjvmti/ |
D | fixed_up_dex_file.h | 51 static std::unique_ptr<FixedUpDexFile> Create(const art::DexFile& original)
|
/art/compiler/dex/ |
D | verified_method.h | 42 static const VerifiedMethod* Create(verifier::MethodVerifier* method_verifier)
|
/art/compiler/jit/ |
D | jit_compiler.h | 35 static JitCompiler* Create();
|