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

123456

/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,
H A Dlarge_object_space_test.cc41 los = space::LargeObjectMapSpace::Create("large object space");
43 los = space::FreeListSpace::Create("large object space", nullptr, 128 * MB);
148 los = space::LargeObjectMapSpace::Create("large object space");
150 los = space::FreeListSpace::Create("large object space", nullptr, 128 * MB);
/art/disassembler/
H A Ddisassembler.cc30 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { function in class:art::Disassembler
59 return Disassembler::Create(instruction_set, options);
H A Ddisassembler.h62 static Disassembler* Create(InstructionSet instruction_set, DisassemblerOptions* options);
/art/runtime/base/
H A Darena_bit_vector.cc55 static ArenaBitVectorAllocator* Create(ArenaAlloc* arena, ArenaAllocKind kind) { function in class:art::FINAL
86 ArenaBitVectorAllocator<ArenaAllocator>::Create(arena, kind)) {
95 ArenaBitVectorAllocator<ScopedArenaAllocator>::Create(arena, kind)) {
H A Darena_bit_vector.h34 static ArenaBitVector* Create(Allocator* arena, function in class:art::ArenaBitVector
/art/compiler/
H A Dcompiler.cc26 Compiler* Compiler::Create(CompilerDriver* driver, Compiler::Kind kind) { function in class:art::Compiler
/art/runtime/arch/
H A Dcontext.cc37 Context* Context::Create() { function in class:art::Context
H A Dcontext.h35 static Context* Create();
/art/runtime/
H A Dtype_lookup_table_test.cc36 std::unique_ptr<TypeLookupTable> table(TypeLookupTable::Create(*dex_file));
45 std::unique_ptr<TypeLookupTable> table(TypeLookupTable::Create(*dex_file));
/art/compiler/jni/
H A Djni_cfi_test.cc51 JniCallingConvention::Create(&arena, is_static, is_synchronized, shorty, isa));
53 ManagedRuntimeCallingConvention::Create(&arena, is_static, is_synchronized, shorty, isa));
58 std::unique_ptr<Assembler> jni_asm(Assembler::Create(&arena, isa));
/art/compiler/jit/
H A Djit_compiler.h35 static JitCompiler* 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/gc/accounting/
H A Dspace_bitmap_test.cc36 ContinuousSpaceBitmap::Create("test bitmap", heap_begin, heap_capacity));
64 ContinuousSpaceBitmap::Create("test bitmap", heap_begin, heap_capacity));
124 ContinuousSpaceBitmap::Create("test bitmap", heap_begin, heap_capacity));
H A Dbitmap.cc58 Bitmap* Bitmap::Create(const std::string& name, size_t num_bits) { function in class:art::gc::accounting::Bitmap
79 MemoryRangeBitmap<kAlignment>* MemoryRangeBitmap<kAlignment>::Create( function in class:art::gc::accounting::MemoryRangeBitmap
/art/compiler/dex/
H A Dverified_method.h46 static const VerifiedMethod* Create(verifier::MethodVerifier* method_verifier, bool compile)
/art/compiler/linker/
H A Dmulti_oat_relative_patcher.cc30 linker::RelativePatcher::Create(instruction_set, features, &method_offset_map_)),
/art/runtime/interpreter/mterp/arm/
H A Dentry.S52 add rPC, rPC, r0, lsl #1 @ Create direct pointer to 1st dex opcode
/art/runtime/interpreter/mterp/mips/
H A Dentry.S56 EAS1(rPC, rPC, a0) # Create direct pointer to 1st dex opcode
/art/test/466-get-live-vreg/
H A Dget_live_vreg_jni.cc68 std::unique_ptr<Context> context(Context::Create());
/art/test/543-env-long-ref/
H A Denv_long_ref.cc60 std::unique_ptr<Context> context(Context::Create());
/art/test/595-profile-saving/
H A Dprofile-saving.cc46 ProfilingInfo::Create(Thread::Current(), m, /* retry_allocation */ true);

Completed in 485 milliseconds

123456