Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc776 local_in_reg[arg_reg].start_address_ = 0; in DecodeDebugInfo0()
796 local_in_reg[arg_reg].start_address_ = address; in DecodeDebugInfo0()
859 local_in_reg[reg].start_address_ = address; in DecodeDebugInfo0()
895 local_in_reg[reg].start_address_ = address; in DecodeDebugInfo0()
Ddex_file.h808 : name_(NULL), descriptor_(NULL), signature_(NULL), start_address_(0), is_live_(false) {} in LocalInfo()
813 uint16_t start_address_; // PC location where the local is first defined. member
832 local_cb(context, reg, local_in_reg[reg].start_address_, end_address, in InvokeLocalCbIfLive()