Searched defs:loop_information (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dhydrogen.h69 HLoopInformation* loop_information() const { return loop_information_; } function in class:v8::internal::HBasicBlock
96 bool IsLoopHeader() const { return loop_information() != NULL; }
/external/chromium_org/v8/src/
H A Dhydrogen.h72 HLoopInformation* loop_information() const { return loop_information_; } function in class:v8::internal::V8_FINAL
74 return IsLoopHeader() ? loop_information()
76 ? parent_loop_header()->loop_information() : NULL);
106 bool IsLoopHeader() const { return loop_information() != NULL; }
301 return parent_header != NULL ? parent_header->loop_information() : NULL;

Completed in 162 milliseconds