Home | History | Annotate | Download | only in src

Lines Matching refs:PrototypeInfo

148 //       - PrototypeInfo
529 V(PROTOTYPE_INFO, PrototypeInfo, prototype_info) \
5599 class PrototypeInfo;
5817 // PrototypeInfo is created lazily using this helper (which installs it on
5819 static Handle<PrototypeInfo> GetOrCreatePrototypeInfo(
5821 static Handle<PrototypeInfo> GetOrCreatePrototypeInfo(
5828 // stored in that object's map's PrototypeInfo, indicates that prototype
5840 // in PrototypeInfo which is created lazily.
6175 // For prototype maps, this slot is used to store this map's PrototypeInfo
6442 class PrototypeInfo : public Struct {
6454 static inline void SetObjectCreateMap(Handle<PrototypeInfo> info,
6476 DECLARE_CAST(PrototypeInfo)
6479 DECLARE_PRINTER(PrototypeInfo)
6480 DECLARE_VERIFIER(PrototypeInfo)
6496 DISALLOW_IMPLICIT_CONSTRUCTORS(PrototypeInfo);