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

/bionic/linker/
H A Dlinker.h188 bool constructors_called; member in struct:soinfo
H A Dlinker.cpp1489 if (constructors_called) {
1493 // We set constructors_called before actually calling the constructors, otherwise it doesn't
1503 constructors_called = true;
1533 constructors_called = false;

Completed in 690 milliseconds