Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file-inl.h308 local_in_reg[arg_reg].start_address_ = 0; in DecodeDebugLocalInfo()
333 local_in_reg[arg_reg].start_address_ = 0; in DecodeDebugLocalInfo()
398 local_in_reg[reg].start_address_ = address; in DecodeDebugLocalInfo()
429 local_in_reg[reg].start_address_ = address; in DecodeDebugLocalInfo()
Ddex_file.h657 uint32_t start_address_ = 0; // PC location where the local is first defined. member
/art/openjdkjvmti/
Dti_method.cc270 .start_location = static_cast<jlocation>(entry.start_address_), in GetLocalVariableTable()
271 .length = static_cast<jint>(entry.end_address_ - entry.start_address_), in GetLocalVariableTable()
759 if (!found && entry.start_address_ <= dex_pc && entry.end_address_ > dex_pc && in GetSlotType()
/art/compiler/debug/
Delf_debug_info_writer.h262 var.start_address_, in Write()
/art/dexdump/
Ddexdump.cc1321 entry.start_address_, in dumpCode()