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

  /external/v8/src/crankshaft/
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,
68 return new(zone) BoundsCheckKey(index_base, check->length());
72 BoundsCheckKey(HValue* index_base, HValue* length)
79 DISALLOW_COPY_AND_ASSIGN(BoundsCheckKey);
85 // (the key is BoundsCheckKey).
99 BoundsCheckKey* Key() const { return key_; }
196 BoundsCheckBbData(BoundsCheckKey* key,
214 BoundsCheckKey* key_
    [all...]

Completed in 82 milliseconds