Home
last modified time | relevance | path

Searched refs:fixed_slot_count_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dframe.h100 inline int GetFixedSlotCount() const { return fixed_slot_count_; } in GetFixedSlotCount()
140 fixed_slot_count_ + spill_slot_count_ + return_slot_count_); in AllocateSpillSlot()
185 int fixed_slot_count_; member in v8::internal::compiler::Frame
H A Dframe.cc14 : fixed_slot_count_(fixed_frame_size_in_slots), in Frame()

Completed in 1 milliseconds