Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h388 bool ShouldCheckGCCard(DataType::Type type,
Dcode_generator.cc161 bool CodeGenerator::ShouldCheckGCCard(DataType::Type type, in ShouldCheckGCCard() function in art::CodeGenerator
Dcode_generator_x86_64.cc5346 codegen_->ShouldCheckGCCard(field_type, instruction->InputAt(1), write_barrier_kind); in HandleFieldSet()
5568 } else if (codegen_->ShouldCheckGCCard( in HandleFieldSet()
5860 codegen_->ShouldCheckGCCard(value_type, instruction->GetValue(), write_barrier_kind); in VisitArraySet()
6026 } else if (codegen_->ShouldCheckGCCard( in VisitArraySet()
Dcode_generator_x86.cc6085 codegen_->ShouldCheckGCCard(field_type, instruction->InputAt(1), write_barrier_kind); in HandleFieldSet()
6239 } else if (codegen_->ShouldCheckGCCard(field_type, instruction->InputAt(1), write_barrier_kind)) { in HandleFieldSet()
6537 codegen_->ShouldCheckGCCard(value_type, instruction->GetValue(), write_barrier_kind); in VisitArraySet()
6706 } else if (codegen_->ShouldCheckGCCard( in VisitArraySet()
Dcode_generator_arm_vixl.cc5946 codegen_->ShouldCheckGCCard(field_type, instruction->InputAt(1), write_barrier_kind); in HandleFieldSet()
6090 } else if (codegen_->ShouldCheckGCCard(field_type, instruction->InputAt(1), write_barrier_kind)) { in HandleFieldSet()
6850 codegen_->ShouldCheckGCCard(value_type, instruction->GetValue(), write_barrier_kind); in VisitArraySet()
7046 } else if (codegen_->ShouldCheckGCCard( in VisitArraySet()
Dcode_generator_arm64.cc2366 } else if (codegen_->ShouldCheckGCCard(field_type, instruction->InputAt(1), write_barrier_kind)) { in HandleFieldSet()
2934 if (codegen_->ShouldCheckGCCard(value_type, instruction->GetValue(), write_barrier_kind)) { in VisitArraySet()
Dcode_generator_riscv64.cc2528 } else if (codegen_->ShouldCheckGCCard(type, instruction->InputAt(1), write_barrier_kind)) { in HandleFieldSet()
3032 } else if (codegen_->ShouldCheckGCCard(value_type, instruction->GetValue(), write_barrier_kind)) { in VisitArraySet()