Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h1211 uint32_t locals_length; in AnalyzeLoopAssignment() local
1213 pc + 1 + imm.length, &locals_length, base::Optional<uint32_t>()); in AnalyzeLoopAssignment()
1618 uint32_t locals_length; in OpcodeLength() local
1620 pc + 1 + imm.length, &locals_length, base::Optional<uint32_t>()); in OpcodeLength()
1621 return 1 + imm.length + ((new_locals_count >= 0) ? locals_length : 0); in OpcodeLength()
2240 uint32_t locals_length; in Decode() local
2241 this->DecodeLocals(this->pc(), &locals_length, params_count); in Decode()
2243 this->consume_bytes(locals_length); in Decode()
2802 uint32_t locals_length; in DECODE()
2804 this->DecodeLocals(this->pc() + 1 + imm.length, &locals_length, in DECODE()
[all...]

Completed in 6 milliseconds