Home | History | Annotate | Download | only in runtime

Lines Matching refs:src8

1322       const uint64_t* src8 = reinterpret_cast<uint64_t*>(a->GetRawData(sizeof(uint64_t), 0));
1323 for (int i = 0; i < count; ++i) JDWP::Write8BE(&dst, src8[offset + i]);