Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file-inl.h204 local_in_reg[arg_reg].start_address_ = 0; in DecodeDebugLocalInfo()
229 local_in_reg[arg_reg].start_address_ = 0; in DecodeDebugLocalInfo()
287 local_in_reg[reg].start_address_ = address; in DecodeDebugLocalInfo()
318 local_in_reg[reg].start_address_ = address; in DecodeDebugLocalInfo()
Ddex_file.h544 uint32_t start_address_ = 0; // PC location where the local is first defined. member
/art/openjdkjvmti/
Dti_method.cc268 .start_location = static_cast<jlocation>(entry.start_address_), in GetLocalVariableTable()
269 .length = static_cast<jint>(entry.end_address_ - entry.start_address_), in GetLocalVariableTable()
753 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()