Searched refs:arg_reg (Results 1 – 2 of 2) sorted by relevance
993 uint16_t arg_reg = code_item->registers_size_ - code_item->ins_size_; in DecodeDebugLocalInfo() local996 local_in_reg[arg_reg].name_ = "this"; in DecodeDebugLocalInfo()997 local_in_reg[arg_reg].descriptor_ = descriptor; in DecodeDebugLocalInfo()998 local_in_reg[arg_reg].signature_ = nullptr; in DecodeDebugLocalInfo()999 local_in_reg[arg_reg].start_address_ = 0; in DecodeDebugLocalInfo()1000 local_in_reg[arg_reg].reg_ = arg_reg; in DecodeDebugLocalInfo()1001 local_in_reg[arg_reg].is_live_ = true; in DecodeDebugLocalInfo()1002 arg_reg++; in DecodeDebugLocalInfo()1010 if (arg_reg >= code_item->registers_size_) { in DecodeDebugLocalInfo()1011 LOG(ERROR) << "invalid stream - arg reg >= reg size (" << arg_reg in DecodeDebugLocalInfo()[all …]
196 uint32_t arg_reg = 0; in Write() local204 const uint32_t vreg = dex_code->registers_size_ - dex_code->ins_size_ + arg_reg; in Write()208 arg_reg++; in Write()224 const uint32_t vreg = dex_code->registers_size_ - dex_code->ins_size_ + arg_reg; in Write()227 arg_reg += is64bitValue ? 2 : 1; in Write()231 DCHECK_EQ(arg_reg, dex_code->ins_size_); in Write()