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

  /external/v8/src/compiler/
frame.h 106 inline int GetTotalFrameSlotCount() const { return frame_slot_count_; }
120 frame_slot_count_ = slots;
140 int delta = frame_slot_count_ & 1;
141 frame_slot_count_ += delta;
147 frame_slot_count_ += count;
154 int frame_slot_count_before = frame_slot_count_;
156 spill_slot_count_ += (frame_slot_count_ - frame_slot_count_before);
165 frame_slot_count_ += static_cast<int>(slot_count);
166 return frame_slot_count_ - 1;
178 frame_slot_count_++
186 int frame_slot_count_; member in class:v8::internal::compiler::Frame
    [all...]
frame.cc 18 frame_slot_count_(fixed_frame_size_in_slots),

Completed in 94 milliseconds