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 49 class HLoopInformation;
72 HLoopInformation* loop_information() const { return loop_information_; }
73 HLoopInformation* current_loop() const {
212 HLoopInformation* loop_information_;
268 class HLoopInformation V8_FINAL : public ZoneObject {
270 HLoopInformation(HBasicBlock* loop_header, Zone* zone)
277 ~HLoopInformation() {}
290 bool IsNestedInThisLoop(HLoopInformation* other) {
299 HLoopInformation* parent_loop() {
    [all...]

Completed in 118 milliseconds