Home
last modified time | relevance | path

Searched refs:EnsureStackSpace (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h2384 EnsureStackSpace(1); in DecodeFunctionBody()
2655 EnsureStackSpace(static_cast<int>(sig->parameter_count())); in DECODE()
3655 EnsureStackSpace(additional_values); in EnsureStackArguments_Slow()
5113 V8_INLINE void EnsureStackSpace(int slots_needed) { in EnsureStackSpace() function in v8::internal::wasm::WasmFullDecoder
5136 // {EnsureStackSpace} should have been called before, either in the central in Push()
5150 // {EnsureStackSpace} should have been called before in the central in PushMergeValues()
5155 EnsureStackSpace(merge->arity); in PushMergeValues()
5171 EnsureStackSpace(static_cast<int>(values.size())); in PushReturns()
5328 // EnsureStackSpace may have inserted unreachable values into the bottom in TypeCheckStackAgainstMerge()

Completed in 8 milliseconds