Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h1534 bool ValidateType(const byte* pc, IndexImmediate<validate>& imm) { in ValidateType() function in v8::internal::wasm::WasmDecoder
4439 if (!this->ValidateType(this->pc_ + opcode_length, imm)) return 0; in DecodeGCOpcode()
4453 if (!this->ValidateType(this->pc_ + opcode_length, imm)) return 0; in DecodeGCOpcode()
4509 if (!this->ValidateType(this->pc_ + opcode_length, imm)) return 0; in DecodeGCOpcode()
4581 if (!this->ValidateType(this->pc_ + opcode_length, imm)) return 0; in DecodeGCOpcode()
4666 if (!this->ValidateType(this->pc_ + opcode_length, imm)) return 0; in DecodeGCOpcode()

Completed in 9 milliseconds