Searched refs:arg_reg (Results 1 – 2 of 2) sorted by relevance
243 uint16_t arg_reg = registers_size - ins_size; in DecodeDebugLocalInfo() local246 local_in_reg[arg_reg].name_ = "this"; in DecodeDebugLocalInfo()247 local_in_reg[arg_reg].descriptor_ = descriptor; in DecodeDebugLocalInfo()248 local_in_reg[arg_reg].signature_ = nullptr; in DecodeDebugLocalInfo()249 local_in_reg[arg_reg].start_address_ = 0; in DecodeDebugLocalInfo()250 local_in_reg[arg_reg].reg_ = arg_reg; in DecodeDebugLocalInfo()251 local_in_reg[arg_reg].is_live_ = true; in DecodeDebugLocalInfo()252 arg_reg++; in DecodeDebugLocalInfo()264 if (arg_reg >= registers_size) { in DecodeDebugLocalInfo()265 LOG(ERROR) << "invalid stream - arg reg >= reg size (" << arg_reg in DecodeDebugLocalInfo()[all …]
222 uint32_t arg_reg = 0; in Write() local230 const uint32_t vreg = accessor.RegistersSize() - accessor.InsSize() + arg_reg; in Write()234 arg_reg++; in Write()250 const uint32_t vreg = accessor.RegistersSize() - accessor.InsSize() + arg_reg; in Write()253 arg_reg += is64bitValue ? 2 : 1; in Write()257 DCHECK_EQ(arg_reg, accessor.InsSize()); in Write()