Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file-inl.h208 local_in_reg[arg_reg].start_address_ = 0; in DecodeDebugLocalInfo()
233 local_in_reg[arg_reg].start_address_ = 0; in DecodeDebugLocalInfo()
291 local_in_reg[reg].start_address_ = address; in DecodeDebugLocalInfo()
322 local_in_reg[reg].start_address_ = address; in DecodeDebugLocalInfo()
Ddex_file.h560 uint32_t start_address_ = 0; // PC location where the local is first defined. member
/art/openjdkjvmti/
Dti_method.cc269 .start_location = static_cast<jlocation>(entry.start_address_), in GetLocalVariableTable()
270 .length = static_cast<jint>(entry.end_address_ - entry.start_address_), in GetLocalVariableTable()
756 if (!found && entry.start_address_ <= dex_pc && entry.end_address_ > dex_pc && in GetSlotType()
/art/compiler/debug/
Delf_debug_info_writer.h261 var.start_address_, in Write()
/art/dexdump/
Ddexdump.cc1236 entry.start_address_, in dumpCode()
/art/dexlayout/
Ddexlayout.cc1147 entry.start_address_, in DumpCode()