Home | History | Annotate | Download | only in src

Lines Matching full:henterinlined

224   // For blocks marked as inline return target: the block with HEnterInlined.
564 HEnterInlined* entry() const { return entry_; }
565 void set_entry(HEnterInlined* entry) { entry_ = entry; }
733 HEnterInlined* entry_;
906 HEnterInlined* entry() { return entry_; }
907 void set_entry(HEnterInlined* entry) { entry_ = entry; }
943 // When inlining HEnterInlined instruction corresponding to the function
945 HEnterInlined* entry_;