/art/runtime/arch/ |
D | context.cc | 37 Context* Context::Create() { in Create() function in art::Context
|
/art/runtime/gc/accounting/ |
D | bitmap.cc | 58 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
|
D | card_table.cc | 60 CardTable* CardTable::Create(const uint8_t* heap_begin, size_t heap_capacity) { in Create() function in art::gc::accounting::CardTable
|
D | atomic_stack.h | 56 static AtomicStack* Create(const std::string& name, size_t growth_limit, size_t capacity) { in Create() function
|
D | mod_union_table_test.cc | 149 ModUnionTable* ModUnionTableFactory::Create( in Create() function in art::gc::accounting::ModUnionTableFactory
|
D | space_bitmap.cc | 65 SpaceBitmap<kAlignment>* SpaceBitmap<kAlignment>::Create( in Create() function in art::gc::accounting::SpaceBitmap
|
/art/compiler/ |
D | compiler.cc | 26 Compiler* Compiler::Create(CompilerDriver* driver, Compiler::Kind kind) { in Create() function in art::Compiler
|
/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 | 49 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/ |
D | profiling_info.cc | 28 bool ProfilingInfo::Create(Thread* self, ArtMethod* method, bool retry_allocation) { in Create() function in art::ProfilingInfo
|
/art/runtime/base/ |
D | arena_bit_vector.cc | 55 static ArenaBitVectorAllocator* Create(ArenaAlloc* arena, ArenaAllocKind kind) { in Create() function in art::FINAL
|
D | scoped_arena_allocator.h | 137 static ScopedArenaAllocator* Create(ArenaStack* arena_stack) { in Create() function
|
/art/compiler/linker/ |
D | relative_patcher.cc | 36 std::unique_ptr<RelativePatcher> RelativePatcher::Create( in Create() function in art::linker::RelativePatcher
|
/art/runtime/ |
D | handle_scope.h | 91 static HandleScope* Create(void* storage, HandleScope* link, uint32_t num_references) in Create() function
|
D | type_lookup_table.cc | 61 TypeLookupTable* TypeLookupTable::Create(const DexFile& dex_file, uint8_t* storage) { in Create() function in art::TypeLookupTable
|
D | monitor_pool.h | 37 static MonitorPool* Create() { in Create() function
|
D | jni_env_ext.cc | 48 JNIEnvExt* JNIEnvExt::Create(Thread* self_in, JavaVMExt* vm_in) { in Create() function in art::JNIEnvExt
|
/art/runtime/verifier/ |
D | register_line-inl.h | 181 inline RegisterLine* RegisterLine::Create(size_t num_regs, MethodVerifier* verifier) { in Create() function
|
/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 | bump_pointer_space.cc | 27 BumpPointerSpace* BumpPointerSpace::Create(const std::string& name, size_t capacity, in Create() function in art::gc::space::BumpPointerSpace
|
D | large_object_space.cc | 125 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/ |
D | jit_compiler.cc | 40 JitCompiler* JitCompiler::Create() { in Create() function in art::jit::JitCompiler
|
/art/compiler/dex/ |
D | verified_method.cc | 44 const VerifiedMethod* VerifiedMethod::Create(verifier::MethodVerifier* method_verifier, in Create() function in art::VerifiedMethod
|
/art/compiler/utils/ |
D | assembler.cc | 124 std::unique_ptr<Assembler> Assembler::Create( in Create() function in art::Assembler
|
/art/runtime/jdwp/ |
D | jdwp_main.cc | 246 JdwpState* JdwpState::Create(const JdwpOptions* options) { in Create() function in art::JDWP::JdwpState
|