Home
last modified time | relevance | path

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

12345678

/art/test/303-verification-stress/
Dexpected.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/runtime/
Dclass_loader_context_test.cc172 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 …]
Dtype_lookup_table_test.cc36 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/
Darena_bit_vector.cc55 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/
Dinstruction_set_features_x86.cc61 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/
Ddisassembler.cc38 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/
Djni_cfi_test.cc67 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/
Djni_macro_assembler.cc49 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/
Dcontext.cc21 Context* Context::Create() { in Create() function in art::Context
/art/runtime/gc/space/
Dlarge_object_space_test.cc42 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()
Ddlmalloc_space_random_test.cc27 return DlMallocSpace::Create(name, initial_size, growth_limit, capacity, requested_begin, false); in CreateDlMallocSpace()
Ddlmalloc_space_static_test.cc27 return DlMallocSpace::Create(name, initial_size, growth_limit, capacity, requested_begin, false); in CreateDlMallocSpace()
Drosalloc_space_static_test.cc25 return RosAllocSpace::Create(name, initial_size, growth_limit, capacity, requested_begin, in CreateRosAllocSpace()
Drosalloc_space_random_test.cc25 return RosAllocSpace::Create(name, initial_size, growth_limit, capacity, requested_begin, in CreateRosAllocSpace()
Dspace.cc82 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/
Dget_reference_vreg_jni.cc72 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/
Dspace_bitmap_test.cc36 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()
Dbitmap.cc60 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
Dmod_union_table_test.cc40 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/
Dreference_type_propagation.cc393 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/
Dcompiler.cc26 Compiler* Compiler::Create(CompilerDriver* driver, Compiler::Kind kind) { in Create() function in art::Compiler
/art/test/965-default-verify/
Dexpected.txt1 Create Main instance
/art/runtime/openjdkjvmti/
Dfixed_up_dex_file.h51 static std::unique_ptr<FixedUpDexFile> Create(const art::DexFile& original)
/art/compiler/dex/
Dverified_method.h42 static const VerifiedMethod* Create(verifier::MethodVerifier* method_verifier)
/art/compiler/jit/
Djit_compiler.h35 static JitCompiler* Create();

12345678