Home
last modified time | relevance | path

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

123456789

/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/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/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/runtime/arch/x86/
Dinstruction_set_features_x86.cc73 X86FeaturesUniquePtr X86InstructionSetFeatures::Create(bool x86_64, in Create() function in art::X86InstructionSetFeatures
131 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromVariant()
141 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromBitmap()
181 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromCppDefines()
228 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in FromCpuInfo()
352 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT); in AddFeaturesFromSplitString()
/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/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/runtime/
Dclass_loader_context_test.cc274 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/runtime/arch/
Dcontext.cc21 Context* Context::Create() { in Create() function in art::Context
/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_static_test.cc30 return DlMallocSpace::Create( in CreateDlMallocSpace()
Ddlmalloc_space_random_test.cc30 return DlMallocSpace::Create( in CreateDlMallocSpace()
Drosalloc_space_random_test.cc30 return RosAllocSpace::Create(name, in CreateRosAllocSpace()
Drosalloc_space_static_test.cc30 return RosAllocSpace::Create(name, initial_size, in CreateRosAllocSpace()
Dspace.cc84 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/
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.cc391 ReferenceTypeInfo::Create(GetHandleCache()->GetObjectClassHandle(), /* is_exact= */ false); in BoundTypeForIfNotNull()
502 class_rti = ReferenceTypeInfo::Create(class_rti.GetTypeHandle(), /* is_exact= */ false); in BoundTypeForIfInstanceOf()
535 ReferenceTypeInfo::Create(GetHandleCache()->GetStringClassHandle(), /* is_exact= */ true)); in SetClassAsTypeInfo()
539 instr->SetReferenceTypeInfo(ReferenceTypeInfo::Create(handle, is_exact)); in SetClassAsTypeInfo()
629 ReferenceTypeInfo::Create(GetHandleCache()->GetClassClassHandle(), /* is_exact= */ true)); in VisitLoadClass()
644 instr->SetReferenceTypeInfo(ReferenceTypeInfo::Create( in VisitLoadMethodHandle()
649 instr->SetReferenceTypeInfo(ReferenceTypeInfo::Create( in VisitLoadMethodType()
655 ReferenceTypeInfo::Create(GetHandleCache()->GetStringClassHandle(), /* is_exact= */ true)); in VisitLoadString()
668 instr->SetReferenceTypeInfo(ReferenceTypeInfo::Create( in VisitLoadException()
699 ReferenceTypeInfo::Create(class_rti.GetTypeHandle(), /* is_exact= */ false)); in VisitBoundType()
[all …]
/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/runtime/gc/accounting/
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
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()
/art/test/800-smali/smali/
Db_121245951.smali8 # Create an unequal lock stack.
/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()
/art/openjdkjvmti/
Dfixed_up_dex_file.h52 static std::unique_ptr<FixedUpDexFile> Create(const art::DexFile& original,
/art/test/965-default-verify/
Dexpected.txt1 Create Main instance

123456789