Home | History | Annotate | Download | only in runtime

Lines Matching defs:src4

1253       const uint32_t* src4 = reinterpret_cast<uint32_t*>(a->GetRawData(sizeof(uint32_t), 0));
1254 for (int i = 0; i < count; ++i) JDWP::Write4BE(&dst, src4[offset + i]);