Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dwasm-limits.h47 constexpr size_t kV8MaxWasmFunctionSize = 7654321; member
H A Dmodule-decoder.cc1110 if (size > kV8MaxWasmFunctionSize) { in DecodeCodeSection()
1112 kV8MaxWasmFunctionSize); in DecodeCodeSection()
2358 if (size > kV8MaxWasmFunctionSize) { in DecodeWasmFunctionForTesting()
2361 kV8MaxWasmFunctionSize, size}}; in DecodeWasmFunctionForTesting()
H A Dstreaming-decoder.cc483 : DecodeVarInt32(kV8MaxWasmFunctionSize, "function body size"), in DecodeFunctionLength()
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.cc820 if (current_function_builder_->GetPosition() > kV8MaxWasmFunctionSize) { in ValidateFunction()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc548 STATIC_ASSERT(kV8MaxWasmFunctionSize < std::numeric_limits<int>::max()); in GetFeedbackVectorSlots()

Completed in 17 milliseconds