Home
last modified time | relevance | path

Searched refs:oldIfaces (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/hotreload/
H A Dhotreload.cpp285 auto oldIfaces = runtimeClass->GetInterfaces(); in InheritanceChangesCheck() local
286 if (newIfaces.size() != oldIfaces.size()) { in InheritanceChangesCheck()
292 for (auto iface : oldIfaces) { in InheritanceChangesCheck()
530 auto oldIfaces = runtimeClass->GetInterfaces(); in UpdateIfaces() local
532 tmpClass->SetInterfaces(oldIfaces); in UpdateIfaces()

Completed in 2 milliseconds