Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dframe.h234 int frame_slot_count = in GetSPToFPSlotCount() local
237 return frame_slot_count + sp_delta(); in GetSPToFPSlotCount()
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1887 uint32_t frame_slot_count = compiler->GetTotalFrameSlotCount(); in ExecuteCompilation() local
1891 wasm_unit_->func_index_, desc, frame_slot_count, safepoint_table_offset, in ExecuteCompilation()