HomeSort by relevance Sort by last modified time
    Searched refs:output_count_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
deoptimizer.h 438 int output_count() const { return output_count_; }
491 return OFFSET_OF(Deoptimizer, output_count_);
613 int output_count_; member in class:v8::internal::Deoptimizer
    [all...]
deoptimizer.cc 489 output_count_(0),
574 for (int i = 0; i < output_count_; ++i) {
771 output_count_ = static_cast<int>(count);
815 int index = output_count_ - 1; // Index of the topmost frame.
834 bool is_topmost = (output_count_ - 1 == frame_index);
874 CHECK(frame_index >= 0 && frame_index < output_count_);
    [all...]

Completed in 48 milliseconds