OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:this_initialized_
(Results
1 - 3
of
3
) sorted by null
/art/runtime/verifier/
register_line.h
139
this_initialized_
= src->
this_initialized_
;
175
this_initialized_
= true;
179
this_initialized_
= src.
this_initialized_
;
429
bool
this_initialized_
;
member in class:art::verifier::RegisterLine
register_line.cc
32
if (kIsDebugBuild &&
this_initialized_
) {
33
// Ensure that there is no UninitializedThisReference type anymore if
this_initialized_
is true.
42
if (!
this_initialized_
) {
46
return
this_initialized_
;
110
this_initialized_
= true;
536
if (
this_initialized_
&& !incoming_line->
this_initialized_
) {
537
this_initialized_
= false;
register_line-inl.h
189
this_initialized_
(false) {
Completed in 182 milliseconds