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

/external/chromium_org/v8/src/
H A Dhydrogen.h50 HLoopInformation* loop_information() const { return loop_information_; } function in class:v8::internal::FINAL
52 return IsLoopHeader() ? loop_information()
54 ? parent_loop_header()->loop_information() : NULL);
84 bool IsLoopHeader() const { return loop_information() != NULL; }
289 return parent_header != NULL ? parent_header->loop_information() : NULL;

Completed in 193 milliseconds