Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line.h139 this_initialized_ = src->this_initialized_; in CopyFromLine()
175 this_initialized_ = true; in SetThisInitialized()
179 this_initialized_ = src.this_initialized_; in CopyThisInitialized()
430 bool this_initialized_; variable
Dregister_line.cc29 if (kIsDebugBuild && this_initialized_) { in CheckConstructorReturn()
40 if (!this_initialized_) { in CheckConstructorReturn()
44 return this_initialized_; in CheckConstructorReturn()
107 this_initialized_ = true; in MarkRefsAsInitialized()
539 if (this_initialized_ && !incoming_line->this_initialized_) { in MergeRegisters()
540 this_initialized_ = false; in MergeRegisters()
Dregister_line-inl.h190 this_initialized_(false) { in RegisterLine()