Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line.h150 this_initialized_ = src->this_initialized_; in CopyFromLine()
186 this_initialized_ = true; in SetThisInitialized()
190 this_initialized_ = src.this_initialized_; in CopyThisInitialized()
438 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()
532 if (this_initialized_ && !incoming_line->this_initialized_) { in MergeRegisters()
533 this_initialized_ = false; in MergeRegisters()
Dregister_line-inl.h186 this_initialized_(false) { in RegisterLine()