Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds