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

/art/runtime/
H A Ddex_file.cc829 local_in_reg[arg_reg].start_address_ = 0;
849 local_in_reg[arg_reg].start_address_ = address;
912 local_in_reg[reg].start_address_ = address;
948 local_in_reg[reg].start_address_ = address;
H A Ddex_file.h825 : name_(nullptr), descriptor_(nullptr), signature_(nullptr), start_address_(0),
831 uint16_t start_address_; // PC location where the local is first defined. member in struct:art::DexFile::LocalInfo
850 local_cb(context, reg, local_in_reg[reg].start_address_, end_address,

Completed in 36 milliseconds