Searched refs:Create (Results 1 - 25 of 180) sorted by relevance

12345678

/art/runtime/arch/
H A Dcontext.cc21 Context* Context::Create() { function in class:art::Context
/art/runtime/gc/space/
H A Ddlmalloc_space_random_test.cc27 return DlMallocSpace::Create(name, initial_size, growth_limit, capacity, requested_begin, false);
H A Ddlmalloc_space_static_test.cc27 return DlMallocSpace::Create(name, initial_size, growth_limit, capacity, requested_begin, false);
H A Drosalloc_space_random_test.cc25 return RosAllocSpace::Create(name, initial_size, growth_limit, capacity, requested_begin,
H A Drosalloc_space_static_test.cc25 return RosAllocSpace::Create(name, initial_size, growth_limit, capacity, requested_begin,
/art/runtime/base/
H A Darena_bit_vector.cc55 static ArenaBitVectorAllocator* Create(ArenaAlloc* allocator, ArenaAllocKind kind) { function in class:art::FINAL
86 ArenaBitVectorAllocator<ArenaAllocator>::Create(allocator, kind)) {
95 ArenaBitVectorAllocator<ScopedArenaAllocator>::Create(allocator, kind)) {
H A Darena_bit_vector.h34 static ArenaBitVector* Create(Allocator* allocator, function in class:art::ArenaBitVector
/art/compiler/
H A Dcompiler.cc29 Compiler* Compiler::Create(CompilerDriver* driver, Compiler::Kind kind) { function in class:art::Compiler
/art/compiler/utils/
H A Djni_macro_assembler.cc49 MacroAsm32UniquePtr JNIMacroAssembler<PointerSize::k32>::Create( function in class:art::JNIMacroAssembler
84 MacroAsm64UniquePtr JNIMacroAssembler<PointerSize::k64>::Create( function in class:art::JNIMacroAssembler
/art/disassembler/
H A Ddisassembler.cc38 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { function in class:art::Disassembler
67 return Disassembler::Create(instruction_set, options);
H A Ddisassembler.h69 static Disassembler* Create(InstructionSet instruction_set, DisassemblerOptions* options);
/art/runtime/
H A Dtype_lookup_table_test.cc34 std::unique_ptr<TypeLookupTable> table(TypeLookupTable::Create(*dex_file));
43 std::unique_ptr<TypeLookupTable> table(TypeLookupTable::Create(*dex_file));
H A Dclass_loader_context_test.cc191 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create("");
198 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create("&");
205 ClassLoaderContext::Create("PCL[a.dex]");
212 ClassLoaderContext::Create("DLC[a.dex]");
219 ClassLoaderContext::Create("PCL[a.dex:b.dex];DLC[c.dex:d.dex];PCL[e.dex]");
228 ClassLoaderContext::Create("DLC[]");
235 ClassLoaderContext::Create(OatFile::kSpecialSharedLibrary);
240 ASSERT_TRUE(nullptr == ClassLoaderContext::Create("ABC[a.dex]"));
241 ASSERT_TRUE(nullptr == ClassLoaderContext::Create("PCL"));
242 ASSERT_TRUE(nullptr == ClassLoaderContext::Create("PC
[all...]
/art/compiler/jni/
H A Djni_cfi_test.cc68 JniCallingConvention::Create(&allocator,
75 ManagedRuntimeCallingConvention::Create(
82 JNIMacroAssembler<kPointerSize>::Create(&allocator, isa));
/art/compiler/dex/
H A Dverified_method.h42 static const VerifiedMethod* Create(verifier::MethodVerifier* method_verifier)
/art/compiler/jit/
H A Djit_compiler.h35 static JitCompiler* Create();
/art/openjdkjvmti/
H A Dfixed_up_dex_file.h52 static std::unique_ptr<FixedUpDexFile> Create(const art::DexFile& original,
/art/runtime/mirror/
H A Dcall_site.cc27 mirror::CallSite* CallSite::Create(Thread* const self, Handle<MethodHandle> target) { function in class:art::mirror::CallSite
H A Dcall_site.h32 static mirror::CallSite* Create(Thread* const self,
/art/test/167-visit-locks/
H A Dvisit_locks.cc68 Context* context = Context::Create();
/art/test/461-get-reference-vreg/
H A Dget_reference_vreg_jni.cc72 std::unique_ptr<Context> context(Context::Create());
80 std::unique_ptr<Context> context(Context::Create());
/art/runtime/arch/x86/
H A Dinstruction_set_features_x86.cc61 X86FeaturesUniquePtr X86InstructionSetFeatures::Create(bool x86_64, function in class:art::X86InstructionSetFeatures
110 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT);
120 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT);
160 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT);
207 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT);
330 return Create(x86_64, has_SSSE3, has_SSE4_1, has_SSE4_2, has_AVX, has_AVX2, has_POPCNT);
/art/runtime/gc/accounting/
H A Dbitmap.cc60 Bitmap* Bitmap::Create(const std::string& name, size_t num_bits) { function in class:art::gc::accounting::Bitmap
81 MemoryRangeBitmap<kAlignment>* MemoryRangeBitmap<kAlignment>::Create( function in class:art::gc::accounting::MemoryRangeBitmap
/art/compiler/optimizing/
H A Dregister_allocator.h48 static std::unique_ptr<RegisterAllocator> Create(ScopedArenaAllocator* allocator,
/art/dex2oat/linker/
H A Dmulti_oat_relative_patcher.cc30 relative_patcher_(RelativePatcher::Create(instruction_set, features, &method_offset_map_)),

Completed in 3735 milliseconds

12345678