Searched refs:GetImplicitNullChecks (Results 1 – 8 of 8) sorted by relevance
76 do_implicit_null_checks_(codegen->GetCompilerOptions().GetImplicitNullChecks()) { in X86MemoryOperandGeneration()
54 if (compiler_options_.GetImplicitNullChecks()) { in VisitNullCheck()
1566 if (can_throw_into_catch_block && compiler_options_.GetImplicitNullChecks()) { in CreateThrowingSlowPathLocations()1574 if (compiler_options_.GetImplicitNullChecks()) { in GenerateNullCheck()
6751 if (GetCompilerOptions().GetImplicitNullChecks() && in CompileBakerReadBarrierThunk()
5177 Location loc = codegen_->GetCompilerOptions().GetImplicitNullChecks() in VisitNullCheck()
5815 Location loc = codegen_->GetCompilerOptions().GetImplicitNullChecks() in VisitNullCheck()
9799 if (GetCompilerOptions().GetImplicitNullChecks() && holder_reg.Is(base_reg)) { in CompileBakerReadBarrierThunk()
193 bool GetImplicitNullChecks() const { in GetImplicitNullChecks() function