Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line.h152 this_initialized_ = src->this_initialized_; in CopyFromLine()
188 this_initialized_ = true; in SetThisInitialized()
192 this_initialized_ = src.this_initialized_; in CopyThisInitialized()
440 bool this_initialized_; variable
Dregister_line.cc32 if (kIsDebugBuild && this_initialized_) { in CheckConstructorReturn()
42 if (!this_initialized_) { in CheckConstructorReturn()
46 return this_initialized_; in CheckConstructorReturn()
110 this_initialized_ = true; in MarkRefsAsInitialized()
538 if (this_initialized_ && !incoming_line->this_initialized_) { in MergeRegisters()
539 this_initialized_ = false; in MergeRegisters()
Dregister_line-inl.h204 this_initialized_(false) { in RegisterLine()