Home | History | Annotate | Download | only in src

Lines Matching defs:from

27   OffsetRange(int from, int to) : from(from), to(to) {}
28 int from;
345 // Adds offset range [from, to) where fp register does not point
348 inline void AddNoFrameRange(int from, int to) {
349 if (no_frame_ranges_) no_frame_ranges_->Add(OffsetRange(from, to));
475 // The zone from which the compilation pipeline working on this
553 // A wrapper around a CompilationInfo that detaches the Handles from
577 // fail, bail-out to the full code generator or succeed. Apart from
716 // Generate and return code from previously queued optimization job.