Searched refs:address_ (Results 1 – 13 of 13) sorted by relevance
25 handler_.address_ = -1; in CatchHandlerIterator()54 handler_.address_ = -1; in CatchHandlerIterator()89 handler_.address_ = DecodeUnsignedLeb128(¤t_data_); in Next()96 handler_.address_ = DecodeUnsignedLeb128(¤t_data_); in Next()
46 return handler_.address_; in GetHandlerAddress()64 uint32_t address_; // handler address member
228 if (entry.address_ > address) { in GetLineNumForPc()233 return entry.address_ == address; in GetLineNumForPc()
501 entry.address_ += DecodeUnsignedLeb128(&stream); in DecodeDebugPositionInfo()534 entry.address_ += adjopcode / DBG_LINE_RANGE; in DecodeDebugPositionInfo()
644 uint32_t address_ = 0; // In 16-bit code units. member
33 : address_(address), byte_count_(byte_count), show_actual_addresses_(show_actual_addresses), in HexDump()40 const void* const address_;
30 if (address_ == nullptr) { in Dump()36 const unsigned char* addr = reinterpret_cast<const unsigned char*>(address_); in Dump()
50 : name_(name_in), address_(address_in) { in ExternalLabel()56 return address_; in address()61 const uintptr_t address_; variable
176 uint64_t address_; // Code address which maps to the line/column in source. member186 uint64_t address_; // Starting code address which the debug info describes. member
233 return address < entry.address_; in WriteCompilationUnit()
1308 if (entry.address_ > lastInstructionAddress) { in dumpCode()1311 fprintf(gOutFile, " 0x%04x line=%d\n", entry.address_, entry.line_); in dumpCode()
489 context.push_back({static_cast<jlocation>(entry.address_), static_cast<jint>(entry.line_)}); in GetLineNumberTable()
544 locations->SetBit(entry.address_); in FindNativeDebugInfoLocations()