Home
last modified time | relevance | path

Searched refs:WriteData1 (Results 1 – 2 of 2) sorted by relevance

/art/compiler/debug/
Delf_debug_info_writer.h130 info_.WriteData1(DW_AT_language, DW_LANG_Java); in Write()
284 info_.WriteData1(DW_AT_language, DW_LANG_Java); in Write()
599 info_.WriteData1(DW_AT_encoding, encoding); in WriteTypeDeclaration()
600 info_.WriteData1(DW_AT_byte_size, byte_size); in WriteTypeDeclaration()
/art/compiler/debug/dwarf/
Ddebug_info_entry_writer.h107 void WriteData1(Attribute attrib, uint8_t value) { in WriteData1() function