Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder.cc42 if (decoder.DecodeLocals(decoder.pc(), &length, 0) < 0) { in DecodeLocalDecls()
H A Dfunction-body-decoder-impl.h1111 int DecodeLocals(const byte* pc, uint32_t* total_length, in DecodeLocals() function in v8::internal::wasm::WasmDecoder
1212 int new_locals_count = decoder->DecodeLocals( in AnalyzeLoopAssignment()
1619 int new_locals_count = decoder->DecodeLocals( in OpcodeLength()
2241 this->DecodeLocals(this->pc(), &locals_length, params_count); in Decode()
2804 this->DecodeLocals(this->pc() + 1 + imm.length, &locals_length, 0); in DECODE()

Completed in 9 milliseconds