Searched defs:method_info (Results 1 - 2 of 2) sorted by relevance

/art/compiler/debug/
H A Delf_debug_loc_writer.h89 const MethodDebugInfo* method_info,
100 const CodeInfo code_info(method_info->code_info);
115 DCHECK_LE(pc_offset, method_info->code_size);
116 DCHECK_LE(compilation_unit_code_address, method_info->code_address);
118 method_info->code_address + pc_offset - compilation_unit_code_address);
131 : method_info->code_address + method_info->code_size - compilation_unit_code_address;
152 vreg, method_info->code_item->registers_size_, code_info, encoding);
155 vreg + 1, method_info->code_item->registers_size_, code_info, encoding);
176 static void WriteDebugLocEntry(const MethodDebugInfo* method_info, argument
88 GetVariableLocations( const MethodDebugInfo* method_info, const std::vector<DexRegisterMap>& dex_register_maps, uint16_t vreg, bool is64bitValue, uint64_t compilation_unit_code_address, uint32_t dex_pc_low, uint32_t dex_pc_high) argument
[all...]
H A Delf_debug_info_writer.h446 void WriteRegLocation(const MethodDebugInfo* method_info, argument
453 WriteDebugLocEntry(method_info,

Completed in 154 milliseconds