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

  /external/chromium_org/v8/src/
hydrogen-bce.h 37 class BoundsCheckBbData;
43 INLINE(BoundsCheckBbData** LookupOrInsert(BoundsCheckKey* key, Zone* zone));
44 INLINE(void Insert(BoundsCheckKey* key, BoundsCheckBbData* data, Zone* zone));
63 BoundsCheckBbData* PreProcessBlock(HBasicBlock* bb);
64 void PostProcessBlock(HBasicBlock* bb, BoundsCheckBbData* data);
hydrogen-bce.cc 118 class BoundsCheckBbData: public ZoneObject {
126 BoundsCheckBbData* NextInBasicBlock() const { return next_in_bb_; }
127 BoundsCheckBbData* FatherInDominatorTree() const { return father_in_dt_; }
189 BoundsCheckBbData(BoundsCheckKey* key,
195 BoundsCheckBbData* next_in_bb,
196 BoundsCheckBbData* father_in_dt)
213 BoundsCheckBbData* next_in_bb_;
214 BoundsCheckBbData* father_in_dt_;
265 DISALLOW_COPY_AND_ASSIGN(BoundsCheckBbData);
281 BoundsCheckBbData** BoundsCheckTable::LookupOrInsert(BoundsCheckKey* key
    [all...]

Completed in 122 milliseconds