Searched refs:GetImplicitNullChecker (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips64.cc | 2310 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()
|
D | code_generator_mips.cc | 2707 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()
|