Home | History | Annotate | Download | only in oatdump

Lines Matching refs:kinds

572     std::vector<int32_t> kinds = verifier->DescribeVRegs(dex_pc);
575 VRegKind kind = static_cast<VRegKind>(kinds.at(reg * 2));
586 os << "Imprecise Constant: " << kinds.at((reg * 2) + 1) << ", ";
590 os << "Constant: " << kinds.at((reg * 2) + 1);