Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h3032 can_be_null_(true) { in HPhi()
3057 bool CanBeNull() const OVERRIDE { return can_be_null_; } in CanBeNull()
3058 void SetCanBeNull(bool can_be_null) { can_be_null_ = can_be_null; } in SetCanBeNull()
3095 bool can_be_null_; variable