Home
last modified time | relevance | path

Searched refs:Create (Results 101 – 125 of 203) sorted by relevance

123456789

/art/compiler/utils/
Dassembler_thumb_test.cc106 JniCallingConvention::Create(&allocator, in TEST_F()
113 ManagedRuntimeCallingConvention::Create( in TEST_F()
/art/libnativeloader/
Dlibrary_namespaces.cpp173 Result<NativeLoaderNamespace*> LibraryNamespaces::Create(JNIEnv* env, uint32_t target_sdk_version, in Create() function in android::nativeloader::LibraryNamespaces
298 auto app_ns = NativeLoaderNamespace::Create( in Create()
/art/compiler/jni/quick/
Djni_compiler.cc65 return JNIMacroAssembler<kPointerSize>::Create(allocator, isa, features); in GetMacroAssembler()
181 JniCallingConvention::Create(&allocator, in ArtJniCompileMethodInternal()
190 ManagedRuntimeCallingConvention::Create( in ArtJniCompileMethodInternal()
207 JniCallingConvention::Create(&allocator, in ArtJniCompileMethodInternal()
/art/runtime/gc/accounting/
Dcard_table_test.cc45 card_table_.reset(CardTable::Create(heap_begin_, heap_size_)); in CommonSetup()
Dspace_bitmap.h48 static SpaceBitmap Create(const std::string& name, uint8_t* heap_begin, size_t heap_capacity);
/art/compiler/dex/
Dverification_results.cc50 std::unique_ptr<const VerifiedMethod> verified_method(VerifiedMethod::Create(method_verifier)); in ProcessVerifiedMethod()
/art/runtime/gc/space/
Ddlmalloc_space.h49 static DlMallocSpace* Create(const std::string& name,
Dspace_create_test.cc40 return DlMallocSpace::Create(name, in CreateSpace()
47 return RosAllocSpace::Create(name, in CreateSpace()
Dbump_pointer_space.h51 static BumpPointerSpace* Create(const std::string& name, size_t capacity);
Drosalloc_space.h41 static RosAllocSpace* Create(const std::string& name,
/art/compiler/optimizing/
Doptimizing_cfi_test.cc59 code_gen_ = CodeGenerator::Create(graph_, *compiler_options_); in SetUpFrame()
Dliveness_test.cc53 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options); in TestCode()
/art/compiler/
Dcfi_test.h70 std::unique_ptr<Disassembler> disasm(Disassembler::Create(isa, opts)); in GenerateExpected()
/art/runtime/
Dclass_loader_context.h187 static std::unique_ptr<ClassLoaderContext> Create(const std::string& spec);
Dsubtype_check_info_test.cc113 return SubtypeCheckInfo::Create(iod, depth);
334 SubtypeCheckInfo::Create(SubtypeCheckBits{}, /*depth=*/1u); in TEST_F()
Dmonitor_pool.h37 static MonitorPool* Create() { in Create() function
/art/openjdkjvmti/
Dti_class_definition.cc60 fixed_dex_file(FixedUpDexFile::Create(*initial_dex_file_unquickened_, desc.c_str())); in InitializeMemory()
140 FixedUpDexFile::Create(*dex_file, descriptor)); in DequickenDexFile()
/art/dex2oat/linker/
Dimage_write_read_test.cc76 if (!Runtime::Create(options, false)) { in TestWriteRead()
/art/test/common/
Dstack_inspect.cc190 std::unique_ptr<art::Context> context(art::Context::Create()); in Java_Main_getThisOfCaller()
/art/runtime/jni/
Djni_env_ext.h47 static JNIEnvExt* Create(Thread* self, JavaVMExt* vm, std::string* error_msg);
/art/tools/dexfuzz/
DREADME35 4. Create a new directory, and place some DEX files in here. These are the seed files
37 5. Create a directory on your device that mutated test files can be pushed to and
/art/libdexfile/dex/
Dtype_lookup_table.cc33 TypeLookupTable TypeLookupTable::Create(const DexFile& dex_file) { in Create() function in art::TypeLookupTable
Dcompact_dex_file.h118 uint16_t* Create(uint16_t registers_size, in Create() function
/art/runtime/jit/
Djit.cc226 Jit* Jit::Create(JitCodeCache* code_cache, JitOptions* options) { in Create() function in art::jit::Jit
803 if (ProfilingInfo::Create(self, method_, /* retry_allocation= */ true)) { in Run()
1218 TypeLookupTable type_lookup_table = TypeLookupTable::Create(*dex_file); in CreateThreadPool()
1543 bool success = ProfilingInfo::Create(self, method, /* retry_allocation= */ false); in MaybeCompileMethod()
1633 ProfilingInfo::Create(thread, np_method, /* retry_allocation= */ true); in MethodEntered()
1872 ProfilingInfo::Create(self, method, /* retry_allocation= */ false); in EnqueueCompilationFromNterp()
/art/runtime/verifier/
Dregister_line-inl.h190 inline RegisterLine* RegisterLine::Create(size_t num_regs, in Create() function

123456789