Home
last modified time | relevance | path

Searched defs:storage (Results 1 – 25 of 36) sorted by relevance

12

/art/dex2oat/driver/
Dcompiled_method.cc24 CompiledCode::CompiledCode(CompiledMethodStorage* storage, in CompiledCode()
61 CompiledMethod::CompiledMethod(CompiledMethodStorage* storage, in CompiledMethod()
74 CompiledMethodStorage* storage, in SwapAllocCompiledMethod()
91 void CompiledMethod::ReleaseSwapAllocatedCompiledMethod(CompiledMethodStorage* storage, in ReleaseSwapAllocatedCompiledMethod()
99 CompiledMethodStorage* storage = GetStorage(); in ~CompiledMethod() local
Dcompiled_method_storage_test.cc26 CompiledMethodStorage storage(/* swap_fd= */ -1); in TEST() local
Dcompiled_method_storage.cc40 void* storage = allocator.allocate(LengthPrefixedArray<T>::ComputeSize(array.size())); in CopyArray() local
/art/libartbase/base/
Dintrusive_forward_list_test.cc170 std::vector<ValueType> storage(ref.begin(), ref.end()); in ConstructRange() local
313 std::vector<ValueType> storage(ref.begin(), ref.end()); in EraseAfter1() local
376 std::vector<ValueType> storage(ref.begin(), ref.end()); in EraseAfter2() local
452 std::vector<ValueType> storage(ref1.begin(), ref1.end()); in SpliceAfter() local
568 std::vector<ValueType> storage(ref.begin(), ref.end()); in Remove() local
597 std::vector<ValueType> storage(ref.begin(), ref.end()); in Unique() local
654 std::vector<ValueType> storage(ref.begin(), ref.end()); in Sort1() local
675 std::vector<ValueType> storage(ref.begin(), ref.end()); in Sort2() local
699 std::vector<ValueType> storage(ref.begin(), ref.end()); in Reverse() local
720 std::vector<ValueType> storage(ref.begin(), ref.end()); in ModifyValue() local
[all …]
Darena_bit_vector.h39 void* storage = allocator->template Alloc<ArenaBitVector>(kind); variable
Dbit_struct_detail.h69 static constexpr T FromUnderlyingStorage(StorageType storage) { in FromUnderlyingStorage()
Darena_bit_vector.cc56 void* storage = allocator->template Alloc<ArenaBitVectorAllocator>(kind); in Create() local
Dbit_vector.cc30 uint32_t* storage) in BitVector()
319 uint32_t BitVector::NumSetBits(const uint32_t* storage, uint32_t end) { in NumSetBits()
Dbit_struct.h160 ExtractionType storage = static_cast<ExtractionType>(storage_); in Get() local
Dbit_vector.h256 static bool IsBitSet(const uint32_t* storage, uint32_t idx) { in IsBitSet()
/art/test/064-field-access/src/
DOOMEOnNullAccess.java37 static ArrayList<Object> storage = new ArrayList<>(100000); field in OOMEOnNullAccess
/art/compiler/
Dcompiler.cc31 CompiledCodeStorage* storage, in Create()
Dcompiler.h103 CompiledCodeStorage* storage, in Compiler()
Dcommon_compiler_test.cc273 OneCompiledMethodStorage storage; in CompileMethod() local
/art/test/044-proxy/src/
DOOMEOnDispatch.java27 static ArrayList<Object> storage = new ArrayList<>(100000); field in OOMEOnDispatch
/art/dex2oat/linker/
Dmulti_oat_relative_patcher.cc38 CompiledMethodStorage* storage) in MultiOatRelativePatcher()
Dmulti_oat_relative_patcher.h144 explicit ThunkProvider(CompiledMethodStorage* storage) in ThunkProvider()
/art/runtime/
Dlinear_alloc-inl.h81 TrackingHeader* storage = new (allocator_.Alloc(size)) TrackingHeader(size, kind); in Alloc() local
Dhandle_scope.h140 static HandleScope* Create(void* storage, BaseHandleScope* link, uint32_t num_references) in Create()
Dimage.cc258 /*out*/ dchecked_vector<uint8_t>* storage) { in MaybeCompressData()
/art/libprofile/profile/
Dprofile_test_helper.h184 std::vector<std::unique_ptr<const DexFile>> storage; variable
/art/runtime/gc/space/
Dbump_pointer_space.cc153 uint8_t* storage = reinterpret_cast<uint8_t*>(AllocNonvirtualWithoutAccounting(bytes)); in AllocBlock() local
/art/compiler/optimizing/
Doptimizing_compiler.cc416 CompiledCodeStorage* storage) in OptimizingCompiler()
729 CompiledCodeStorage* storage = GetCompiledCodeStorage(); in Emit() local
1220 CompiledCodeStorage* storage) { in CreateOptimizingCompiler()
Dregister_allocator_graph_color.cc236 ScopedArenaDeque<ScopedArenaVector<InterferenceNode*>>* storage) { in AddInterference()
294 ScopedArenaDeque<ScopedArenaVector<CoalesceOpportunity*>>* storage) { in AddCoalesceOpportunity()
/art/compiler/debug/
Delf_debug_info_writer.h482 void* storage = allocator->Alloc(Thread::Current(), in WriteLinkageName() local

12