Lines Matching refs:Validate
280 inline bool Validate(const byte* pc, LocalIndexOperand& operand) { in Validate() function in v8::internal::wasm::WasmDecoder
293 inline bool Validate(const byte* pc, GlobalIndexOperand& operand) { in Validate() function in v8::internal::wasm::WasmDecoder
311 inline bool Validate(const byte* pc, CallFunctionOperand& operand) { in Validate() function in v8::internal::wasm::WasmDecoder
327 inline bool Validate(const byte* pc, CallIndirectOperand& operand) { in Validate() function in v8::internal::wasm::WasmDecoder
339 inline bool Validate(const byte* pc, BreakDepthOperand& operand, in Validate() function in v8::internal::wasm::WasmDecoder
349 bool Validate(const byte* pc, BranchTableOperand& operand, in Validate() function in v8::internal::wasm::WasmDecoder
355 inline bool Validate(const byte* pc, WasmOpcode opcode, in Validate() function in v8::internal::wasm::WasmDecoder
385 inline bool Validate(const byte* pc, WasmOpcode opcode, in Validate() function in v8::internal::wasm::WasmDecoder
793 if (Validate(pc_, operand)) { in DecodeFunctionBody()
936 if (Validate(pc_, operand, control_)) { in DecodeFunctionBody()
946 if (ok() && Validate(pc_, operand, control_)) { in DecodeFunctionBody()
961 if (Validate(pc_, operand, control_.size())) { in DecodeFunctionBody()
1060 if (Validate(pc_, operand)) { in DecodeFunctionBody()
1072 if (Validate(pc_, operand)) { in DecodeFunctionBody()
1081 if (Validate(pc_, operand)) { in DecodeFunctionBody()
1095 if (Validate(pc_, operand)) { in DecodeFunctionBody()
1103 if (Validate(pc_, operand)) { in DecodeFunctionBody()
1206 if (Validate(pc_, operand)) { in DecodeFunctionBody()
1217 if (Validate(pc_, operand)) { in DecodeFunctionBody()
1431 if (Validate(pc_, opcode, operand)) { in SimdExtractLane()
1442 if (Validate(pc_, opcode, operand)) { in SimdReplaceLane()
1454 if (Validate(pc_, opcode, operand)) { in SimdShiftOp()