HomeSort by relevance Sort by last modified time
    Searched refs:is64bitValue (Results 1 - 2 of 2) sorted by null

  /art/compiler/debug/
elf_debug_loc_writer.h 92 bool is64bitValue,
154 if (is64bitValue) {
180 bool is64bitValue,
197 is64bitValue,
215 for (int piece = 0; piece < (is64bitValue ? 2 : 1); piece++) {
257 if (is64bitValue) {
elf_debug_info_writer.h 205 const bool is64bitValue = false;
206 WriteRegLocation(mi, dex_reg_maps, vreg, is64bitValue, compilation_unit.code_address);
221 const bool is64bitValue = type_desc[0] == 'D' || type_desc[0] == 'J';
225 WriteRegLocation(mi, dex_reg_maps, vreg, is64bitValue, compilation_unit.code_address);
227 arg_reg += is64bitValue ? 2 : 1;
247 bool is64bitValue = var.descriptor_[0] == 'D' || var.descriptor_[0] == 'J';
251 is64bitValue,
450 bool is64bitValue,
457 is64bitValue,

Completed in 163 milliseconds