Home
last modified time | relevance | path

Searched refs:start_address_ (Results 1 – 7 of 7) sorted by relevance

/art/libdexfile/dex/
Ddex_file-inl.h203 local_in_reg[arg_reg].start_address_ = 0; in DecodeDebugLocalInfo()
228 local_in_reg[arg_reg].start_address_ = 0; in DecodeDebugLocalInfo()
286 local_in_reg[reg].start_address_ = address; in DecodeDebugLocalInfo()
317 local_in_reg[reg].start_address_ = address; in DecodeDebugLocalInfo()
Ddex_file.h541 uint32_t start_address_ = 0; // PC location where the local is first defined. member
/art/openjdkjvmti/
Dti_method.cc250 .start_location = static_cast<jlocation>(entry.start_address_), in GetLocalVariableTable()
251 .length = static_cast<jint>(entry.end_address_ - entry.start_address_), in GetLocalVariableTable()
612 entry.start_address_ <= dex_pc && in GetSlotType()
/art/compiler/debug/
Delf_debug_info_writer.h261 var.start_address_, in Write()
/art/runtime/
Ddebugger.cc1722 entry.start_address_, in OutputVariableTable()
1723 entry.end_address_ - entry.start_address_, in OutputVariableTable()
1731 expandBufAdd8BE(pReply, entry.start_address_); in OutputVariableTable()
1737 expandBufAdd4BE(pReply, entry.end_address_- entry.start_address_); in OutputVariableTable()
/art/dexdump/
Ddexdump.cc1197 entry.start_address_, in dumpCode()
/art/dexlayout/
Ddexlayout.cc1146 entry.start_address_, in DumpCode()