Searched refs:address_ (Results 1 – 15 of 15) sorted by relevance
/art/libdexfile/dex/ |
D | dex_file_exception_helpers.cc | 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()
|
D | dex_file_exception_helpers.h | 46 return handler_.address_; in GetHandlerAddress() 64 uint32_t address_; // handler address member
|
D | code_item_accessors-inl.h | 227 if (entry.address_ > address) { in GetLineNumForPc() 232 return entry.address_ == address; in GetLineNumForPc()
|
D | dex_file-inl.h | 389 entry.address_ += DecodeUnsignedLeb128(&stream); in DecodeDebugPositionInfo() 422 entry.address_ += adjopcode / DBG_LINE_RANGE; in DecodeDebugPositionInfo()
|
D | dex_file.h | 531 uint32_t address_ = 0; // In 16-bit code units. member
|
/art/libartbase/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 | 44 : name_(name_in), address_(address_in) { in ExternalLabel() 50 return address_; in address() 55 const uintptr_t address_; variable
|
/art/compiler/jit/ |
D | jit_logger.cc | 176 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/ |
D | elf_debug_line_writer.h | 231 return address < entry.address_; in WriteCompilationUnit()
|
/art/dexlayout/ |
D | dex_ir.h | 956 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
|
D | dexlayout.cc | 1108 entry.address_, in DumpCode()
|
/art/openjdkjvmti/ |
D | ti_method.cc | 486 context.push_back({static_cast<jlocation>(entry.address_), static_cast<jint>(entry.line_)}); in GetLineNumberTable()
|
/art/dexdump/ |
D | dexdump.cc | 1187 fprintf(gOutFile, " 0x%04x line=%d\n", entry.address_, entry.line_); in dumpCode()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 478 locations->SetBit(entry.address_); in FindNativeDebugInfoLocations()
|