Home
last modified time | relevance | path

Searched refs:Create (Results 1 – 25 of 208) sorted by relevance

123456789

/art/test/303-verification-stress/
Dexpected-stdout.txt2 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/
Darena_bit_vector.cc55 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/
Dinstruction_set_features_x86.cc81 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/
Dclass_loader_context_test.cc245 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 …]
Dsdk_checker.h46 static SdkChecker* Create(const std::string& public_sdk, std::string* error_msg);
/art/libdexfile/external/
Ddex_file_supp_test.cc36 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/
Ddisassembler.cc45 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/
Djni_macro_assembler.cc43 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/
Dtype_lookup_table_test.cc33 TypeLookupTable table = TypeLookupTable::Create(*dex_file); in TEST_F()
41 TypeLookupTable table(TypeLookupTable::Create(*dex_file)); in TEST_P()
/art/compiler/jni/
Djni_cfi_test.cc69 JniCallingConvention::Create(&allocator, in TestImplSized()
76 ManagedRuntimeCallingConvention::Create( in TestImplSized()
83 JNIMacroAssembler<kPointerSize>::Create(&allocator, isa)); in TestImplSized()
/art/runtime/gc/space/
Dlarge_object_space_test.cc43 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()
Ddlmalloc_space_random_test.cc30 return DlMallocSpace::Create( in CreateDlMallocSpace()
Ddlmalloc_space_static_test.cc30 return DlMallocSpace::Create( in CreateDlMallocSpace()
Drosalloc_space_static_test.cc30 return RosAllocSpace::Create(name, initial_size, in CreateRosAllocSpace()
Drosalloc_space_random_test.cc30 return RosAllocSpace::Create(name, in CreateRosAllocSpace()
/art/compiler/optimizing/
Dlive_ranges_test.cc67 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()
Dreference_type_propagation.cc418 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/
Dcontext.cc21 Context* Context::Create() { in Create() function in art::Context
/art/test/1985-structural-redefine-stack-scope/
Dstack_scope.cc66 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/
Djit_compiler.cc40 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/
Dverified_method.cc40 const VerifiedMethod* VerifiedMethod::Create(verifier::MethodVerifier* method_verifier) { in Create() function in art::VerifiedMethod
Dverified_method.h37 static const VerifiedMethod* Create(verifier::MethodVerifier* method_verifier)
/art/runtime/gc/accounting/
Dspace_bitmap_test.cc37 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()
Dbitmap.cc62 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/
Dmethod_type.cc39 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()

123456789