Home
last modified time | relevance | path

Searched refs:fixed_frame_size_in_slots (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dframe.cc13 Frame::Frame(int fixed_frame_size_in_slots) in Frame() argument
14 : fixed_slot_count_(fixed_frame_size_in_slots), in Frame()
17 slot_allocator_.AllocateUnaligned(fixed_frame_size_in_slots); in Frame()
Dframe.h93 explicit Frame(int fixed_frame_size_in_slots);