Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_exception_helpers.cc25 handler_.address_ = -1; in CatchHandlerIterator()
54 handler_.address_ = -1; in CatchHandlerIterator()
89 handler_.address_ = DecodeUnsignedLeb128(&current_data_); in Next()
96 handler_.address_ = DecodeUnsignedLeb128(&current_data_); in Next()
Ddex_file_exception_helpers.h46 return handler_.address_; in GetHandlerAddress()
64 uint32_t address_; // handler address member
Dcode_item_accessors-inl.h227 if (entry.address_ > address) { in GetLineNumForPc()
232 return entry.address_ == address; in GetLineNumForPc()
Ddex_file-inl.h389 entry.address_ += DecodeUnsignedLeb128(&stream); in DecodeDebugPositionInfo()
422 entry.address_ += adjopcode / DBG_LINE_RANGE; in DecodeDebugPositionInfo()
Ddex_file.h531 uint32_t address_ = 0; // In 16-bit code units. 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.h44 : name_(name_in), address_(address_in) { in ExternalLabel()
50 return address_; in address()
55 const uintptr_t address_; variable
/art/compiler/jit/
Djit_logger.cc176 uint64_t address_; // Code address which maps to the line/column in source. member
186 uint64_t address_; // Starting code address which the debug info describes. member
/art/compiler/debug/
Delf_debug_line_writer.h231 return address < entry.address_; in WriteCompilationUnit()
/art/dexlayout/
Ddex_ir.h956 TypeAddrPair(const TypeId* type_id, uint32_t address) : type_id_(type_id), address_(address) { } in TypeAddrPair()
959 uint32_t GetAddress() const { return address_; } in GetAddress()
963 uint32_t address_; variable
Ddexlayout.cc1108 entry.address_, in DumpCode()
/art/openjdkjvmti/
Dti_method.cc486 context.push_back({static_cast<jlocation>(entry.address_), static_cast<jint>(entry.line_)}); in GetLineNumberTable()
/art/dexdump/
Ddexdump.cc1226 fprintf(gOutFile, " 0x%04x line=%d\n", entry.address_, entry.line_); in dumpCode()
/art/compiler/optimizing/
Dinstruction_builder.cc489 locations->SetBit(entry.address_); in FindNativeDebugInfoLocations()