Home
last modified time | relevance | path

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

12

/art/runtime/arch/
Dcontext.cc37 Context* Context::Create() { in Create() function in art::Context
/art/runtime/gc/accounting/
Dbitmap.cc57 Bitmap* Bitmap::Create(const std::string& name, size_t num_bits) { in Create() function in art::gc::accounting::Bitmap
78 MemoryRangeBitmap<kAlignment>* MemoryRangeBitmap<kAlignment>::Create( in Create() function in art::gc::accounting::MemoryRangeBitmap
Dcard_table.cc59 CardTable* CardTable::Create(const uint8_t* heap_begin, size_t heap_capacity) { in Create() function in art::gc::accounting::CardTable
Datomic_stack.h57 static AtomicStack* Create(const std::string& name, size_t growth_limit, size_t capacity) { in Create() function
Dmod_union_table_test.cc136 ModUnionTable* ModUnionTableFactory::Create( in Create() function in art::gc::accounting::ModUnionTableFactory
/art/disassembler/
Ddisassembler.cc30 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { in Create() function in art::Disassembler
/art/compiler/
Dcompiler.cc27 Compiler* Compiler::Create(CompilerDriver* driver, Compiler::Kind kind) { in Create() function in art::Compiler
Delf_writer_quick.cc59 bool ElfWriterQuick<ElfTypes>::Create(File* elf_file, in Create() function in art::ElfWriterQuick
/art/compiler/jni/quick/
Dcalling_convention.cc31 ManagedRuntimeCallingConvention* ManagedRuntimeCallingConvention::Create( in Create() function in art::ManagedRuntimeCallingConvention
105 JniCallingConvention* JniCallingConvention::Create(bool is_static, bool is_synchronized, in Create() function in art::JniCallingConvention
/art/runtime/
Djni_env_ext.cc41 JNIEnvExt* JNIEnvExt::Create(Thread* self_in, JavaVMExt* vm_in) { in Create() function in art::JNIEnvExt
Dhandle_scope.h92 static HandleScope* Create(void* storage, HandleScope* link, uint32_t num_references) in Create() function
Dmonitor_pool.h37 static MonitorPool* Create() { in Create() function
Dparsed_options.cc44 ParsedOptions* ParsedOptions::Create(const RuntimeOptions& options, bool ignore_unrecognized, in Create() function in art::ParsedOptions
/art/runtime/jit/
Djit.cc64 Jit* Jit::Create(JitOptions* options, std::string* error_msg) { in Create() function in art::jit::Jit
Djit_code_cache.cc28 JitCodeCache* JitCodeCache::Create(size_t capacity, std::string* error_msg) { in Create() function in art::jit::JitCodeCache
/art/runtime/base/
Dscoped_arena_allocator.h106 static ScopedArenaAllocator* Create(ArenaStack* arena_stack) { in Create() function
/art/compiler/linker/
Drelative_patcher.cc28 std::unique_ptr<RelativePatcher> RelativePatcher::Create( in Create() function in art::linker::RelativePatcher
/art/runtime/verifier/
Dregister_line.h55 static RegisterLine* Create(size_t num_regs, MethodVerifier* verifier) { in Create() function
/art/runtime/gc/space/
Dzygote_space.cc43 ZygoteSpace* ZygoteSpace::Create(const std::string& name, MemMap* mem_map, in Create() function in art::gc::space::ZygoteSpace
Dbump_pointer_space.cc27 BumpPointerSpace* BumpPointerSpace::Create(const std::string& name, size_t capacity, in Create() function in art::gc::space::BumpPointerSpace
/art/compiler/utils/
Dassembler.cc112 Assembler* Assembler::Create(InstructionSet instruction_set) { in Create() function in art::Assembler
/art/compiler/dex/quick/
Dquick_compiler.cc860 Compiler* QuickCompiler::Create(CompilerDriver* driver) { in Create() function in art::QuickCompiler
/art/compiler/jit/
Djit_compiler.cc39 JitCompiler* JitCompiler::Create() { in Create() function in art::jit::JitCompiler
/art/runtime/jdwp/
Djdwp_main.cc243 JdwpState* JdwpState::Create(const JdwpOptions* options) { in Create() function in art::JDWP::JdwpState
/art/compiler/dex/
Dverified_method.cc40 const VerifiedMethod* VerifiedMethod::Create(verifier::MethodVerifier* method_verifier, in Create() function in art::VerifiedMethod

12