Searched defs:CodeCacheHashTable (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dobjects.h79 // - CodeCacheHashTable
839 V(CodeCacheHashTable) \
6503 class CodeCacheHashTable: public HashTable<CodeCacheHashTableShape, class in namespace:v8::internal
6512 static inline CodeCacheHashTable* cast(Object* obj);
6518 DISALLOW_IMPLICIT_CONSTRUCTORS(CodeCacheHashTable);

Completed in 93 milliseconds