| /art/compiler/ |
| D | compiled_method.cc | 24 CompiledCode::CompiledCode(CompiledMethodStorage* storage, in CompiledCode() 97 CompiledMethod::CompiledMethod(CompiledMethodStorage* storage, in CompiledMethod() 110 CompiledMethodStorage* storage, in SwapAllocCompiledMethod() 127 void CompiledMethod::ReleaseSwapAllocatedCompiledMethod(CompiledMethodStorage* storage, in ReleaseSwapAllocatedCompiledMethod() 135 CompiledMethodStorage* storage = GetStorage(); in ~CompiledMethod() local
|
| D | compiler.cc | 31 CompiledMethodStorage* storage, in Create()
|
| D | compiler.h | 102 CompiledMethodStorage* storage, in Compiler()
|
| D | common_compiler_test.cc | 235 CompiledMethodStorage storage(/*swap_fd=*/ -1); in CompileMethod() local
|
| /art/libartbase/base/ |
| D | intrusive_forward_list_test.cc | 170 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 …]
|
| D | arena_bit_vector.h | 39 void* storage = allocator->template Alloc<ArenaBitVector>(kind); variable
|
| D | bit_struct_detail.h | 70 static constexpr T FromUnderlyingStorage(StorageType storage) { in FromUnderlyingStorage()
|
| D | arena_bit_vector.cc | 56 void* storage = allocator->template Alloc<ArenaBitVectorAllocator>(kind); in Create() local
|
| D | bit_vector.cc | 30 uint32_t* storage) in BitVector() 319 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
|
| D | bit_vector.h | 256 static bool IsBitSet(const uint32_t* storage, uint32_t idx) { in IsBitSet()
|
| /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 | 144 explicit ThunkProvider(CompiledMethodStorage* storage) in ThunkProvider()
|
| /art/compiler/driver/ |
| 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/libprofile/profile/ |
| D | profile_test_helper.h | 184 std::vector<std::unique_ptr<const DexFile>> storage; variable
|
| /art/runtime/ |
| D | handle_scope.h | 137 static HandleScope* Create(void* storage, BaseHandleScope* link, uint32_t num_references) in Create()
|
| /art/openjdkjvmti/ |
| D | ti_class_definition.cc | 181 std::string storage; in GetDexDataForRetransformation() local
|
| /art/runtime/gc/space/ |
| D | bump_pointer_space.cc | 154 uint8_t* storage = reinterpret_cast<uint8_t*>( in AllocBlock() local
|
| /art/compiler/optimizing/ |
| D | optimizing_compiler.cc | 420 CompiledMethodStorage* storage) in OptimizingCompiler() 723 CompiledMethodStorage* storage = GetCompiledMethodStorage(); in Emit() local 1215 CompiledMethodStorage* storage) { in CreateOptimizingCompiler()
|
| D | register_allocator_graph_color.cc | 236 ScopedArenaDeque<ScopedArenaVector<InterferenceNode*>>* storage) { in AddInterference() 294 ScopedArenaDeque<ScopedArenaVector<CoalesceOpportunity*>>* storage) { in AddCoalesceOpportunity()
|
| /art/compiler/debug/ |
| D | elf_debug_info_writer.h | 481 void* storage = allocator->Alloc(Thread::Current(), sizeof(LengthPrefixedArray<ArtMethod>)); in WriteLinkageName() local
|
| /art/runtime/mirror/ |
| D | class.cc | 1118 const char* Class::GetDescriptor(std::string* storage) { in GetDescriptor() 1350 std::string storage; in ProxyDescriptorEquals() local
|