Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-compiler.cc1864 const int stack_slot_bytes = (input1 == nullptr ? 1 : 2) * type_size; in BuildCFuncInstruction() local
1866 graph()->NewNode(mcgraph()->machine()->StackSlot(stack_slot_bytes)); in BuildCFuncInstruction()