Home
last modified time | relevance | path

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

/art/compiler/jni/
Djni_cfi_test.cc59 jni_asm->cfi().SetEnabled(true); in TestImpl()
/art/compiler/debug/dwarf/
Ddebug_frame_opcode_writer.h285 void SetEnabled(bool value) { in SetEnabled() function
309 SetEnabled(enabled);
/art/compiler/optimizing/
Doptimizing_cfi_test.cc58 code_gen_->GetAssembler()->cfi().SetEnabled(true); in SetUpFrame()
Doptimizing_compiler.cc721 codegen->GetAssembler()->cfi().SetEnabled( in TryCompile()
/art/compiler/jni/quick/
Djni_compiler.cc105 jni_asm->cfi().SetEnabled(driver->GetCompilerOptions().GenerateAnyDebugInfo()); in ArtJniCompileMethodInternal()