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

/external/v8/src/
H A Dobjects.h446 V(POLYMORPHIC_CODE_CACHE, PolymorphicCodeCache, polymorphic_code_cache) \
6522 class PolymorphicCodeCache: public Struct { class in namespace:v8::internal
6526 static void Update(Handle<PolymorphicCodeCache> cache,
6538 static inline PolymorphicCodeCache* cast(Object* obj);
6554 DISALLOW_IMPLICIT_CONSTRUCTORS(PolymorphicCodeCache);

Completed in 61 milliseconds