Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc6929 struct NewInterfaceReference { struct
6993 static ArrayRef<const NewInterfaceReference> FindNewIfTableInterfaces( in FindNewIfTableInterfaces()
6998 ArrayRef<NewInterfaceReference> initial_storage, in FindNewIfTableInterfaces()
6999 /*out*/ScopedArenaVector<NewInterfaceReference>* supplemental_storage) in FindNewIfTableInterfaces()
7015 ArrayRef<NewInterfaceReference> current_storage = initial_storage; in FindNewIfTableInterfaces()
7026 current_storage = ArrayRef<NewInterfaceReference>(*supplemental_storage); in FindNewIfTableInterfaces()
7069 return ArrayRef<const NewInterfaceReference>(current_storage.data(), num_new_interfaces); in FindNewIfTableInterfaces()
7105 NewInterfaceReference initial_storage[kMaxStackReferences]; in SetupInterfaceLookupTable()
7106 ScopedArenaVector<NewInterfaceReference> supplemental_storage(allocator->Adapter()); in SetupInterfaceLookupTable()
7108 ArrayRef<const NewInterfaceReference> new_interface_references = in SetupInterfaceLookupTable()
[all …]