Home
last modified time | relevance | path

Searched refs:end_address_ (Results 1 – 13 of 13) sorted by relevance

/art/disassembler/
Ddisassembler_arm64.h38 end_address_(options->end_address_), in CustomDisassembler()
67 const void* const end_address_; variable
Ddisassembler.h40 const uint8_t* const end_address_; variable
56 end_address_(end_address), in DisassemblerOptions()
Ddisassembler_arm.cc143 const uintptr_t end = reinterpret_cast<uintptr_t>(options_->end_address_); in PrintLiteral()
206 GetDisassemblerOptions()->end_address_); in Dump()
Ddisassembler_arm64.cc72 if (data_address < base_address_ || data_address >= end_address_) { in VisitLoadLiteral()
/art/dexlayout/
Ddex_verify.cc983 if (orig[i]->end_address_ != output[i]->end_address_) { in VerifyLocalInfo()
987 orig[i]->end_address_, in VerifyLocalInfo()
988 output[i]->end_address_); in VerifyLocalInfo()
Ddex_ir.h982 end_address_(end_address), in LocalInfo()
989 uint32_t end_address_; member
Ddex_ir.cc56 new LocalInfo(name, descriptor, signature, entry.start_address_, entry.end_address_, in GetLocalsCb()
Ddexlayout.cc846 entry->start_address_, entry->end_address_, entry->reg_, in DumpLocalInfo()
/art/runtime/
Ddex_file.cc1047 local_in_reg[reg].end_address_ = code_item->insns_size_in_code_units_; in DecodeDebugLocalInfo()
1076 local_in_reg[reg].end_address_ = address; in DecodeDebugLocalInfo()
1099 local_in_reg[reg].end_address_ = address; in DecodeDebugLocalInfo()
Ddex_file.h888 end_address_(0), in LocalInfo()
897 uint32_t end_address_; // PC location where the local is no longer defined. member
Ddebugger.cc1660 entry.end_address_ - entry.start_address_, in OutputVariableTable()
1672 expandBufAdd4BE(pContext->pReply, entry.end_address_- entry.start_address_); in OutputVariableTable()
/art/compiler/debug/
Delf_debug_info_writer.h254 var.end_address_); in Write()
/art/dexdump/
Ddexdump.cc773 entry.start_address_, entry.end_address_, entry.reg_, in dumpLocalsCb()