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

  /external/v8/src/compiler/
frame.h 24 spill_slot_count_(0),
29 inline int GetSpillSlotCount() { return spill_slot_count_; }
58 spill_slot_count_++;
59 spill_slot_count_ |= 1;
63 return spill_slot_count_++;
68 int spill_slot_count_; member in class:v8::internal::compiler::Frame
  /external/v8/src/
lithium.h 630 int spill_slot_count() const { return spill_slot_count_; }
679 int spill_slot_count_; member in class:v8::internal::LChunk

Completed in 36 milliseconds