Home
last modified time | relevance | path

Searched refs:SetEnabled (Results 1 – 12 of 12) sorted by relevance

/art/runtime/
Dsdk_checker.h64 void SetEnabled(bool enabled) { enabled_ = enabled; } in SetEnabled() function
Daot_class_linker.cc226 sdk_checker_->SetEnabled(enabled); in SetEnablePublicSdkChecks()
/art/odrefresh/
Dodrefresh_main.cc288 metrics.SetEnabled(exit_code != ExitCode::kOkay && exit_code != ExitCode::kCompilationRequired); in main()
294 metrics.SetEnabled(exit_code != ExitCode::kOkay); in main()
303 metrics.SetEnabled(true); in main()
Dodr_metrics.h96 void SetEnabled(bool value) { enabled_ = value; } in SetEnabled() function
Dodr_metrics_test.cc82 metrics.SetEnabled(true); in TEST_F()
/art/libelffile/dwarf/
Ddebug_frame_opcode_writer.h287 void SetEnabled(bool value) { in SetEnabled() function
311 SetEnabled(enabled);
/art/runtime/jit/
Dprofile_saver_options.h83 void SetEnabled(bool enabled) { in SetEnabled() function
Djit.h131 profile_saver_options_.SetEnabled(save_profiling_info); in SetSaveProfilingInfo()
/art/compiler/jni/
Djni_cfi_test.cc86 jni_asm->cfi().SetEnabled(true); in TestImplSized()
/art/compiler/optimizing/
Doptimizing_cfi_test.cc61 code_gen_->GetAssembler()->cfi().SetEnabled(true); in SetUpFrame()
Doptimizing_compiler.cc844 codegen->GetAssembler()->cfi().SetEnabled(compiler_options.GenerateAnyDebugInfo()); in TryCompile()
969 codegen->GetAssembler()->cfi().SetEnabled(compiler_options.GenerateAnyDebugInfo()); in TryCompileIntrinsic()
/art/compiler/jni/quick/
Djni_compiler.cc190 jni_asm->cfi().SetEnabled(compiler_options.GenerateAnyDebugInfo()); in ArtJniCompileMethodInternal()