Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_loc_writer.h92 bool is64bitValue, in GetVariableLocations() argument
153 if (is64bitValue) { in GetVariableLocations()
179 bool is64bitValue, in WriteDebugLocEntry() argument
196 is64bitValue, in WriteDebugLocEntry()
213 for (int piece = 0; piece < (is64bitValue ? 2 : 1); piece++) { in WriteDebugLocEntry()
255 if (is64bitValue) { in WriteDebugLocEntry()
Delf_debug_info_writer.h204 const bool is64bitValue = false; in Write() local
205 WriteRegLocation(mi, dex_reg_maps, vreg, is64bitValue, compilation_unit.code_address); in Write()
220 const bool is64bitValue = type_desc[0] == 'D' || type_desc[0] == 'J'; in Write() local
224 WriteRegLocation(mi, dex_reg_maps, vreg, is64bitValue, compilation_unit.code_address); in Write()
226 arg_reg += is64bitValue ? 2 : 1; in Write()
246 bool is64bitValue = var.descriptor_[0] == 'D' || var.descriptor_[0] == 'J'; in Write() local
250 is64bitValue, in Write()
449 bool is64bitValue,
456 is64bitValue,