Searched refs:HasEnvironment (Results 1 - 11 of 11) sorted by relevance

/art/compiler/optimizing/
H A Dsuperblock_cloner_test.cc245 EXPECT_EQ(orig_instr->HasEnvironment(), copy_instr->HasEnvironment());
248 if (orig_instr->HasEnvironment()) {
H A Dlicm.cc156 DCHECK(!instruction->HasEnvironment());
H A Dsuperblock_cloner.cc140 if (copy_instr->HasEnvironment()) {
527 if (orig_instr->HasEnvironment()) {
666 DCHECK(!orig_instr->HasEnvironment());
676 if (orig_instr->HasEnvironment()) {
H A Dprepare_for_register_allocation.cc142 DCHECK(load_class->HasEnvironment());
H A Dcode_generator.h897 DCHECK(i1->HasEnvironment());
898 DCHECK(i2->HasEnvironment());
H A Dnodes.cc854 DCHECK(suspend_check_->HasEnvironment());
955 DCHECK(!instruction->HasEnvironment());
1309 return HasEnvironment() ? environment_->Size() : 0;
2389 DCHECK(current->HasEnvironment());
2815 if (current->HasEnvironment()) {
3015 DCHECK(!phi->HasEnvironment());
3020 if (instr->HasEnvironment()) {
H A Dbounds_check_elimination.cc1714 if (suspend->HasEnvironment()) {
1736 DCHECK(!instruction->HasEnvironment());
H A Dgraph_checker.cc443 if (instruction->NeedsEnvironment() && !instruction->HasEnvironment()) {
H A Dgraph_visualizer.cc580 if (instruction->HasEnvironment()) {
H A Dcode_generator.cc413 if (current->HasEnvironment()) {
H A Dnodes.h2153 bool HasEnvironment() const { return environment_ != nullptr; } function in class:art::HInstruction

Completed in 244 milliseconds