Searched defs:Create (Results 1 - 25 of 36) sorted by relevance

12

/art/runtime/arch/
H A Dcontext.cc37 Context* Context::Create() { function in class:art::Context
/art/disassembler/
H A Ddisassembler.cc30 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { function in class:art::Disassembler
/art/compiler/
H A Dcompiler.cc27 Compiler* Compiler::Create(CompilerDriver* driver, Compiler::Kind kind) { function in class:art::Compiler
H A Delf_writer_quick.cc59 bool ElfWriterQuick<ElfTypes>::Create(File* elf_file, function in class:art::ElfWriterQuick
/art/runtime/
H A Djni_env_ext.cc41 JNIEnvExt* JNIEnvExt::Create(Thread* self_in, JavaVMExt* vm_in) { function in class:art::JNIEnvExt
H A Dmonitor_pool.h37 static MonitorPool* Create() { function in class:art::MonitorPool
H A Dparsed_options.cc44 ParsedOptions* ParsedOptions::Create(const RuntimeOptions& options, bool ignore_unrecognized, function in class:art::ParsedOptions
/art/compiler/linker/
H A Drelative_patcher.cc28 std::unique_ptr<RelativePatcher> RelativePatcher::Create( function in class:art::linker::RelativePatcher
/art/runtime/gc/accounting/
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 Dcard_table.cc56 * byte is equal to GC_DIRTY_CARD. See CardTable::Create for details.
59 CardTable* CardTable::Create(const uint8_t* heap_begin, size_t heap_capacity) { function in class:art::gc::accounting::CardTable
H A Datomic_stack.h57 static AtomicStack* Create(const std::string& name, size_t growth_limit, size_t capacity) { function in class:art::gc::accounting::AtomicStack
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.
H A Dspace_bitmap.cc65 SpaceBitmap<kAlignment>* SpaceBitmap<kAlignment>::Create( function in class:art::gc::accounting::SpaceBitmap
251 Create("bitmap for in-order walk", reinterpret_cast<uint8_t*>(heap_begin_),
/art/compiler/jni/quick/
H A Dcalling_convention.cc31 ManagedRuntimeCallingConvention* ManagedRuntimeCallingConvention::Create( function in class:art::ManagedRuntimeCallingConvention
105 JniCallingConvention* JniCallingConvention::Create(bool is_static, bool is_synchronized, function in class:art::JniCallingConvention
/art/runtime/jit/
H A Djit.cc64 Jit* Jit::Create(JitOptions* options, std::string* error_msg) { function in class:art::jit::Jit
70 jit->code_cache_.reset(JitCodeCache::Create(options->GetCodeCacheCapacity(), error_msg));
H A Djit_code_cache.cc28 JitCodeCache* JitCodeCache::Create(size_t capacity, std::string* error_msg) { function in class:art::jit::JitCodeCache
/art/compiler/utils/
H A Dassembler.cc112 Assembler* Assembler::Create(InstructionSet instruction_set) { function in class:art::Assembler
/art/runtime/base/
H A Dscoped_arena_allocator.h103 // Create a ScopedArenaAllocator directly on the ArenaStack when the scope of
106 static ScopedArenaAllocator* Create(ArenaStack* arena_stack) { function in class:art::ScopedArenaAllocator
131 // Allow a delete-expression to destroy but not deallocate allocators created by Create().
/art/runtime/gc/space/
H A Dzygote_space.cc43 ZygoteSpace* ZygoteSpace::Create(const std::string& name, MemMap* mem_map, function in class:art::gc::space::ZygoteSpace
H A Dbump_pointer_space.cc27 BumpPointerSpace* BumpPointerSpace::Create(const std::string& name, size_t capacity, function in class:art::gc::space::BumpPointerSpace
H A Dregion_space.cc31 RegionSpace* RegionSpace::Create(const std::string& name, size_t capacity, function in class:art::gc::space::RegionSpace
/art/compiler/dex/quick/
H A Dquick_compiler.cc719 /* Create the pass driver and launch it */
857 return QuickCompiler::Create(driver);
860 Compiler* QuickCompiler::Create(CompilerDriver* driver) { function in class:art::QuickCompiler
/art/compiler/dex/
H A Dverified_method.cc40 const VerifiedMethod* VerifiedMethod::Create(verifier::MethodVerifier* method_verifier, function in class:art::VerifiedMethod
/art/compiler/jit/
H A Djit_compiler.cc39 JitCompiler* JitCompiler::Create() { function in class:art::jit::JitCompiler
45 auto* const jit_compiler = JitCompiler::Create();
/art/runtime/jdwp/
H A Djdwp_main.cc243 JdwpState* JdwpState::Create(const JdwpOptions* options) { function in class:art::JDWP::JdwpState
269 * debugger. Create the JDWP thread and let it continue the mission.

Completed in 377 milliseconds

12