Home
last modified time | relevance | path

Searched defs:array_storage (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/clang/test/SemaCXX/
H A Dwarn-global-constructors.cpp126 void *array_storage[1]; variable
/aosp_15_r20/art/runtime/
H A Dclass_linker.cc3931 void* array_storage = allocator->Alloc(self, storage_size, LinearAllocKind::kArtFieldArray); in AllocArtFieldArray() local
3948 void* array_storage = allocator->Alloc(self, storage_size, LinearAllocKind::kArtMethodArray); in AllocArtMethodArray() local