Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_loc_writer.h84 bool is64bitValue, in GetVariableLocations() argument
145 if (is64bitValue) { in GetVariableLocations()
170 bool is64bitValue, in WriteDebugLocEntry() argument
187 is64bitValue, in WriteDebugLocEntry()
205 for (int piece = 0; piece < (is64bitValue ? 2 : 1); piece++) { in WriteDebugLocEntry()
250 if (is64bitValue) { in WriteDebugLocEntry()
Delf_debug_info_writer.h213 const bool is64bitValue = false; in Write() local
214 WriteRegLocation(mi, dex_reg_maps, vreg, is64bitValue, compilation_unit.code_address); in Write()
229 const bool is64bitValue = type_desc[0] == 'D' || type_desc[0] == 'J'; in Write() local
233 WriteRegLocation(mi, dex_reg_maps, vreg, is64bitValue, compilation_unit.code_address); in Write()
235 arg_reg += is64bitValue ? 2 : 1; in Write()
255 bool is64bitValue = var.descriptor_[0] == 'D' || var.descriptor_[0] == 'J'; in Write() local
259 is64bitValue, in Write()
456 bool is64bitValue,
463 is64bitValue,