Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-linkage.h227 int NextStackSlot(MachineRepresentation type) { in NextStackSlot() function
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc8543 int index = -1 - (slot_offset_ + allocator_.NextStackSlot(rep)); in Next()