Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-linkage.h217 int NextStackSlot(MachineRepresentation type) { in NextStackSlot() function
/external/v8/src/compiler/
Dwasm-compiler.cc5252 int index = -1 - allocator_.NextStackSlot(rep); in Next()