Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc769 local_in_reg[arg_reg].start_address_ = 0; in DecodeDebugInfo0()
789 local_in_reg[arg_reg].start_address_ = address; in DecodeDebugInfo0()
852 local_in_reg[reg].start_address_ = address; in DecodeDebugInfo0()
888 local_in_reg[reg].start_address_ = address; in DecodeDebugInfo0()
Ddex_file.h804 : name_(NULL), descriptor_(NULL), signature_(NULL), start_address_(0), is_live_(false) {} in LocalInfo()
809 uint16_t start_address_; // PC location where the local is first defined. member
828 local_cb(context, reg, local_in_reg[reg].start_address_, end_address, in InvokeLocalCbIfLive()