Searched refs:ShouldCheckGCCard (Results 1 – 7 of 7) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator.h | 388 bool ShouldCheckGCCard(DataType::Type type,
|
D | code_generator.cc | 161 bool CodeGenerator::ShouldCheckGCCard(DataType::Type type, in ShouldCheckGCCard() function in art::CodeGenerator
|
D | code_generator_x86_64.cc | 5346 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()
|
D | code_generator_x86.cc | 6085 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()
|
D | code_generator_arm_vixl.cc | 5946 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()
|
D | code_generator_arm64.cc | 2366 } 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()
|
D | code_generator_riscv64.cc | 2528 } 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()
|