HomeSort by relevance Sort by last modified time
    Searched refs:checkGuardBlock (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/
PoolAlloc.h 60 checkGuardBlock(preGuard(), guardBlockBeginVal, "before");
61 checkGuardBlock(postGuard(), guardBlockEndVal, "after");
78 void checkGuardBlock(unsigned char* blockMem, unsigned char val, const char* locText) const;
PoolAlloc.cpp 130 void TAllocation::checkGuardBlock(unsigned char* blockMem, unsigned char val, const char* locText) const

Completed in 47 milliseconds