Home | History | Annotate | Download | only in src

Lines Matching defs:PolymorphicCodeCache

446   V(POLYMORPHIC_CODE_CACHE, PolymorphicCodeCache, polymorphic_code_cache)      \
6522 class PolymorphicCodeCache: public Struct {
6526 static void Update(Handle<PolymorphicCodeCache> cache,
6538 static inline PolymorphicCodeCache* cast(Object* obj);
6554 DISALLOW_IMPLICIT_CONSTRUCTORS(PolymorphicCodeCache);