Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h2928 : HExpression(parameter_type, SideEffects::None()), index_(index), is_this_(is_this) {} in HExpression()
2932 bool CanBeNull() const OVERRIDE { return !is_this_; } in CanBeNull()
2942 const bool is_this_; variable