Searched defs:storage (Results 1 – 15 of 15) sorted by relevance
| /art/compiler/utils/ |
| D | intrusive_forward_list_test.cc | 77 std::vector<IFLTestValue> storage(ref.begin(), ref.end()); in TEST() local 180 std::vector<IFLTestValue> storage(ref.begin(), ref.end()); in TEST() local 235 std::vector<IFLTestValue> storage(ref.begin(), ref.end()); in TEST() local 295 std::vector<IFLTestValue> storage(ref1.begin(), ref1.end()); in TEST() local 403 std::vector<IFLTestValue> storage(ref.begin(), ref.end()); in TEST() local 424 std::vector<IFLTestValue> storage(ref.begin(), ref.end()); in TEST() local 465 std::vector<IFLTestValue> storage(ref.begin(), ref.end()); in TEST() local 478 std::vector<IFLTestValue> storage(ref.begin(), ref.end()); in TEST() local 494 std::vector<IFLTestValue> storage(ref.begin(), ref.end()); in TEST() local
|
| /art/runtime/base/ |
| D | arena_bit_vector.h | 38 void* storage = arena->template Alloc<ArenaBitVector>(kind); variable
|
| D | arena_bit_vector.cc | 56 void* storage = arena->template Alloc<ArenaBitVectorAllocator>(kind); in Create() local
|
| D | bit_vector.cc | 30 uint32_t* storage) in BitVector() 315 uint32_t BitVector::NumSetBits(const uint32_t* storage, uint32_t end) { in NumSetBits()
|
| D | bit_vector.h | 252 static bool IsBitSet(const uint32_t* storage, uint32_t idx) { in IsBitSet()
|
| /art/runtime/ |
| D | type_lookup_table.cc | 61 TypeLookupTable* TypeLookupTable::Create(const DexFile& dex_file, uint8_t* storage) { in Create() 72 TypeLookupTable::TypeLookupTable(const DexFile& dex_file, uint8_t* storage) in TypeLookupTable()
|
| D | handle_scope.h | 91 static HandleScope* Create(void* storage, HandleScope* link, uint32_t num_references) in Create()
|
| /art/runtime/lambda/ |
| D | closure_builder.cc | 50 ShortyFieldTypeTraits::MaxType storage = 0; in CaptureVariableObject() local
|
| /art/compiler/driver/ |
| D | compiled_method_storage_test.cc | 49 CompiledMethodStorage* storage = driver.GetCompiledMethodStorage(); in TEST() local
|
| D | compiled_method_storage.cc | 37 void* storage = allocator.allocate(LengthPrefixedArray<T>::ComputeSize(array.size())); in CopyArray() local
|
| /art/compiler/ |
| D | compiled_method.cc | 155 CompiledMethodStorage* storage = GetCompilerDriver()->GetCompiledMethodStorage(); in ~CompiledMethod() local
|
| /art/runtime/jdwp/ |
| D | jdwp_expand_buf.cc | 38 uint8_t* storage; member
|
| /art/runtime/gc/space/ |
| D | bump_pointer_space.cc | 145 uint8_t* storage = reinterpret_cast<uint8_t*>( in AllocBlock() local
|
| /art/compiler/debug/ |
| D | elf_debug_info_writer.h | 474 void* storage = allocator->Alloc(Thread::Current(), sizeof(LengthPrefixedArray<ArtMethod>)); in WriteLinkageName() local
|
| /art/runtime/mirror/ |
| D | class.cc | 812 const char* Class::GetDescriptor(std::string* storage) { in GetDescriptor() 827 const char* Class::GetArrayDescriptor(std::string* storage) { in GetArrayDescriptor()
|