Searched defs:IfCondition (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h102 enum IfCondition { enum in namespace:art
3326 virtual IfCondition GetCondition() const = 0;
3328 virtual IfCondition GetOppositeCondition() const = 0;
3342 IfCondition if_cond = GetCondition();
3353 IfCondition if_cond = GetCondition();
3424 IfCondition GetCondition() const OVERRIDE {
3428 IfCondition GetOppositeCondition() const OVERRIDE {
3467 IfCondition GetCondition() const OVERRIDE {
3471 IfCondition GetOppositeCondition() const OVERRIDE {
3504 IfCondition GetConditio
[all...]

Completed in 20 milliseconds