Searched refs:kValidate (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/wasm/ |
D | decoder.h | 41 enum ValidateFlag : bool { kValidate = true, kNoValidate = false }; enumerator 148 return read_leb<uint32_t, kValidate, kAdvancePc, kTrace>(pc_, &length, 155 return read_leb<int32_t, kValidate, kAdvancePc, kTrace>(pc_, &length, name);
|
D | function-body-decoder.cc | 64 static constexpr Decoder::ValidateFlag validate = Decoder::kValidate; 815 if (WasmDecoder<Decoder::kValidate>::DecodeLocals(enabled, &decoder, nullptr, in DecodeLocalDecls() 840 WasmFullDecoder<Decoder::kValidate, EmptyInterface> decoder( in VerifyWasmCode() 852 WasmFullDecoder<Decoder::kValidate, WasmGraphBuildingInterface> decoder( in BuildTFGraph() 1070 return WasmDecoder<Decoder::kValidate>::AnalyzeLoopAssignment( in AnalyzeLoopAssignmentForTesting()
|
D | function-body-decoder-impl.h | 779 LocalIndexImmediate<Decoder::kValidate> imm(decoder, pc); in AnalyzeLoopAssignment() 810 LocalIndexImmediate<Decoder::kValidate>& imm) { in Validate() 1037 LocalIndexImmediate<Decoder::kValidate> imm(decoder, pc); in OpcodeLength() 1469 ExceptionIndexImmediate<Decoder::kValidate> imm(this, this->pc_); in DecodeFunctionBody() 1493 ExceptionIndexImmediate<Decoder::kValidate> imm(this, this->pc_); in DecodeFunctionBody() 1745 LocalIndexImmediate<Decoder::kValidate> imm(this, this->pc_); in DecodeFunctionBody() 1753 LocalIndexImmediate<Decoder::kValidate> imm(this, this->pc_); in DecodeFunctionBody() 1761 LocalIndexImmediate<Decoder::kValidate> imm(this, this->pc_); in DecodeFunctionBody() 2494 static constexpr Decoder::ValidateFlag validate = Decoder::kValidate;
|
D | module-decoder.cc | 1206 GlobalIndexImmediate<Decoder::kValidate> imm(this, pc() - 1); in consume_init_expr() 1228 ImmI32Immediate<Decoder::kValidate> imm(this, pc() - 1); in consume_init_expr() 1235 ImmF32Immediate<Decoder::kValidate> imm(this, pc() - 1); in consume_init_expr() 1242 ImmI64Immediate<Decoder::kValidate> imm(this, pc() - 1); in consume_init_expr() 1249 ImmF64Immediate<Decoder::kValidate> imm(this, pc() - 1); in consume_init_expr()
|
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 101 static constexpr Decoder::ValidateFlag validate = Decoder::kValidate; 1857 WasmFullDecoder<Decoder::kValidate, LiftoffCompiler> decoder( in ExecuteCompilation()
|