Searched refs:GuardExtra (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/
H A DCheckJni.c950 #define kGuardExtra sizeof(GuardExtra)
953 typedef struct GuardExtra { struct
958 } GuardExtra; typedef in typeref:struct:GuardExtra
960 /* find the GuardExtra given the pointer into the "live" data */
961 inline static GuardExtra* getGuardExtra(const void* dataBuf)
964 return (GuardExtra*) fullBuf;
975 GuardExtra* pExtra;
1003 pExtra = (GuardExtra*) newBuf;
1022 const GuardExtra* pExtra = getGuardExtra(dataBuf);
1102 const GuardExtra* pExtr
[all...]

Completed in 19 milliseconds