Home | History | Annotate | Download | only in runtime

Lines Matching refs:src4

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