Searched defs:null_checker (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips64.cc | 2311 auto null_checker = [codegen, instruction]() { in GetImplicitNullChecker() local 2324 auto null_checker = GetImplicitNullChecker(instruction, codegen_); in VisitArrayGet() local 2618 auto null_checker = GetImplicitNullChecker(instruction, codegen_); in VisitArraySet() local 4900 auto null_checker = GetImplicitNullChecker(instruction, codegen_); in HandleFieldGet() local 5001 auto null_checker = GetImplicitNullChecker(instruction, codegen_); in HandleFieldSet() local
|
D | code_generator_mips.cc | 2708 auto null_checker = [codegen, instruction]() { in GetImplicitNullChecker() local 2721 auto null_checker = GetImplicitNullChecker(instruction, codegen_); in VisitArrayGet() local 3031 auto null_checker = GetImplicitNullChecker(instruction, codegen_); in VisitArraySet() local 6625 auto null_checker = GetImplicitNullChecker(instruction, codegen_); in HandleFieldGet() local 6784 auto null_checker = GetImplicitNullChecker(instruction, codegen_); in HandleFieldSet() local
|