Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_exception_helpers.cc24 handler_.address_ = -1; in CatchHandlerIterator()
53 handler_.address_ = -1; in CatchHandlerIterator()
88 handler_.address_ = DecodeUnsignedLeb128(&current_data_); in Next()
95 handler_.address_ = DecodeUnsignedLeb128(&current_data_); in Next()
Ddex_file_exception_helpers.h40 return handler_.address_; in GetHandlerAddress()
58 uint32_t address_; // handler address member
Ddex_file.cc517 if (entry.address_ > context->address_) { in LineNumForPcCb()
523 return entry.address_ == context->address_; in LineNumForPcCb()
Ddex_file-inl.h441 entry.address_ += DecodeUnsignedLeb128(&stream); in DecodeDebugPositionInfo()
474 entry.address_ += adjopcode / DBG_LINE_RANGE; in DecodeDebugPositionInfo()
Ddex_file.h765 uint32_t address_ = 0; // In 16-bit code units. member
872 : address_(address), line_num_(line_num) {} in LineNumFromPcContext()
873 uint32_t address_; member
/art/libartbase/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.h52 : name_(name_in), address_(address_in) { in ExternalLabel()
58 return address_; in address()
63 const uintptr_t address_; variable
/art/compiler/jit/
Djit_logger.cc177 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/compiler/debug/
Delf_debug_line_writer.h238 return address < entry.address_; in WriteCompilationUnit()
/art/dexlayout/
Ddex_ir.h976 TypeAddrPair(const TypeId* type_id, uint32_t address) : type_id_(type_id), address_(address) { } in TypeAddrPair()
979 uint32_t GetAddress() const { return address_; } in GetAddress()
983 uint32_t address_; variable
Ddexlayout.cc1068 fprintf(out_file, " 0x%04x line=%d\n", entry.address_, entry.line_); in DumpPositionsCb()
/art/openjdkjvmti/
Dti_method.cc453 jvmtiLineNumberEntry jvmti_entry = { static_cast<jlocation>(entry.address_), in CollectLineNumbers()
/art/dexdump/
Ddexdump.cc767 fprintf(gOutFile, " 0x%04x line=%d\n", entry.address_, entry.line_); in dumpPositionsCb()
/art/runtime/
Ddebugger.cc1677 expandBufAdd8BE(pContext->pReply, entry.address_); in OutputLineTable()
3872 context->last_pc = entry.address_; in ConfigureStep()
3879 for (uint32_t dex_pc = context->last_pc; dex_pc < entry.address_; ++dex_pc) { in ConfigureStep()
/art/compiler/optimizing/
Dinstruction_builder.cc479 static_cast<ArenaBitVector*>(ctx)->SetBit(entry.address_); in FindNativeDebugInfoLocations()