Home | History | Annotate | Download | only in vm

Lines Matching defs:fromData

1084     static inline const GuardedCopy* fromData(const void* dataBuf) {
1128 const GuardedCopy* pExtra = GuardedCopy::fromData(dataBuf);
1144 const GuardedCopy* pExtra = GuardedCopy::fromData(dataBuf);
1301 size_t len = GuardedCopy::fromData(dataBuf)->originalLen;
1309 result = (u1*) (void*) GuardedCopy::fromData(dataBuf)->originalPtr;