Home | History | Annotate | Download | only in oatdump

Lines Matching refs:out_reg

1061       for (size_t out_reg = 0; out_reg < num_outs; out_reg++) {
1062 if (out_reg == 0) {
1066 uint32_t offset = StackVisitor::GetOutVROffset(out_reg, GetInstructionSet());
1067 os << " v" << out_reg << "[sp + #" << offset << "]";