/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/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 | 73 X86FeaturesUniquePtr X86InstructionSetFeatures::Create(bool x86_64, in Create() function in art::X86InstructionSetFeatures 125 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromVariant() 135 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromBitmap() 175 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromCppDefines() 222 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromCpuInfo() 346 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 | 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/runtime/ |
D | class_loader_context_test.cc | 274 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create(""); in TEST_F() 281 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create("&"); in TEST_F() 287 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create("PCL[a.dex]"); in TEST_F() 293 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create("DLC[a.dex]"); in TEST_F() 306 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create("IMC[<unknown>]"); in TEST_F() 313 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create("IMC[a.dex*111]"); in TEST_F() 319 ClassLoaderContext::Create("PCL[a.dex:b.dex];DLC[c.dex:d.dex];PCL[e.dex]"); in TEST_F() 327 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create( in TEST_F() 337 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create( in TEST_F() 344 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create( in TEST_F() [all …]
|
/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/arch/ |
D | context.cc | 21 Context* Context::Create() { in Create() function in art::Context
|
/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 | 29 return DlMallocSpace::Create( in CreateDlMallocSpace()
|
D | dlmalloc_space_static_test.cc | 29 return DlMallocSpace::Create( in CreateDlMallocSpace()
|
D | rosalloc_space_random_test.cc | 29 return RosAllocSpace::Create(name, in CreateRosAllocSpace()
|
D | rosalloc_space_static_test.cc | 29 return RosAllocSpace::Create(name, initial_size, in CreateRosAllocSpace()
|
D | space.cc | 84 live_bitmap_ = accounting::LargeObjectBitmap::Create("large live objects", nullptr, capacity); in DiscontinuousSpace() 86 mark_bitmap_ = accounting::LargeObjectBitmap::Create("large marked objects", nullptr, capacity); in DiscontinuousSpace()
|
/art/compiler/optimizing/ |
D | live_ranges_test.cc | 64 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options_); in TEST_F() 108 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options_); in TEST_F() 155 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options_); in TEST_F() 230 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options_); in TEST_F() 305 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options_); in TEST_F() 379 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options_); in TEST_F()
|
D | reference_type_propagation.cc | 429 ReferenceTypeInfo object_rti = ReferenceTypeInfo::Create( in BoundTypeForIfNotNull() 541 class_rti = ReferenceTypeInfo::Create(class_rti.GetTypeHandle(), /* is_exact= */ false); in BoundTypeForIfInstanceOf() 574 ReferenceTypeInfo::Create(handle_cache_->GetStringClassHandle(), /* is_exact= */ true)); in SetClassAsTypeInfo() 578 instr->SetReferenceTypeInfo(ReferenceTypeInfo::Create(handle, is_exact)); in SetClassAsTypeInfo() 668 ReferenceTypeInfo::Create(handle_cache_->GetClassClassHandle(), /* is_exact= */ true)); in VisitLoadClass() 683 instr->SetReferenceTypeInfo(ReferenceTypeInfo::Create( in VisitLoadMethodHandle() 690 ReferenceTypeInfo::Create(handle_cache_->GetMethodTypeClassHandle(), /* is_exact= */ true)); in VisitLoadMethodType() 695 ReferenceTypeInfo::Create(handle_cache_->GetStringClassHandle(), /* is_exact= */ true)); in VisitLoadString() 709 ReferenceTypeInfo::Create(handle_cache_->GetThrowableClassHandle(), /* is_exact= */ false)); in VisitLoadException() 739 ReferenceTypeInfo::Create(class_rti.GetTypeHandle(), /* is_exact= */ false)); in VisitBoundType() [all …]
|
/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 120 auto* const jit_compiler = JitCompiler::Create(); in jit_load() 156 Compiler::Create(*compiler_options_, /*storage=*/ nullptr, Compiler::kOptimizing)); in JitCompiler()
|
/art/runtime/gc/accounting/ |
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
|
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()
|
/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()
|
/art/test/800-smali/smali/ |
D | b_121245951.smali | 8 # Create an unequal lock stack.
|
/art/openjdkjvmti/ |
D | fixed_up_dex_file.h | 52 static std::unique_ptr<FixedUpDexFile> Create(const art::DexFile& original,
|
/art/test/965-default-verify/ |
D | expected.txt | 1 Create Main instance
|