Lines Matching defs:map
15 // It maps (map, name, type) to property access handlers. The cache does not
41 // {map} is a tagged Map pointer, may be cleared by setting to Smi::zero().
42 StrongTaggedValue map;
46 // Access cache for entry hash(name, map).
47 void Set(Name name, Map map, MaybeObject handler);
48 MaybeObject Get(Name name, Map map);
61 reinterpret_cast<Address>(&first_entry(table)->map));
98 static int PrimaryOffsetForTesting(Name name, Map map);
99 static int SecondaryOffsetForTesting(Name name, Map map);
117 static int PrimaryOffset(Name name, Map map);
122 static int SecondaryOffset(Name name, Map map);