Searched refs:BoundsCheckKey (Results 1 – 2 of 2) sorted by relevance
20 class BoundsCheckKey : public ZoneObject { class29 static BoundsCheckKey* Create(Zone* zone, in Create()68 return new(zone) BoundsCheckKey(index_base, check->length()); in Create()72 BoundsCheckKey(HValue* index_base, HValue* length) in BoundsCheckKey() function in v8::internal::BoundsCheckKey79 DISALLOW_COPY_AND_ASSIGN(BoundsCheckKey);99 BoundsCheckKey* Key() const { return key_; } in Key()196 BoundsCheckBbData(BoundsCheckKey* key, in BoundsCheckBbData()214 BoundsCheckKey* key_;305 BoundsCheckKey* k1 = static_cast<BoundsCheckKey*>(key1); in BoundsCheckKeyMatch()306 BoundsCheckKey* k2 = static_cast<BoundsCheckKey*>(key2); in BoundsCheckKeyMatch()[all …]
15 class BoundsCheckKey; variable20 INLINE(BoundsCheckBbData** LookupOrInsert(BoundsCheckKey* key, Zone* zone));21 INLINE(void Insert(BoundsCheckKey* key, BoundsCheckBbData* data, Zone* zone));22 INLINE(void Delete(BoundsCheckKey* key));