Home
last modified time | relevance | path

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

/external/vixl/src/
Dcode-generation-scopes-vixl.h71 : assembler_(NULL), initialised_(false) { in assembler_()
78 CodeBufferCheckScope() : assembler_(NULL), initialised_(false) { in CodeBufferCheckScope()
89 VIXL_ASSERT(!initialised_);
103 initialised_ = true;
110 if (!initialised_) { in Close()
127 initialised_ = false; in Close()
135 bool initialised_; variable
184 if (!initialised_) { in Close()
198 VIXL_ASSERT(!initialised_); in Close()
226 VIXL_ASSERT(initialised_); in Open()
[all …]