Home
last modified time | relevance | path

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

/art/compiler/dwarf/
Ddebug_frame_opcode_writer.h283 void SetEnabled(bool value) { enabled_ = value; } in SetEnabled() function
/art/compiler/optimizing/
Doptimizing_compiler.cc551 codegen->GetAssembler()->cfi().SetEnabled( in TryCompile()
/art/compiler/jni/quick/
Djni_compiler.cc97 jni_asm->cfi().SetEnabled(driver->GetCompilerOptions().GetGenerateDebugInfo()); in ArtJniCompileMethodInternal()