Searched defs:GenerateExplicitNullCheck (Results 1 – 5 of 5) sorted by relevance
2384 void InstructionCodeGeneratorARM64::GenerateExplicitNullCheck(HNullCheck* instruction) { in GenerateExplicitNullCheck() function in art::arm64::InstructionCodeGeneratorARM64
2793 void InstructionCodeGeneratorMIPS64::GenerateExplicitNullCheck(HNullCheck* instruction) { in GenerateExplicitNullCheck() function in art::mips64::InstructionCodeGeneratorMIPS64
3142 void InstructionCodeGeneratorARM::GenerateExplicitNullCheck(HNullCheck* instruction) { in GenerateExplicitNullCheck() function in art::arm::InstructionCodeGeneratorARM
3521 void InstructionCodeGeneratorX86::GenerateExplicitNullCheck(HNullCheck* instruction) { in GenerateExplicitNullCheck() function in art::x86::InstructionCodeGeneratorX86
3396 void InstructionCodeGeneratorX86_64::GenerateExplicitNullCheck(HNullCheck* instruction) { in GenerateExplicitNullCheck() function in art::x86_64::InstructionCodeGeneratorX86_64