Home
last modified time | relevance | path

Searched refs:GetImplicitNullChecker (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips64.cc2310 static auto GetImplicitNullChecker(HInstruction* instruction, CodeGeneratorMIPS64* codegen) { in GetImplicitNullChecker() function
2324 auto null_checker = GetImplicitNullChecker(instruction, codegen_); in VisitArrayGet()
2618 auto null_checker = GetImplicitNullChecker(instruction, codegen_); in VisitArraySet()
4900 auto null_checker = GetImplicitNullChecker(instruction, codegen_); in HandleFieldGet()
5001 auto null_checker = GetImplicitNullChecker(instruction, codegen_); in HandleFieldSet()
Dcode_generator_mips.cc2707 static auto GetImplicitNullChecker(HInstruction* instruction, CodeGeneratorMIPS* codegen) { in GetImplicitNullChecker() function
2721 auto null_checker = GetImplicitNullChecker(instruction, codegen_); in VisitArrayGet()
3031 auto null_checker = GetImplicitNullChecker(instruction, codegen_); in VisitArraySet()
6625 auto null_checker = GetImplicitNullChecker(instruction, codegen_); in HandleFieldGet()
6784 auto null_checker = GetImplicitNullChecker(instruction, codegen_); in HandleFieldSet()