Home
last modified time | relevance | path

Searched defs:Create (Results 26 – 50 of 51) sorted by relevance

123

/art/runtime/gc/accounting/
Dspace_bitmap.cc80 SpaceBitmap<kAlignment> SpaceBitmap<kAlignment>::Create( in Create() function in art::gc::accounting::SpaceBitmap
Dmod_union_table_test.cc151 ModUnionTable* ModUnionTableFactory::Create( in Create() function in art::gc::accounting::ModUnionTableFactory
/art/libartbase/base/
Dcommon_art_test.h100 static std::unique_ptr<FakeDex> Create( in Create() function
/art/runtime/gc/space/
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.cc128 LargeObjectMapSpace* LargeObjectMapSpace::Create(const std::string& name) { in Create() function in art::gc::space::LargeObjectMapSpace
360 FreeListSpace* FreeListSpace::Create(const std::string& name, size_t size) { in Create() function in art::gc::space::FreeListSpace
Ddlmalloc_space.cc111 DlMallocSpace* DlMallocSpace::Create(const std::string& name, in Create() function in art::gc::space::DlMallocSpace
Drosalloc_space.cc136 RosAllocSpace* RosAllocSpace::Create(const std::string& name, in Create() function in art::gc::space::RosAllocSpace
Dregion_space.cc97 RegionSpace* RegionSpace::Create( in Create() function in art::gc::space::RegionSpace
/art/libdexfile/dex/
Dcompact_dex_file.h118 uint16_t* Create(uint16_t registers_size, in Create() function
/art/compiler/optimizing/
Dloop_analysis.cc398 ArchNoOptsLoopHelper* ArchNoOptsLoopHelper::Create(InstructionSet isa, in Create() function in art::ArchNoOptsLoopHelper
Dcode_generator.cc142 static std::unique_ptr<CodeGenerationData> Create(ArenaStack* arena_stack, in Create() function in art::CodeGenerator::CodeGenerationData
978 std::unique_ptr<CodeGenerator> CodeGenerator::Create(HGraph* graph, in Create() function in art::CodeGenerator
Dnodes.cc2833 ReferenceTypeInfo ReferenceTypeInfo::Create(TypeHandle type_handle, bool is_exact) { in Create() function in art::ReferenceTypeInfo
/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc73 X86FeaturesUniquePtr X86InstructionSetFeatures::Create(bool x86_64, in Create() function in art::X86InstructionSetFeatures
/art/runtime/jni/
Djni_env_ext.cc68 JNIEnvExt* JNIEnvExt::Create(Thread* self_in, JavaVMExt* vm_in, std::string* error_msg) { in Create() function in art::JNIEnvExt
Djava_vm_ext.cc528 std::unique_ptr<JavaVMExt> JavaVMExt::Create(Runtime* runtime, in Create() function in art::JavaVMExt
Dcheck_jni.cc1500 static void* Create(void* original_buf, size_t len, bool mod_okay) { in Create() function in art::__anon846bc2ca0111::GuardedCopy
/art/runtime/
Dsubtype_check_info.h155 static SubtypeCheckInfo Create(SubtypeCheckBits compressed_value, size_t depth) { in Create() function
Doat.cc48 OatHeader* OatHeader::Create(InstructionSet instruction_set, in Create() function in art::OatHeader
Druntime.cc745 bool Runtime::Create(RuntimeArgumentMap&& runtime_options) { in Create() function in art::Runtime
762 bool Runtime::Create(const RuntimeOptions& raw_options, bool ignore_unrecognized) { in Create() function in art::Runtime
Dclass_loader_context.cc112 std::unique_ptr<ClassLoaderContext> ClassLoaderContext::Create(const std::string& spec) { in Create() function in art::ClassLoaderContext
Dthread.cc441 static FrameIdToShadowFrame* Create(size_t frame_id, in Create() function in art::FrameIdToShadowFrame
/art/libprofile/profile/
Dprofile_compilation_info.h762 static ProfileSource* Create(int32_t fd) { in Create() function
771 static ProfileSource* Create(MemMap&& mem_map) { in Create() function
/art/libnativeloader/
Dlibrary_namespaces.cpp173 Result<NativeLoaderNamespace*> LibraryNamespaces::Create(JNIEnv* env, uint32_t target_sdk_version, in Create() function in android::nativeloader::LibraryNamespaces
/art/runtime/jit/
Djit.cc226 Jit* Jit::Create(JitCodeCache* code_cache, JitOptions* options) { in Create() function in art::jit::Jit
Djit_code_cache.cc207 JitCodeCache* JitCodeCache::Create(bool used_only_for_profile_data, in Create() function in art::jit::JitCodeCache

123