Home | History | Annotate | Download | only in src

Lines Matching defs:PolymorphicCodeCache

563   V(POLYMORPHIC_CODE_CACHE, PolymorphicCodeCache, polymorphic_code_cache)      \
7696 class PolymorphicCodeCache: public Struct {
7700 static void Update(Handle<PolymorphicCodeCache> cache,
7712 static inline PolymorphicCodeCache* cast(Object* obj);
7715 DECLARE_PRINTER(PolymorphicCodeCache)
7716 DECLARE_VERIFIER(PolymorphicCodeCache)
7722 DISALLOW_IMPLICIT_CONSTRUCTORS(PolymorphicCodeCache);