Searched refs:GenerateExplicitNullCheck (Results 1 - 10 of 10) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm.h190 void GenerateExplicitNullCheck(HNullCheck* instruction);
H A Dcode_generator_mips64.h193 void GenerateExplicitNullCheck(HNullCheck* instruction);
H A Dcode_generator_x86.h183 void GenerateExplicitNullCheck(HNullCheck* instruction);
H A Dcode_generator_x86_64.h182 void GenerateExplicitNullCheck(HNullCheck* instruction);
H A Dcode_generator_arm64.h163 void GenerateExplicitNullCheck(HNullCheck* instruction);
H A Dcode_generator_arm64.cc2384 void InstructionCodeGeneratorARM64::GenerateExplicitNullCheck(HNullCheck* instruction) { function in class:art::arm64::InstructionCodeGeneratorARM64
2398 GenerateExplicitNullCheck(instruction);
H A Dcode_generator_mips64.cc2793 void InstructionCodeGeneratorMIPS64::GenerateExplicitNullCheck(HNullCheck* instruction) { function in class:art::mips64::InstructionCodeGeneratorMIPS64
2806 GenerateExplicitNullCheck(instruction);
H A Dcode_generator_arm.cc3142 void InstructionCodeGeneratorARM::GenerateExplicitNullCheck(HNullCheck* instruction) { function in class:art::arm::InstructionCodeGeneratorARM
3157 GenerateExplicitNullCheck(instruction);
H A Dcode_generator_x86.cc3521 void InstructionCodeGeneratorX86::GenerateExplicitNullCheck(HNullCheck* instruction) { function in class:art::x86::InstructionCodeGeneratorX86
3545 GenerateExplicitNullCheck(instruction);
H A Dcode_generator_x86_64.cc3396 void InstructionCodeGeneratorX86_64::GenerateExplicitNullCheck(HNullCheck* instruction) { function in class:art::x86_64::InstructionCodeGeneratorX86_64
3420 GenerateExplicitNullCheck(instruction);

Completed in 199 milliseconds