Searched refs:HasEnvironment (Results 1 - 8 of 8) sorted by path

/art/compiler/optimizing/
H A Dbounds_check_elimination.cc1526 if (suspend->HasEnvironment()) {
1545 DCHECK(!instruction->HasEnvironment());
H A Dcode_generator.cc235 if (current->HasEnvironment()) {
H A Dcode_generator.h761 DCHECK(i1->HasEnvironment());
762 DCHECK(i2->HasEnvironment());
H A Dgraph_checker.cc422 if (instruction->NeedsEnvironment() && !instruction->HasEnvironment()) {
H A Dgraph_visualizer.cc503 if (instruction->HasEnvironment()) {
H A Dlicm.cc141 DCHECK(!instruction->HasEnvironment());
H A Dnodes.cc688 DCHECK(suspend_check_->HasEnvironment());
764 DCHECK(!instruction->HasEnvironment());
1117 return HasEnvironment() ? environment_->Size() : 0;
2008 DCHECK(current->HasEnvironment());
2328 if (current->HasEnvironment()) {
H A Dnodes.h1897 bool HasEnvironment() const { return environment_ != nullptr; } function in class:art::HInstruction

Completed in 76 milliseconds