Home
last modified time | relevance | path

Searched refs:supplemental_storage (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dclass_linker.cc6999 /*out*/ScopedArenaVector<NewInterfaceReference>* supplemental_storage) in FindNewIfTableInterfaces() argument
7021 bool copy = current_storage.data() != supplemental_storage->data(); in FindNewIfTableInterfaces()
7022 supplemental_storage->resize(2u * num_new_interfaces); in FindNewIfTableInterfaces()
7024 std::copy_n(current_storage.data(), num_new_interfaces, supplemental_storage->data()); in FindNewIfTableInterfaces()
7026 current_storage = ArrayRef<NewInterfaceReference>(*supplemental_storage); in FindNewIfTableInterfaces()
7106 ScopedArenaVector<NewInterfaceReference> supplemental_storage(allocator->Adapter()); in SetupInterfaceLookupTable() local
7115 &supplemental_storage); in SetupInterfaceLookupTable()