Searched refs:address_ (Results 1 – 16 of 16) sorted by relevance
/art/libdexfile/dex/ |
D | dex_file_exception_helpers.cc | 24 handler_.address_ = -1; in CatchHandlerIterator() 53 handler_.address_ = -1; in CatchHandlerIterator() 88 handler_.address_ = DecodeUnsignedLeb128(¤t_data_); in Next() 95 handler_.address_ = DecodeUnsignedLeb128(¤t_data_); in Next()
|
D | dex_file_exception_helpers.h | 40 return handler_.address_; in GetHandlerAddress() 58 uint32_t address_; // handler address member
|
D | dex_file.cc | 517 if (entry.address_ > context->address_) { in LineNumForPcCb() 523 return entry.address_ == context->address_; in LineNumForPcCb()
|
D | dex_file-inl.h | 441 entry.address_ += DecodeUnsignedLeb128(&stream); in DecodeDebugPositionInfo() 474 entry.address_ += adjopcode / DBG_LINE_RANGE; in DecodeDebugPositionInfo()
|
D | dex_file.h | 765 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/ |
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 | 52 : name_(name_in), address_(address_in) { in ExternalLabel() 58 return address_; in address() 63 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/compiler/debug/ |
D | elf_debug_line_writer.h | 238 return address < entry.address_; in WriteCompilationUnit()
|
/art/dexlayout/ |
D | dex_ir.h | 976 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
|
D | dexlayout.cc | 1068 fprintf(out_file, " 0x%04x line=%d\n", entry.address_, entry.line_); in DumpPositionsCb()
|
/art/openjdkjvmti/ |
D | ti_method.cc | 453 jvmtiLineNumberEntry jvmti_entry = { static_cast<jlocation>(entry.address_), in CollectLineNumbers()
|
/art/dexdump/ |
D | dexdump.cc | 767 fprintf(gOutFile, " 0x%04x line=%d\n", entry.address_, entry.line_); in dumpPositionsCb()
|
/art/runtime/ |
D | debugger.cc | 1677 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/ |
D | instruction_builder.cc | 479 static_cast<ArenaBitVector*>(ctx)->SetBit(entry.address_); in FindNativeDebugInfoLocations()
|