Home
last modified time | relevance | path

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

123

/art/compiler/utils/
Djni_macro_assembler.cc43 MacroAsm32UniquePtr JNIMacroAssembler<PointerSize::k32>::Create( in Create() function in art::JNIMacroAssembler::k32
69 MacroAsm64UniquePtr JNIMacroAssembler<PointerSize::k64>::Create( in Create() function in art::JNIMacroAssembler::k64
/art/runtime/arch/
Dcontext.cc21 Context* Context::Create() { in Create() function in art::Context
/art/runtime/gc/accounting/
Dbitmap.cc62 Bitmap* Bitmap::Create(const std::string& name, size_t num_bits) { in Create() function in art::gc::accounting::Bitmap
83 MemoryRangeBitmap<kAlignment>* MemoryRangeBitmap<kAlignment>::Create( in Create() function in art::gc::accounting::MemoryRangeBitmap
Dcard_table.cc61 CardTable* CardTable::Create(const uint8_t* heap_begin, size_t heap_capacity) { in Create() function in art::gc::accounting::CardTable
Datomic_stack.h66 static AtomicStack* Create(const std::string& name, size_t growth_limit, size_t capacity) { in Create() function
/art/compiler/
Dcompiler.cc30 Compiler* Compiler::Create(const CompilerOptions& compiler_options, in Create() function in art::Compiler
/art/disassembler/
Ddisassembler.cc45 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { in Create() function in art::Disassembler
/art/runtime/
Dplugin.h38 static Plugin Create(const std::string& lib) { in Create() function
Dhandle_scope.h137 static HandleScope* Create(void* storage, BaseHandleScope* link, uint32_t num_references) in Create() function
Dmonitor_pool.h37 static MonitorPool* Create() { in Create() function
/art/runtime/mirror/
Dmethod_handles_lookup.cc32 ObjPtr<MethodHandlesLookup> MethodHandlesLookup::Create(Thread* const self, in Create() function in art::mirror::MethodHandlesLookup
Dmethod_handle_impl.cc45 ObjPtr<mirror::MethodHandleImpl> MethodHandleImpl::Create(Thread* const self, in Create() function in art::mirror::MethodHandleImpl
Dmethod_type.cc39 ObjPtr<MethodType> MethodType::Create(Thread* const self, in Create() function in art::mirror::MethodType
/art/compiler/dex/
Dverified_method.cc40 const VerifiedMethod* VerifiedMethod::Create(verifier::MethodVerifier* method_verifier) { in Create() function in art::VerifiedMethod
/art/compiler/jni/quick/
Dcalling_convention.cc43 std::unique_ptr<ManagedRuntimeCallingConvention> ManagedRuntimeCallingConvention::Create( in Create() function in art::ManagedRuntimeCallingConvention
133 std::unique_ptr<JniCallingConvention> JniCallingConvention::Create(ArenaAllocator* allocator, in Create() function in art::JniCallingConvention
/art/runtime/jit/
Dprofiling_info.cc40 bool ProfilingInfo::Create(Thread* self, ArtMethod* method, bool retry_allocation) { in Create() function in art::ProfilingInfo
/art/openjdkjvmti/
Dfixed_up_dex_file.cc90 std::unique_ptr<FixedUpDexFile> FixedUpDexFile::Create(const art::DexFile& original, in Create() function in openjdkjvmti::FixedUpDexFile
/art/libartbase/base/
Darena_bit_vector.cc55 static ArenaBitVectorAllocator* Create(ArenaAlloc* allocator, ArenaAllocKind kind) { in Create() function in art::ArenaBitVectorAllocator
/art/libnativeloader/
Dnative_loader_namespace.cpp87 Result<NativeLoaderNamespace> NativeLoaderNamespace::Create( in Create() function in android::NativeLoaderNamespace
/art/compiler/jit/
Djit_compiler.cc40 JitCompiler* JitCompiler::Create() { in Create() function in art::jit::JitCompiler
/art/dex2oat/linker/
Drelative_patcher.cc37 std::unique_ptr<RelativePatcher> RelativePatcher::Create( in Create() function in art::linker::RelativePatcher
/art/runtime/gc/space/
Dzygote_space.cc45 ZygoteSpace* ZygoteSpace::Create(const std::string& name, in Create() function in art::gc::space::ZygoteSpace
/art/libdexfile/dex/
Dtype_lookup_table.cc33 TypeLookupTable TypeLookupTable::Create(const DexFile& dex_file) { in Create() function in art::TypeLookupTable
/art/runtime/verifier/
Dregister_line-inl.h190 inline RegisterLine* RegisterLine::Create(size_t num_regs, in Create() function
/art/compiler/optimizing/
Dregister_allocator.cc39 std::unique_ptr<RegisterAllocator> RegisterAllocator::Create(ScopedArenaAllocator* allocator, in Create() function in art::RegisterAllocator

123