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

/external/chromium_org/v8/src/
H A Dobjects.h534 V(POLYMORPHIC_CODE_CACHE, PolymorphicCodeCache, polymorphic_code_cache) \
7984 class PolymorphicCodeCache: public Struct { class in namespace:v8::internal
7988 static void Update(Handle<PolymorphicCodeCache> cache,
7997 DECLARE_CAST(PolymorphicCodeCache)
8000 DECLARE_PRINTER(PolymorphicCodeCache)
8001 DECLARE_VERIFIER(PolymorphicCodeCache)
8007 DISALLOW_IMPLICIT_CONSTRUCTORS(PolymorphicCodeCache);

Completed in 636 milliseconds