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

  /art/compiler/driver/
compiler_options.h 166 bool GetDebuggable() const {
171 return GetDebuggable() && GetGenerateDebugInfo();
  /art/compiler/optimizing/
optimizing_compiler.cc 680 compiler_driver->GetCompilerOptions().GetDebuggable(),
    [all...]
  /art/compiler/
oat_writer.cc 665 debuggable_(writer->GetCompilerDriver()->GetCompilerOptions().GetDebuggable()) {
    [all...]

Completed in 2451 milliseconds