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

  /external/v8/src/
hydrogen.h 69 HLoopInformation* loop_information() const { return loop_information_; } function in class:v8::internal::HBasicBlock
96 bool IsLoopHeader() const { return loop_information() != NULL; }
    [all...]
  /external/chromium_org/v8/src/
hydrogen.h 71 HLoopInformation* loop_information() const { return loop_information_; } function in class:v8::internal::HBasicBlock
73 return IsLoopHeader() ? loop_information()
75 ? parent_loop_header()->loop_information() : NULL);
105 bool IsLoopHeader() const { return loop_information() != NULL; }
291 return parent_header != NULL ? parent_header->loop_information() : NULL;
    [all...]

Completed in 40 milliseconds