HomeSort by relevance Sort by last modified time
    Searched refs:BoundsCheckKey (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
hydrogen-bce.h 15 class BoundsCheckKey;
20 INLINE(BoundsCheckBbData** LookupOrInsert(BoundsCheckKey* key, Zone* zone));
21 INLINE(void Insert(BoundsCheckKey* key, BoundsCheckBbData* data, Zone* zone));
22 INLINE(void Delete(BoundsCheckKey* key));
hydrogen-bce.cc 19 // The class BoundsCheckKey represents this key.
20 class BoundsCheckKey : public ZoneObject {
29 static BoundsCheckKey* Create(Zone* zone,
67 return new(zone) BoundsCheckKey(index_base, check->length());
71 BoundsCheckKey(HValue* index_base, HValue* length)
78 DISALLOW_COPY_AND_ASSIGN(BoundsCheckKey);
84 // (the key is BoundsCheckKey).
98 BoundsCheckKey* Key() const { return key_; }
195 BoundsCheckBbData(BoundsCheckKey* key,
213 BoundsCheckKey* key_
    [all...]

Completed in 53 milliseconds