Searched refs:address_ (Results 1 – 15 of 15) sorted by relevance
/art/runtime/base/ |
D | hex_dump.h | 33 : address_(address), byte_count_(byte_count), show_actual_addresses_(show_actual_addresses), in HexDump() 40 const void* const address_;
|
D | hex_dump.cc | 30 if (address_ == nullptr) { in Dump() 36 const unsigned char* addr = reinterpret_cast<const unsigned char*>(address_); in Dump()
|
/art/compiler/utils/ |
D | label.h | 50 : name_(name_in), address_(address_in) { in ExternalLabel() 56 return address_; in address() 61 const uintptr_t address_; variable
|
/art/compiler/jit/ |
D | jit_logger.cc | 177 uint64_t address_; // Code address which maps to the line/column in source. member 187 uint64_t address_; // Starting code address which the debug info describes. member
|
/art/runtime/ |
D | dex_file.cc | 1157 entry.address_ += DecodeUnsignedLeb128(&stream); in DecodeDebugPositionInfo() 1190 entry.address_ += adjopcode / DBG_LINE_RANGE; in DecodeDebugPositionInfo() 1209 if (entry.address_ > context->address_) { in LineNumForPcCb() 1215 return entry.address_ == context->address_; in LineNumForPcCb() 1515 handler_.address_ = -1; in CatchHandlerIterator() 1541 handler_.address_ = -1; in CatchHandlerIterator() 1577 handler_.address_ = DecodeUnsignedLeb128(¤t_data_); in Next() 1584 handler_.address_ = DecodeUnsignedLeb128(¤t_data_); in Next()
|
D | dex_file.h | 864 : address_(0), in PositionInfo() 871 uint32_t address_; // In 16-bit code units. member 1021 : address_(address), line_num_(line_num) {} in LineNumFromPcContext() 1022 uint32_t address_; member 1615 return handler_.address_; in GetHandlerAddress() 1633 uint32_t address_; // handler address member
|
D | debugger.cc | 1608 expandBufAdd8BE(pContext->pReply, entry.address_); in OutputLineTable() 3795 context->last_pc = entry.address_; in ConfigureStep() 3802 for (uint32_t dex_pc = context->last_pc; dex_pc < entry.address_; ++dex_pc) { in ConfigureStep()
|
/art/dexlayout/ |
D | dex_verify.cc | 921 if (orig[i]->address_ != output[i]->address_) { in VerifyPositionInfo() 925 orig[i]->address_, in VerifyPositionInfo() 926 output[i]->address_); in VerifyPositionInfo()
|
D | dex_ir.h | 832 TypeAddrPair(const TypeId* type_id, uint32_t address) : type_id_(type_id), address_(address) { } in TypeAddrPair() 835 uint32_t GetAddress() const { return address_; } in GetAddress() 839 uint32_t address_; variable 963 PositionInfo(uint32_t address, uint32_t line) : address_(address), line_(line) { } in PositionInfo() 965 uint32_t address_; member
|
D | dex_ir.cc | 45 positions.push_back(std::unique_ptr<PositionInfo>(new PositionInfo(entry.address_, entry.line_))); in GetPositionsCb()
|
D | dexlayout.cc | 830 fprintf(out_file_, " 0x%04x line=%d\n", positions[i]->address_, positions[i]->line_); in DumpPositionInfo()
|
/art/compiler/debug/ |
D | elf_debug_line_writer.h | 235 return address < entry.address_; in WriteCompilationUnit()
|
/art/runtime/openjdkjvmti/ |
D | ti_method.cc | 334 jvmtiLineNumberEntry jvmti_entry = { static_cast<jlocation>(entry.address_), in CollectLineNumbers()
|
/art/dexdump/ |
D | dexdump.cc | 763 fprintf(gOutFile, " 0x%04x line=%d\n", entry.address_, entry.line_); in dumpPositionsCb()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 369 static_cast<ArenaBitVector*>(ctx)->SetBit(entry.address_); in FindNativeDebugInfoLocations()
|