| /art/dex2oat/driver/ |
| D | compiled_method.cc | 24 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
|
| D | compiled_method_storage_test.cc | 26 CompiledMethodStorage storage(/* swap_fd= */ -1); in TEST() local
|
| D | compiled_method_storage.cc | 40 void* storage = allocator.allocate(LengthPrefixedArray<T>::ComputeSize(array.size())); in CopyArray() local
|
| /art/libartbase/base/ |
| D | arena_bit_vector.h | 41 void* storage = allocator->template Alloc<ArenaBitVector>(kind); variable 64 StorageType* storage = allocator->template AllocArray<StorageType>(num_elements, kind); variable
|
| D | intrusive_forward_list_test.cc | 171 std::vector<std::remove_const_t<ValueType>> storage(ref.begin(), ref.end()); in ConstructRange() local 314 std::vector<std::remove_const_t<ValueType>> storage(ref.begin(), ref.end()); in EraseAfter1() local 377 std::vector<std::remove_const_t<ValueType>> storage(ref.begin(), ref.end()); in EraseAfter2() local 453 std::vector<std::remove_const_t<ValueType>> storage(ref1.begin(), ref1.end()); in SpliceAfter() local 569 std::vector<std::remove_const_t<ValueType>> storage(ref.begin(), ref.end()); in Remove() local 598 std::vector<std::remove_const_t<ValueType>> storage(ref.begin(), ref.end()); in Unique() local 655 std::vector<std::remove_const_t<ValueType>> storage(ref.begin(), ref.end()); in Sort1() local 676 std::vector<std::remove_const_t<ValueType>> storage(ref.begin(), ref.end()); in Sort2() local 700 std::vector<std::remove_const_t<ValueType>> storage(ref.begin(), ref.end()); in Reverse() local 721 std::vector<std::remove_const_t<ValueType>> storage(ref.begin(), ref.end()); in ModifyValue() local [all …]
|
| D | bit_vector_test.cc | 59 StorageType storage[2] = {0u, 0u}; in TestBitVectorViewSetBitAndClearBit() local 122 uint32_t storage[] = {1u, 2u, 3u}; in TEST() local 140 uint32_t storage[] = {1u, 2u, 0xffffffffu}; in TEST() local 153 uint32_t storage[] = {1u, 2u, 0xffffffffu}; in TEST() local 183 StorageType storage[] = {kWord0, kWord1}; in TestBitVectorViewIndexes() local 236 StorageType storage[] = { kInitWord0, kInitWord1 }; in TestBitVectorViewUnion() local 280 StorageType storage[] = { kInitWord0, kInitWord1 }; in TestBitVectorViewUnionIfNotIn() local
|
| D | bit_vector.h | 61 constexpr BitVectorView(WordType* storage, size_t size_in_bits) in BitVectorView() 362 static bool IsBitSet(const uint32_t* storage, uint32_t idx) { in IsBitSet()
|
| D | bit_struct_detail.h | 69 static constexpr T FromUnderlyingStorage(StorageType storage) { in FromUnderlyingStorage()
|
| D | arena_bit_vector.cc | 57 void* storage = allocator->template Alloc<ArenaBitVectorAllocator>(kind); in Create() local
|
| D | bit_vector.cc | 30 uint32_t* storage) in BitVector() 314 uint32_t BitVector::NumSetBits(const uint32_t* storage, uint32_t end) { in NumSetBits()
|
| D | bit_struct.h | 160 ExtractionType storage = static_cast<ExtractionType>(storage_); in Get() local
|
| /art/compiler/ |
| D | compiler.cc | 30 Compiler* Compiler::Create(const CompilerOptions& compiler_options, CompiledCodeStorage* storage) { in Create()
|
| D | compiler.h | 96 CompiledCodeStorage* storage, in Compiler()
|
| D | common_compiler_test.cc | 275 OneCompiledMethodStorage storage; in CompileMethod() local 324 OneCompiledMethodStorage storage; in JniCompileCode() local
|
| /art/test/064-field-access/src/ |
| D | OOMEOnNullAccess.java | 37 static ArrayList<Object> storage = new ArrayList<>(100000); field in OOMEOnNullAccess
|
| /art/test/044-proxy/src/ |
| D | OOMEOnDispatch.java | 27 static ArrayList<Object> storage = new ArrayList<>(100000); field in OOMEOnDispatch
|
| /art/dex2oat/linker/ |
| D | multi_oat_relative_patcher.cc | 38 CompiledMethodStorage* storage) in MultiOatRelativePatcher()
|
| D | multi_oat_relative_patcher.h | 145 explicit ThunkProvider(CompiledMethodStorage* storage) in ThunkProvider()
|
| /art/libprofile/profile/ |
| D | profile_test_helper.h | 188 std::vector<std::unique_ptr<const DexFile>> storage; variable
|
| /art/runtime/ |
| D | linear_alloc-inl.h | 93 TrackingHeader* storage = new (allocator_.Alloc(size)) TrackingHeader(size, kind); in Alloc() local
|
| /art/compiler/optimizing/ |
| D | optimizing_compiler.cc | 391 CompiledCodeStorage* storage) in OptimizingCompiler() 741 CompiledCodeStorage* storage = GetCompiledCodeStorage(); in Emit() local 1314 CompiledCodeStorage* storage) { in CreateOptimizingCompiler()
|
| /art/runtime/oat/ |
| D | image.cc | 286 /*out*/ dchecked_vector<uint8_t>* storage) { in CompressData()
|
| /art/runtime/gc/space/ |
| D | bump_pointer_space.cc | 174 uint8_t* storage = reinterpret_cast<uint8_t*>(AllocNonvirtualWithoutAccounting(bytes)); in AllocBlock() local
|
| /art/compiler/debug/ |
| D | elf_debug_info_writer.h | 485 void* storage = allocator->Alloc(Thread::Current(), in WriteLinkageName() local
|
| /art/dex2oat/ |
| D | verifier_deps_test.cc | 272 auto& storage = dex_dep.second->assignable_types_; in HasAssignable() local
|