Home
last modified time | relevance | path

Searched defs:null_checker (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips64.cc2311 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
Dcode_generator_mips.cc2708 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