Home
last modified time | relevance | path

Searched refs:Create (Results 76 – 100 of 203) sorted by relevance

123456789

/art/runtime/gc/accounting/
Dcard_table.cc61 CardTable* CardTable::Create(const uint8_t* heap_begin, size_t heap_capacity) { in Create() function in art::gc::accounting::CardTable
Dcard_table.h55 static CardTable* Create(const uint8_t* heap_begin, size_t heap_capacity);
/art/runtime/gc/
Dheap_test.cc91 accounting::ContinuousSpaceBitmap::Create("test bitmap", heap_begin, heap_capacity)); in TEST_F()
/art/libdexfile/dex/
Dcompact_dex_file_test.cc58 const uint16_t* preheader_ptr = code_item->Create(registers_size, in TEST()
Dtype_lookup_table.h38 static TypeLookupTable Create(const DexFile& dex_file);
Dcode_item_accessors_test.cc104 cdex_code_item->Create(kRegisterSize, in TEST()
/art/compiler/optimizing/
Dlocations.cc46 stack_mask_ = ArenaBitVector::Create(allocator, 0, true, kArenaAllocLocationSummary); in LocationSummary()
Dregister_allocator.cc39 std::unique_ptr<RegisterAllocator> RegisterAllocator::Create(ScopedArenaAllocator* allocator, in Create() function in art::RegisterAllocator
123 ArenaBitVector::Create(&allocator, max_end, false, kArenaAllocRegisterAllocatorValidate)); in ValidateIntervals()
Dlinearize_test.cc46 std::unique_ptr<CodeGenerator> codegen = CodeGenerator::Create(graph, *compiler_options); in TestCode()
/art/test/800-smali/smali/
Db_22411633_2.smali17 # Create a non-precise object reference. We can do this by merging to objects together
/art/test/570-checker-osr/
Dosr.cc112 ProfilingInfo::Create(Thread::Current(), m, /* retry_allocation */ true); in Java_Main_ensureHasProfilingInfo()
/art/test/541-regression-inlined-deopt/smali/
DTestCase.smali46 # Create a new array short enough to throw AIOOB in $inline$depth1.
/art/openjdkjvmti/
Dfixed_up_dex_file.cc90 std::unique_ptr<FixedUpDexFile> FixedUpDexFile::Create(const art::DexFile& original, in Create() function in openjdkjvmti::FixedUpDexFile
/art/runtime/mirror/
Dmethod_handle_impl.h128 static ObjPtr<mirror::MethodHandleImpl> Create(Thread* const self,
Dmethod_type_test.cc69 return mirror::MethodType::Create(self, return_clazz, param_classes); in CreateMethodType()
/art/runtime/gc/space/
Dlarge_object_space.h155 static LargeObjectMapSpace* Create(const std::string& name);
191 static FreeListSpace* Create(const std::string& name, size_t capacity);
Dzygote_space.cc45 ZygoteSpace* ZygoteSpace::Create(const std::string& name, in Create() function in art::gc::space::ZygoteSpace
/art/dex2oat/linker/
Drelative_patcher.cc37 std::unique_ptr<RelativePatcher> RelativePatcher::Create( in Create() function in art::linker::RelativePatcher
/art/runtime/
Doat.h53 static OatHeader* Create(InstructionSet instruction_set,
Dnative_stack_dump.cc330 tmp_map.reset(BacktraceMap::Create(getpid())); in DumpNativeStack()
333 std::unique_ptr<Backtrace> backtrace(Backtrace::Create(BACKTRACE_CURRENT_PROCESS, tid, map)); in DumpNativeStack()
/art/libartbase/base/
Dcommon_art_test.h100 static std::unique_ptr<FakeDex> Create( in Create() function
154 fake_dex_files.push_back(FakeDex::Create(location, checksum, num_method_ids)); in AddFakeDex()
/art/libnativeloader/
Dnative_loader_namespace.cpp87 Result<NativeLoaderNamespace> NativeLoaderNamespace::Create( in Create() function in android::NativeLoaderNamespace
/art/sigchainlib/
DAndroid.bp59 // Create a fake version of libsigchain which expose the necessary symbols
/art/test/454-get-vreg/
Dget_vreg_jni.cc125 std::unique_ptr<Context> context(Context::Create()); in Java_Main_doNativeCall()
/art/test/503-dead-instructions/smali/
DDeadInstructions.smali22 # Create a label and a branch to that label to trick the

123456789