Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_loc_writer.h88 bool is64bitValue, in GetVariableLocations() argument
149 if (is64bitValue) { in GetVariableLocations()
174 bool is64bitValue, in WriteDebugLocEntry() argument
191 is64bitValue, in WriteDebugLocEntry()
209 for (int piece = 0; piece < (is64bitValue ? 2 : 1); piece++) { in WriteDebugLocEntry()
254 if (is64bitValue) { in WriteDebugLocEntry()
Delf_debug_info_writer.h214 const bool is64bitValue = false; in Write() local
215 WriteRegLocation(mi, dex_reg_maps, vreg, is64bitValue, compilation_unit.code_address); in Write()
230 const bool is64bitValue = type_desc[0] == 'D' || type_desc[0] == 'J'; in Write() local
234 WriteRegLocation(mi, dex_reg_maps, vreg, is64bitValue, compilation_unit.code_address); in Write()
236 arg_reg += is64bitValue ? 2 : 1; in Write()
256 bool is64bitValue = var.descriptor_[0] == 'D' || var.descriptor_[0] == 'J'; in Write() local
260 is64bitValue, in Write()
457 bool is64bitValue,
464 is64bitValue,