/art/runtime/arch/ |
D | context.cc | 35 Context* Context::Create() { in Create() function in art::Context
|
/art/disassembler/ |
D | disassembler.cc | 30 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { in Create() function in art::Disassembler
|
/art/compiler/jni/quick/ |
D | calling_convention.cc | 31 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/ |
D | card_table.cc | 58 CardTable* CardTable::Create(const byte* heap_begin, size_t heap_capacity) { in Create() function in art::gc::accounting::CardTable
|
D | atomic_stack.h | 38 static AtomicStack* Create(const std::string& name, size_t growth_limit, size_t capacity) { in Create() function
|
D | space_bitmap.cc | 59 SpaceBitmap<kAlignment>* SpaceBitmap<kAlignment>::Create( in Create() function in art::gc::accounting::SpaceBitmap
|
/art/compiler/utils/ |
D | scoped_arena_allocator.h | 106 static ScopedArenaAllocator* Create(ArenaStack* arena_stack) { in Create() function
|
D | assembler.cc | 107 Assembler* Assembler::Create(InstructionSet instruction_set) { in Create() function in art::Assembler
|
/art/runtime/ |
D | monitor_pool.h | 37 static MonitorPool* Create() { in Create() function
|
D | stack.h | 131 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
|
D | parsed_options.cc | 33 ParsedOptions* ParsedOptions::Create(const RuntimeOptions& options, bool ignore_unrecognized) { in Create() function in art::ParsedOptions
|
D | elf_file.cc | 1352 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
|
D | oat.cc | 41 OatHeader* OatHeader::Create(InstructionSet instruction_set, in Create() function in art::OatHeader
|
/art/compiler/ |
D | compiler.cc | 179 Compiler* Compiler::Create(CompilerDriver* driver, Compiler::Kind kind) { in Create() function in art::Compiler
|
D | elf_writer_mclinker.cc | 54 bool ElfWriterMclinker::Create(File* elf_file, in Create() function in art::ElfWriterMclinker
|
/art/runtime/gc/space/ |
D | zygote_space.cc | 42 ZygoteSpace* ZygoteSpace::Create(const std::string& name, MemMap* mem_map, in Create() function in art::gc::space::ZygoteSpace
|
D | large_object_space.cc | 102 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
|
D | bump_pointer_space.cc | 27 BumpPointerSpace* BumpPointerSpace::Create(const std::string& name, size_t capacity, in Create() function in art::gc::space::BumpPointerSpace
|
D | dlmalloc_space.cc | 77 DlMallocSpace* DlMallocSpace::Create(const std::string& name, size_t initial_size, in Create() function in art::gc::space::DlMallocSpace
|
D | rosalloc_space.cc | 88 RosAllocSpace* RosAllocSpace::Create(const std::string& name, size_t initial_size, in Create() function in art::gc::space::RosAllocSpace
|
D | image_space.cc | 378 ImageSpace* ImageSpace::Create(const char* image_location, in Create() function in art::gc::space::ImageSpace
|
/art/runtime/verifier/ |
D | register_line.h | 53 static RegisterLine* Create(size_t num_regs, MethodVerifier* verifier) { in Create() function
|
/art/compiler/dex/ |
D | verified_method.cc | 46 const VerifiedMethod* VerifiedMethod::Create(verifier::MethodVerifier* method_verifier, in Create() function in art::VerifiedMethod
|
/art/runtime/jdwp/ |
D | jdwp_main.cc | 235 JdwpState* JdwpState::Create(const JdwpOptions* options) { in Create() function in art::JDWP::JdwpState
|
/art/compiler/optimizing/ |
D | code_generator.cc | 254 CodeGenerator* CodeGenerator::Create(ArenaAllocator* allocator, in Create() function in art::CodeGenerator
|