Searched refs:dwarf_isa (Results 1 - 1 of 1) sorted by relevance

/art/compiler/
H A Delf_writer_debug.cc313 int dwarf_isa = -1; local
318 dwarf_isa = 1; // DW_ISA_ARM_thumb.
332 if (dwarf_isa != -1) {
333 opcodes.SetISA(dwarf_isa);

Completed in 28 milliseconds