Home
last modified time | relevance | path

Searched refs:preGuard (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DPoolAlloc.h53 memset(preGuard(), guardBlockBeginVal, guardBlockSize); in size()
60 checkGuardBlock(preGuard(), guardBlockBeginVal, "before"); in check()
81 unsigned char* preGuard() const { return mem + headerSize(); } in preGuard() function
82 unsigned char* data() const { return preGuard() + guardBlockSize; } in data()