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

  /external/v8/src/crankshaft/
hydrogen-bce.h 14 class BoundsCheckBbData;
20 INLINE(BoundsCheckBbData** LookupOrInsert(BoundsCheckKey* key, Zone* zone));
21 INLINE(void Insert(BoundsCheckKey* key, BoundsCheckBbData* data, Zone* zone));
40 BoundsCheckBbData* PreProcessBlock(HBasicBlock* bb);
41 void PostProcessBlock(HBasicBlock* bb, BoundsCheckBbData* data);
hydrogen-bce.cc 97 class BoundsCheckBbData: public ZoneObject {
105 BoundsCheckBbData* NextInBasicBlock() const { return next_in_bb_; }
106 BoundsCheckBbData* FatherInDominatorTree() const { return father_in_dt_; }
115 BoundsCheckBbData* data = FatherInDominatorTree();
124 BoundsCheckBbData* data = FatherInDominatorTree();
196 BoundsCheckBbData(BoundsCheckKey* key,
202 BoundsCheckBbData* next_in_bb,
203 BoundsCheckBbData* father_in_dt)
220 BoundsCheckBbData* next_in_bb_;
221 BoundsCheckBbData* father_in_dt_
    [all...]

Completed in 160 milliseconds