Home
last modified time | relevance | path

Searched refs:GetImplicitNullChecks (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dx86_memory_gen.cc76 do_implicit_null_checks_(codegen->GetCompilerOptions().GetImplicitNullChecks()) { in X86MemoryOperandGeneration()
Dcode_generator.cc1164 if (!compiler_options_.GetImplicitNullChecks()) { in MaybeRecordImplicitNullCheck()
1206 if (can_throw_into_catch_block && compiler_options_.GetImplicitNullChecks()) { in CreateThrowingSlowPathLocations()
1214 if (compiler_options_.GetImplicitNullChecks()) { in GenerateNullCheck()
Dcode_generator_x86_64.cc4631 Location loc = codegen_->GetCompilerOptions().GetImplicitNullChecks() in VisitNullCheck()
Dcode_generator_x86.cc5156 Location loc = codegen_->GetCompilerOptions().GetImplicitNullChecks() in VisitNullCheck()
/art/compiler/driver/
Dcompiler_options.h168 bool GetImplicitNullChecks() const { in GetImplicitNullChecks() function