Home
last modified time | relevance | path

Searched refs:address_ (Results 1 – 9 of 9) sorted by relevance

/art/runtime/base/
Dhex_dump.h33 : address_(address), byte_count_(byte_count), show_actual_addresses_(show_actual_addresses), in HexDump()
40 const void* const address_;
Dhex_dump.cc30 if (address_ == nullptr) { in Dump()
36 const unsigned char* addr = reinterpret_cast<const unsigned char*>(address_); in Dump()
/art/compiler/utils/
Dlabel.h55 : name_(name_in), address_(address_in) { in ExternalLabel()
61 return address_; in address()
66 const uintptr_t address_; variable
/art/runtime/
Ddex_file.h836 : address_(0), in PositionInfo()
843 uint32_t address_; // In 16-bit code units. member
1095 : address_(address), line_num_(line_num) {} in LineNumFromPcContext()
1096 uint32_t address_; member
1619 return handler_.address_; in GetHandlerAddress()
1637 uint32_t address_; // handler address member
Ddex_file.cc1023 entry.address_ += DecodeUnsignedLeb128(&stream); in DecodeDebugPositionInfo()
1056 entry.address_ += adjopcode / DBG_LINE_RANGE; in DecodeDebugPositionInfo()
1075 if (entry.address_ > context->address_) { in LineNumForPcCb()
1081 return entry.address_ == context->address_; in LineNumForPcCb()
2482 handler_.address_ = -1; in CatchHandlerIterator()
2508 handler_.address_ = -1; in CatchHandlerIterator()
2544 handler_.address_ = DecodeUnsignedLeb128(&current_data_); in Next()
2551 handler_.address_ = DecodeUnsignedLeb128(&current_data_); in Next()
Ddebugger.cc1568 expandBufAdd8BE(pContext->pReply, entry.address_); in OutputLineTable()
3718 context->last_pc = entry.address_; in ConfigureStep()
3725 for (uint32_t dex_pc = context->last_pc; dex_pc < entry.address_; ++dex_pc) { in ConfigureStep()
/art/compiler/debug/
Delf_debug_line_writer.h234 return address < entry.address_; in WriteCompilationUnit()
/art/dexdump/
Ddexdump.cc475 fprintf(gOutFile, " 0x%04x line=%d\n", entry.address_, entry.line_); in dumpPositionsCb()
/art/compiler/optimizing/
Dinstruction_builder.cc350 static_cast<ArenaBitVector*>(ctx)->SetBit(entry.address_); in FindNativeDebugInfoLocations()