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

/art/compiler/debug/
H A Delf_debug_loc_writer.h95 uint32_t dex_pc_high) {
139 if (!(dex_pc_low <= dex_pc && dex_pc < dex_pc_high)) {
182 uint32_t dex_pc_high,
199 dex_pc_high);
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
176 WriteDebugLocEntry(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, InstructionSet isa, dwarf::DebugInfoEntryWriter<>* debug_info, std::vector<uint8_t>* debug_loc_buffer, std::vector<uint8_t>* debug_ranges_buffer) argument

Completed in 4 milliseconds