HomeSort by relevance Sort by last modified time
    Searched refs:GetImplicitNullChecks (Results 1 - 7 of 7) sorted by null

  /art/compiler/driver/
compiler_options.h 166 bool GetImplicitNullChecks() const {
  /art/compiler/dex/quick/arm64/
call_arm64.cc 203 if (!cu_->compiler_driver->GetCompilerOptions().GetImplicitNullChecks()) {
251 if (!cu_->compiler_driver->GetCompilerOptions().GetImplicitNullChecks()) {
target_arm64.cc     [all...]
  /art/compiler/dex/quick/arm/
call_arm.cc 191 if (!cu_->compiler_driver->GetCompilerOptions().GetImplicitNullChecks()) {
262 if (!cu_->compiler_driver->GetCompilerOptions().GetImplicitNullChecks()) {
  /art/compiler/dex/quick/
gen_common.cc 160 if (!cu_->compiler_driver->GetCompilerOptions().GetImplicitNullChecks()) {
179 if (cu_->compiler_driver->GetCompilerOptions().GetImplicitNullChecks()) {
189 if (cu_->compiler_driver->GetCompilerOptions().GetImplicitNullChecks()) {
204 if (cu_->compiler_driver->GetCompilerOptions().GetImplicitNullChecks()) {
    [all...]
gen_invoke.cc     [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc     [all...]

Completed in 56 milliseconds