Home
last modified time | relevance | path

Searched refs:BoundsCheckKey (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen-bce.cc20 class BoundsCheckKey : public ZoneObject { class
29 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::BoundsCheckKey
79 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 …]
Dhydrogen-bce.h15 class BoundsCheckKey; variable
20 INLINE(BoundsCheckBbData** LookupOrInsert(BoundsCheckKey* key, Zone* zone));
21 INLINE(void Insert(BoundsCheckKey* key, BoundsCheckBbData* data, Zone* zone));
22 INLINE(void Delete(BoundsCheckKey* key));