Home
last modified time | relevance | path

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

12

/art/runtime/arch/
Dcontext.cc37 Context* Context::Create() { in Create() function in art::Context
/art/runtime/gc/accounting/
Dbitmap.cc58 Bitmap* Bitmap::Create(const std::string& name, size_t num_bits) { in Create() function in art::gc::accounting::Bitmap
79 MemoryRangeBitmap<kAlignment>* MemoryRangeBitmap<kAlignment>::Create( in Create() function in art::gc::accounting::MemoryRangeBitmap
Dcard_table.cc60 CardTable* CardTable::Create(const uint8_t* heap_begin, size_t heap_capacity) { in Create() function in art::gc::accounting::CardTable
Datomic_stack.h56 static AtomicStack* Create(const std::string& name, size_t growth_limit, size_t capacity) { in Create() function
Dmod_union_table_test.cc149 ModUnionTable* ModUnionTableFactory::Create( in Create() function in art::gc::accounting::ModUnionTableFactory
Dspace_bitmap.cc65 SpaceBitmap<kAlignment>* SpaceBitmap<kAlignment>::Create( in Create() function in art::gc::accounting::SpaceBitmap
/art/compiler/
Dcompiler.cc26 Compiler* Compiler::Create(CompilerDriver* driver, Compiler::Kind kind) { in Create() function in art::Compiler
/art/disassembler/
Ddisassembler.cc30 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { in Create() function in art::Disassembler
/art/compiler/jni/quick/
Dcalling_convention.cc49 std::unique_ptr<ManagedRuntimeCallingConvention> ManagedRuntimeCallingConvention::Create( in Create() function in art::ManagedRuntimeCallingConvention
149 std::unique_ptr<JniCallingConvention> JniCallingConvention::Create(ArenaAllocator* arena, in Create() function in art::JniCallingConvention
/art/runtime/jit/
Dprofiling_info.cc28 bool ProfilingInfo::Create(Thread* self, ArtMethod* method, bool retry_allocation) { in Create() function in art::ProfilingInfo
/art/runtime/base/
Darena_bit_vector.cc55 static ArenaBitVectorAllocator* Create(ArenaAlloc* arena, ArenaAllocKind kind) { in Create() function in art::FINAL
Dscoped_arena_allocator.h137 static ScopedArenaAllocator* Create(ArenaStack* arena_stack) { in Create() function
/art/compiler/linker/
Drelative_patcher.cc36 std::unique_ptr<RelativePatcher> RelativePatcher::Create( in Create() function in art::linker::RelativePatcher
/art/runtime/
Dhandle_scope.h91 static HandleScope* Create(void* storage, HandleScope* link, uint32_t num_references) in Create() function
Dtype_lookup_table.cc61 TypeLookupTable* TypeLookupTable::Create(const DexFile& dex_file, uint8_t* storage) { in Create() function in art::TypeLookupTable
Dmonitor_pool.h37 static MonitorPool* Create() { in Create() function
Djni_env_ext.cc48 JNIEnvExt* JNIEnvExt::Create(Thread* self_in, JavaVMExt* vm_in) { in Create() function in art::JNIEnvExt
/art/runtime/verifier/
Dregister_line-inl.h181 inline RegisterLine* RegisterLine::Create(size_t num_regs, MethodVerifier* verifier) { in Create() function
/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
Dbump_pointer_space.cc27 BumpPointerSpace* BumpPointerSpace::Create(const std::string& name, size_t capacity, in Create() function in art::gc::space::BumpPointerSpace
Dlarge_object_space.cc125 LargeObjectMapSpace* LargeObjectMapSpace::Create(const std::string& name) { in Create() function in art::gc::space::LargeObjectMapSpace
354 FreeListSpace* FreeListSpace::Create(const std::string& name, uint8_t* requested_begin, size_t size… in Create() function in art::gc::space::FreeListSpace
/art/compiler/jit/
Djit_compiler.cc40 JitCompiler* JitCompiler::Create() { in Create() function in art::jit::JitCompiler
/art/compiler/dex/
Dverified_method.cc44 const VerifiedMethod* VerifiedMethod::Create(verifier::MethodVerifier* method_verifier, in Create() function in art::VerifiedMethod
/art/compiler/utils/
Dassembler.cc124 std::unique_ptr<Assembler> Assembler::Create( in Create() function in art::Assembler
/art/runtime/jdwp/
Djdwp_main.cc246 JdwpState* JdwpState::Create(const JdwpOptions* options) { in Create() function in art::JDWP::JdwpState

12