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

  /external/v8/src/crankshaft/
lithium.h 643 return current_frame_slots_ != base_frame_slots_;
646 return current_frame_slots_ - base_frame_slots_;
689 int base_frame_slots_; member in class:v8::internal::LChunk
lithium.cc 257 : base_frame_slots_(info->IsStub()
260 current_frame_slots_(base_frame_slots_),

Completed in 73 milliseconds