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

/external/chromium_org/v8/tools/
H A Dgrokdump.py1390 class CodeCache(HeapObject): class in inherits:HeapObject
1403 p.Print("CodeCache(%s) {" % self.heap.reader.FormatIntPtr(self.address))
1467 "CODE_CACHE_TYPE": CodeCache,
/external/v8/src/
H A Dobjects.h123 // - CodeCache
445 V(CODE_CACHE, CodeCache, code_cache) \
6426 class CodeCache: public Struct { class in namespace:v8::internal
6447 static inline CodeCache* cast(Object* obj);
6476 DISALLOW_IMPLICIT_CONSTRUCTORS(CodeCache);
/external/chromium_org/v8/src/
H A Dobjects.h152 // - CodeCache
564 V(CODE_CACHE, CodeCache, code_cache) \
7921 class CodeCache: public Struct { class in namespace:v8::internal
7942 static inline CodeCache* cast(Object* obj);
7945 DECLARE_PRINTER(CodeCache)
7946 DECLARE_VERIFIER(CodeCache)
7965 DISALLOW_IMPLICIT_CONSTRUCTORS(CodeCache);

Completed in 167 milliseconds