Searched refs:end_address_ (Results 1 – 10 of 10) sorted by relevance
38 end_address_(options->end_address_), in CustomDisassembler()72 const void* const end_address_; variable
72 if (data_address < base_address_ || data_address >= end_address_) { in VisitLoadLiteral()114 target < end_address_ && in VisitUnconditionalBranch()118 target->GetNextInstruction() < end_address_ && in VisitUnconditionalBranch()
40 const uint8_t* const end_address_; variable56 end_address_(end_address), in DisassemblerOptions()
76 const uintptr_t end = reinterpret_cast<uintptr_t>(options_->end_address_); in operator <<()169 const uintptr_t end = reinterpret_cast<uintptr_t>(options_->end_address_); in PrintLiteral()235 GetDisassemblerOptions()->end_address_); in Dump()
255 local_in_reg[reg].end_address_ = insns_size_in_code_units; in DecodeDebugLocalInfo()284 local_in_reg[reg].end_address_ = address; in DecodeDebugLocalInfo()306 local_in_reg[reg].end_address_ = address; in DecodeDebugLocalInfo()
561 uint32_t end_address_ = 0; // PC location where the local is no longer defined. member
270 .length = static_cast<jint>(entry.end_address_ - entry.start_address_), in GetLocalVariableTable()756 if (!found && entry.start_address_ <= dex_pc && entry.end_address_ > dex_pc && in GetSlotType()
262 var.end_address_); in Write()
1237 entry.end_address_, in dumpCode()
1148 entry.end_address_, in DumpCode()