Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_soinfo.cpp512 if (constructors_called) { in call_constructors()
526 constructors_called = true; in call_constructors()
551 if (!constructors_called) { in call_destructors()
Dlinker_soinfo.h236 bool constructors_called; member