Home
last modified time | relevance | path

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

12

/art/compiler/utils/
Djni_macro_assembler.cc49 MacroAsm32UniquePtr JNIMacroAssembler<PointerSize::k32>::Create( in Create() function in art::JNIMacroAssembler::k32
84 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.cc60 Bitmap* Bitmap::Create(const std::string& name, size_t num_bits) { in Create() function in art::gc::accounting::Bitmap
81 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
Dspace_bitmap.cc80 SpaceBitmap<kAlignment>* SpaceBitmap<kAlignment>::Create( in Create() function in art::gc::accounting::SpaceBitmap
/art/compiler/
Dcompiler.cc29 Compiler* Compiler::Create(CompilerDriver* driver, Compiler::Kind kind) { in Create() function in art::Compiler
/art/disassembler/
Ddisassembler.cc38 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { in Create() function in art::Disassembler
/art/runtime/mirror/
Dcall_site.cc27 mirror::CallSite* CallSite::Create(Thread* const self, Handle<MethodHandle> target) { in Create() function in art::mirror::CallSite
Dmethod_handle_impl.cc72 mirror::MethodHandleImpl* MethodHandleImpl::Create(Thread* const self, in Create() function in art::mirror::MethodHandleImpl
Dmethod_handles_lookup.cc48 MethodHandlesLookup* MethodHandlesLookup::Create(Thread* const self, Handle<Class> lookup_class) in Create() function in art::mirror::MethodHandlesLookup
Dmethod_type.cc28 MethodType* MethodType::Create(Thread* const self, in Create() function in art::mirror::MethodType
/art/runtime/
Dplugin.h38 static Plugin Create(const std::string& lib) { in Create() function
Dtype_lookup_table.cc53 std::unique_ptr<TypeLookupTable> TypeLookupTable::Create(const DexFile& dex_file, in Create() function in art::TypeLookupTable
Dmonitor_pool.h37 static MonitorPool* Create() { in Create() function
Dhandle_scope.h135 static HandleScope* Create(void* storage, BaseHandleScope* link, uint32_t num_references) in Create() function
/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.cc49 std::unique_ptr<ManagedRuntimeCallingConvention> ManagedRuntimeCallingConvention::Create( in Create() function in art::ManagedRuntimeCallingConvention
151 std::unique_ptr<JniCallingConvention> JniCallingConvention::Create(ArenaAllocator* allocator, in Create() function in art::JniCallingConvention
/art/runtime/jit/
Dprofiling_info.cc41 bool ProfilingInfo::Create(Thread* self, ArtMethod* method, bool retry_allocation) { in Create() function in art::ProfilingInfo
/art/openjdkjvmti/
Dfixed_up_dex_file.cc104 std::unique_ptr<FixedUpDexFile> FixedUpDexFile::Create(const art::DexFile& original, in Create() function in openjdkjvmti::FixedUpDexFile
/art/runtime/base/
Darena_bit_vector.cc55 static ArenaBitVectorAllocator* Create(ArenaAlloc* allocator, ArenaAllocKind kind) { in Create() function in art::FINAL
/art/compiler/jit/
Djit_compiler.cc45 JitCompiler* JitCompiler::Create() { in Create() function in art::jit::JitCompiler
/art/compiler/linker/
Drelative_patcher.cc43 std::unique_ptr<RelativePatcher> RelativePatcher::Create( in Create() function in art::linker::RelativePatcher
/art/runtime/gc/space/
Dzygote_space.cc44 ZygoteSpace* ZygoteSpace::Create(const std::string& name, MemMap* mem_map, in Create() function in art::gc::space::ZygoteSpace
/art/runtime/verifier/
Dregister_line-inl.h190 inline RegisterLine* RegisterLine::Create(size_t num_regs, MethodVerifier* verifier) { in Create() function
/art/compiler/optimizing/
Dregister_allocator.cc39 std::unique_ptr<RegisterAllocator> RegisterAllocator::Create(ScopedArenaAllocator* allocator, in Create() function in art::RegisterAllocator

12