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

12

/art/runtime/arch/
H A Dcontext.cc35 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.cc144 return art::ElfWriterMclinker::Create(
179 Compiler* Compiler::Create(CompilerDriver* driver, Compiler::Kind kind) { function in class:art::Compiler
H A Delf_writer_mclinker.cc54 bool ElfWriterMclinker::Create(File* elf_file, function in class:art::ElfWriterMclinker
H A Delf_writer_quick.cc881 bool ElfWriterQuick::Create(File* elf_file, function in class:art::ElfWriterQuick
985 // Create the debug_abbrev section with boilerplate information.
/art/compiler/jni/quick/
H A Dcalling_convention.cc31 ManagedRuntimeCallingConvention* ManagedRuntimeCallingConvention::Create( function in class:art::ManagedRuntimeCallingConvention
103 JniCallingConvention* JniCallingConvention::Create(bool is_static, bool is_synchronized, function in class:art::JniCallingConvention
/art/compiler/utils/
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
126 // Allow a delete-expression to destroy but not deallocate allocators created by Create().
H A Dassembler.cc107 Assembler* Assembler::Create(InstructionSet instruction_set) { function in class:art::Assembler
/art/runtime/gc/accounting/
H A Dcard_table.cc55 * byte is equal to GC_DIRTY_CARD. See CardTable::Create for details.
58 CardTable* CardTable::Create(const byte* heap_begin, size_t heap_capacity) { function in class:art::gc::accounting::CardTable
H A Datomic_stack.h38 static AtomicStack* Create(const std::string& name, size_t growth_limit, size_t capacity) { function in class:art::gc::accounting::AtomicStack
H A Dspace_bitmap.cc59 SpaceBitmap<kAlignment>* SpaceBitmap<kAlignment>::Create( function in class:art::gc::accounting::SpaceBitmap
248 Create("bitmap for in-order walk", reinterpret_cast<byte*>(heap_begin_),
/art/runtime/gc/space/
H A Dzygote_space.cc42 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 Ddlmalloc_space.cc77 DlMallocSpace* DlMallocSpace::Create(const std::string& name, size_t initial_size, function in class:art::gc::space::DlMallocSpace
83 LOG(INFO) << "DlMallocSpace::Create entering " << name
106 LOG(INFO) << "DlMallocSpace::Create exiting (" << PrettyDuration(NanoTime() - start_time)
H A Drosalloc_space.cc88 RosAllocSpace* RosAllocSpace::Create(const std::string& name, size_t initial_size, function in class:art::gc::space::RosAllocSpace
94 VLOG(startup) << "RosAllocSpace::Create entering " << name
119 LOG(INFO) << "RosAllocSpace::Create exiting (" << PrettyDuration(NanoTime() - start_time)
141 PLOG(ERROR) << "RosAlloc::Create failed";
H A Dimage_space.cc378 ImageSpace* ImageSpace::Create(const char* image_location, function in class:art::gc::space::ImageSpace
470 // we leave Create.
528 // we leave Create.
H A Dlarge_object_space.cc102 LargeObjectMapSpace* LargeObjectMapSpace::Create(const std::string& name) { function in class:art::gc::space::LargeObjectMapSpace
285 FreeListSpace* FreeListSpace::Create(const std::string& name, byte* requested_begin, size_t size) { function in class:art::gc::space::FreeListSpace
/art/runtime/
H A Dmonitor_pool.h37 static MonitorPool* Create() { function in class:art::MonitorPool
H A Dparsed_options.cc33 ParsedOptions* ParsedOptions::Create(const RuntimeOptions& options, bool ignore_unrecognized) { function in class:art::ParsedOptions
H A Doat.cc41 OatHeader* OatHeader::Create(InstructionSet instruction_set, function in class:art::OatHeader
53 // Create the OatHeader in-place.
/art/runtime/verifier/
H A Dregister_line.h53 static RegisterLine* Create(size_t num_regs, MethodVerifier* verifier) { function in class:art::verifier::RegisterLine
/art/compiler/dex/
H A Dverified_method.cc46 const VerifiedMethod* VerifiedMethod::Create(verifier::MethodVerifier* method_verifier, function in class:art::VerifiedMethod
/art/runtime/jdwp/
H A Djdwp_main.cc235 JdwpState* JdwpState::Create(const JdwpOptions* options) { function in class:art::JDWP::JdwpState
261 * debugger. Create the JDWP thread and let it continue the mission.
/art/compiler/optimizing/
H A Dcode_generator.cc254 CodeGenerator* CodeGenerator::Create(ArenaAllocator* allocator, function in class:art::CodeGenerator
/art/compiler/sea_ir/ir/
H A Dsea.cc237 sea_ir::InstructionNode::Create(inst);
603 std::vector<InstructionNode*> InstructionNode::Create(const art::Instruction* in) { function in class:sea_ir::InstructionNode

Completed in 5094 milliseconds

12