Home
last modified time | relevance | path

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

/art/compiler/utils/
Dintrusive_forward_list_test.cc77 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/
Darena_bit_vector.h38 void* storage = arena->template Alloc<ArenaBitVector>(kind); variable
Darena_bit_vector.cc56 void* storage = arena->template Alloc<ArenaBitVectorAllocator>(kind); in Create() local
Dbit_vector.cc30 uint32_t* storage) in BitVector()
315 uint32_t BitVector::NumSetBits(const uint32_t* storage, uint32_t end) { in NumSetBits()
Dbit_vector.h252 static bool IsBitSet(const uint32_t* storage, uint32_t idx) { in IsBitSet()
/art/runtime/
Dtype_lookup_table.cc61 TypeLookupTable* TypeLookupTable::Create(const DexFile& dex_file, uint8_t* storage) { in Create()
72 TypeLookupTable::TypeLookupTable(const DexFile& dex_file, uint8_t* storage) in TypeLookupTable()
Dhandle_scope.h91 static HandleScope* Create(void* storage, HandleScope* link, uint32_t num_references) in Create()
/art/runtime/lambda/
Dclosure_builder.cc50 ShortyFieldTypeTraits::MaxType storage = 0; in CaptureVariableObject() local
/art/compiler/driver/
Dcompiled_method_storage_test.cc49 CompiledMethodStorage* storage = driver.GetCompiledMethodStorage(); in TEST() local
Dcompiled_method_storage.cc37 void* storage = allocator.allocate(LengthPrefixedArray<T>::ComputeSize(array.size())); in CopyArray() local
/art/compiler/
Dcompiled_method.cc155 CompiledMethodStorage* storage = GetCompilerDriver()->GetCompiledMethodStorage(); in ~CompiledMethod() local
/art/runtime/jdwp/
Djdwp_expand_buf.cc38 uint8_t* storage; member
/art/runtime/gc/space/
Dbump_pointer_space.cc145 uint8_t* storage = reinterpret_cast<uint8_t*>( in AllocBlock() local
/art/compiler/debug/
Delf_debug_info_writer.h474 void* storage = allocator->Alloc(Thread::Current(), sizeof(LengthPrefixedArray<ArtMethod>)); in WriteLinkageName() local
/art/runtime/mirror/
Dclass.cc812 const char* Class::GetDescriptor(std::string* storage) { in GetDescriptor()
827 const char* Class::GetArrayDescriptor(std::string* storage) { in GetArrayDescriptor()