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

123456

/art/runtime/gc/space/
H A Ddlmalloc_space_base_test.cc28 return DlMallocSpace::Create(name, initial_size, growth_limit, capacity, requested_begin, false);
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_base_test.cc25 return RosAllocSpace::Create(name, initial_size, growth_limit, capacity, requested_begin,
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/compiler/jni/
H A Djni_cfi_test.cc46 JniCallingConvention::Create(is_static, is_synchronized, shorty, isa));
48 ManagedRuntimeCallingConvention::Create(is_static, is_synchronized, shorty, isa));
53 std::unique_ptr<Assembler> jni_asm(Assembler::Create(isa));
/art/compiler/
H A Dcompiler.cc27 Compiler* Compiler::Create(CompilerDriver* driver, Compiler::Kind kind) { function in class:art::Compiler
H A Delf_writer_quick.h30 static bool Create(File* file,
H A Dcompiler.h39 static Compiler* Create(CompilerDriver* driver, Kind kind);
/art/runtime/arch/
H A Dcontext.cc37 Context* Context::Create() { function in class:art::Context
H A Dcontext.h35 static Context* Create();
/art/disassembler/
H A Ddisassembler.cc30 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { function in class:art::Disassembler
H A Ddisassembler.h55 static Disassembler* Create(InstructionSet instruction_set, DisassemblerOptions* options);
/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/compiler/trampolines/
H A Dtrampoline_compiler.cc34 std::unique_ptr<ArmAssembler> assembler(static_cast<ArmAssembler*>(Assembler::Create(kThumb2)));
61 std::unique_ptr<Arm64Assembler> assembler(static_cast<Arm64Assembler*>(Assembler::Create(kArm64)));
98 std::unique_ptr<MipsAssembler> assembler(static_cast<MipsAssembler*>(Assembler::Create(kMips)));
127 std::unique_ptr<Mips64Assembler> assembler(static_cast<Mips64Assembler*>(Assembler::Create(kMips64)));
155 std::unique_ptr<X86Assembler> assembler(static_cast<X86Assembler*>(Assembler::Create(kX86)));
173 assembler(static_cast<x86_64::X86_64Assembler*>(Assembler::Create(kX86_64)));
/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.cc57 Bitmap* Bitmap::Create(const std::string& name, size_t num_bits) { function in class:art::gc::accounting::Bitmap
78 MemoryRangeBitmap<kAlignment>* MemoryRangeBitmap<kAlignment>::Create( function in class:art::gc::accounting::MemoryRangeBitmap
H A Dmod_union_table_test.cc39 static ModUnionTable* Create(
136 ModUnionTable* ModUnionTableFactory::Create( function in class:art::gc::accounting::ModUnionTableFactory
171 // Create another space that we can put references in.
172 std::unique_ptr<space::DlMallocSpace> other_space(space::DlMallocSpace::Create(
176 std::unique_ptr<ModUnionTable> table(ModUnionTableFactory::Create(
179 // Create some fake objects and put the main space and dirty cards in the non moving space.
/art/compiler/utils/
H A Dassembler_thumb_test.cc162 arm::Thumb2Assembler* assembler = static_cast<arm::Thumb2Assembler*>(Assembler::Create(kThumb2));
179 arm::Thumb2Assembler* assembler = static_cast<arm::Thumb2Assembler*>(Assembler::Create(kThumb2));
194 arm::Thumb2Assembler* assembler = static_cast<arm::Thumb2Assembler*>(Assembler::Create(kThumb2));
209 arm::Thumb2Assembler* assembler = static_cast<arm::Thumb2Assembler*>(Assembler::Create(kThumb2));
256 arm::Thumb2Assembler* assembler = static_cast<arm::Thumb2Assembler*>(Assembler::Create(kThumb2));
290 arm::Thumb2Assembler* assembler = static_cast<arm::Thumb2Assembler*>(Assembler::Create(kThumb2));
319 arm::Thumb2Assembler* assembler = static_cast<arm::Thumb2Assembler*>(Assembler::Create(kThumb2));
338 arm::Thumb2Assembler* assembler = static_cast<arm::Thumb2Assembler*>(Assembler::Create(kThumb2));
363 arm::Thumb2Assembler* assembler = static_cast<arm::Thumb2Assembler*>(Assembler::Create(kThumb2));
390 arm::Thumb2Assembler* assembler = static_cast<arm::Thumb2Assembler*>(Assembler::Create(kThumb
[all...]
/art/compiler/dex/quick/
H A Dquick_compiler.h59 static Compiler* Create(CompilerDriver* driver);
/art/compiler/jit/
H A Djit_compiler.h38 static JitCompiler* Create();
/art/runtime/
H A Dparsed_options.h47 // Create a parser that can turn user-defined input into a RuntimeArgumentMap.
53 static ParsedOptions* Create(const RuntimeOptions& options, bool ignore_unrecognized,
/art/test/466-get-live-vreg/
H A Dget_live_vreg_jni.cc63 std::unique_ptr<Context> context(Context::Create());

Completed in 1329 milliseconds

123456