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

  /external/v8/src/
hydrogen.h 47 class HLoopInformation;
69 HLoopInformation* loop_information() const { return loop_information_; }
179 HLoopInformation* loop_information_;
212 class HLoopInformation: public ZoneObject {
214 explicit HLoopInformation(HBasicBlock* loop_header)
221 virtual ~HLoopInformation() {}
341 void PostorderLoopBlocks(HLoopInformation* loop,
    [all...]
  /external/chromium_org/v8/src/
hydrogen.h 48 class HLoopInformation;
71 HLoopInformation* loop_information() const { return loop_information_; }
72 HLoopInformation* current_loop() const {
202 HLoopInformation* loop_information_;
258 class HLoopInformation: public ZoneObject {
260 HLoopInformation(HBasicBlock* loop_header, Zone* zone)
267 virtual ~HLoopInformation() {}
280 bool IsNestedInThisLoop(HLoopInformation* other) {
289 HLoopInformation* parent_loop() {
    [all...]

Completed in 39 milliseconds