Home
last modified time | relevance | path

Searched defs:Create (Results 1 – 25 of 30) sorted by relevance

12

/art/runtime/arch/
Dcontext.cc35 Context* Context::Create() { in Create() function in art::Context
/art/disassembler/
Ddisassembler.cc30 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { in Create() function in art::Disassembler
/art/compiler/jni/quick/
Dcalling_convention.cc31 ManagedRuntimeCallingConvention* ManagedRuntimeCallingConvention::Create( in Create() function in art::ManagedRuntimeCallingConvention
103 JniCallingConvention* JniCallingConvention::Create(bool is_static, bool is_synchronized, in Create() function in art::JniCallingConvention
/art/runtime/gc/accounting/
Dcard_table.cc58 CardTable* CardTable::Create(const byte* heap_begin, size_t heap_capacity) { in Create() function in art::gc::accounting::CardTable
Datomic_stack.h38 static AtomicStack* Create(const std::string& name, size_t growth_limit, size_t capacity) { in Create() function
Dspace_bitmap.cc59 SpaceBitmap<kAlignment>* SpaceBitmap<kAlignment>::Create( in Create() function in art::gc::accounting::SpaceBitmap
/art/compiler/utils/
Dscoped_arena_allocator.h106 static ScopedArenaAllocator* Create(ArenaStack* arena_stack) { in Create() function
Dassembler.cc107 Assembler* Assembler::Create(InstructionSet instruction_set) { in Create() function in art::Assembler
/art/runtime/
Dmonitor_pool.h37 static MonitorPool* Create() { in Create() function
Dstack.h131 static ShadowFrame* Create(uint32_t num_vregs, ShadowFrame* link, in Create() function
138 static ShadowFrame* Create(uint32_t num_vregs, ShadowFrame* link, in Create() function
Dparsed_options.cc33 ParsedOptions* ParsedOptions::Create(const RuntimeOptions& options, bool ignore_unrecognized) { in Create() function in art::ParsedOptions
Delf_file.cc1352 static DebugTag* Create(const byte** data_pointer) { in Create() function in art::DebugTag
1432 static DebugAbbrev* Create(const byte* dbg_abbrev, size_t dbg_abbrev_size) { in Create() function in art::DebugAbbrev
1466 static DebugInfoIterator* Create(DebugInfoHeader* header, size_t frame_size, in Create() function in art::DebugInfoIterator
Doat.cc41 OatHeader* OatHeader::Create(InstructionSet instruction_set, in Create() function in art::OatHeader
/art/compiler/
Dcompiler.cc179 Compiler* Compiler::Create(CompilerDriver* driver, Compiler::Kind kind) { in Create() function in art::Compiler
Delf_writer_mclinker.cc54 bool ElfWriterMclinker::Create(File* elf_file, in Create() function in art::ElfWriterMclinker
/art/runtime/gc/space/
Dzygote_space.cc42 ZygoteSpace* ZygoteSpace::Create(const std::string& name, MemMap* mem_map, in Create() function in art::gc::space::ZygoteSpace
Dlarge_object_space.cc102 LargeObjectMapSpace* LargeObjectMapSpace::Create(const std::string& name) { in Create() function in art::gc::space::LargeObjectMapSpace
285 FreeListSpace* FreeListSpace::Create(const std::string& name, byte* requested_begin, size_t size) { in Create() function in art::gc::space::FreeListSpace
Dbump_pointer_space.cc27 BumpPointerSpace* BumpPointerSpace::Create(const std::string& name, size_t capacity, in Create() function in art::gc::space::BumpPointerSpace
Ddlmalloc_space.cc77 DlMallocSpace* DlMallocSpace::Create(const std::string& name, size_t initial_size, in Create() function in art::gc::space::DlMallocSpace
Drosalloc_space.cc88 RosAllocSpace* RosAllocSpace::Create(const std::string& name, size_t initial_size, in Create() function in art::gc::space::RosAllocSpace
Dimage_space.cc378 ImageSpace* ImageSpace::Create(const char* image_location, in Create() function in art::gc::space::ImageSpace
/art/runtime/verifier/
Dregister_line.h53 static RegisterLine* Create(size_t num_regs, MethodVerifier* verifier) { in Create() function
/art/compiler/dex/
Dverified_method.cc46 const VerifiedMethod* VerifiedMethod::Create(verifier::MethodVerifier* method_verifier, in Create() function in art::VerifiedMethod
/art/runtime/jdwp/
Djdwp_main.cc235 JdwpState* JdwpState::Create(const JdwpOptions* options) { in Create() function in art::JDWP::JdwpState
/art/compiler/optimizing/
Dcode_generator.cc254 CodeGenerator* CodeGenerator::Create(ArenaAllocator* allocator, in Create() function in art::CodeGenerator

12