Home
last modified time | relevance | path

Searched defs:Create (Results 1 – 25 of 48) 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.cc62 CardTable* CardTable::Create(const uint8_t* heap_begin, size_t heap_capacity) { in Create() function in art::gc::accounting::CardTable
/art/compiler/
Dcompiler.cc26 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.cc64 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 mirror::MethodType* MethodType::Create(Thread* const self, in Create() function in art::mirror::MethodType
/art/runtime/
Dplugin.h37 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.h134 static HandleScope* Create(void* storage, BaseHandleScope* link, uint32_t num_references) in Create() function
/art/runtime/openjdkjvmti/
Dfixed_up_dex_file.cc65 std::unique_ptr<FixedUpDexFile> FixedUpDexFile::Create(const art::DexFile& original) { in Create() function in openjdkjvmti::FixedUpDexFile
/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/compiler/dex/
Dverified_method.cc38 const VerifiedMethod* VerifiedMethod::Create(verifier::MethodVerifier* method_verifier) { in Create() function in art::VerifiedMethod
/art/runtime/jit/
Dprofiling_info.cc41 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.h138 static ScopedArenaAllocator* Create(ArenaStack* arena_stack) { in Create() function
/art/compiler/linker/
Drelative_patcher.cc42 std::unique_ptr<RelativePatcher> RelativePatcher::Create( in Create() function in art::linker::RelativePatcher
/art/compiler/jit/
Djit_compiler.cc43 JitCompiler* JitCompiler::Create() { in Create() function in art::jit::JitCompiler
/art/runtime/verifier/
Dregister_line-inl.h180 inline RegisterLine* RegisterLine::Create(size_t num_regs, MethodVerifier* verifier) { in Create() function
/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/compiler/optimizing/
Dregister_allocator.cc38 RegisterAllocator* RegisterAllocator::Create(ArenaAllocator* allocator, in Create() function in art::RegisterAllocator

12