Home
last modified time | relevance | path

Searched refs:kNoValidate (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/wasm/
Dwasm-text.cc103 BlockTypeImmediate<Decoder::kNoValidate> imm(kAllWasmFeatures, &i, in PrintWasmText()
116 BreakDepthImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in PrintWasmText()
128 BranchTableImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in PrintWasmText()
129 BranchTableIterator<Decoder::kNoValidate> iterator(&i, imm); in PrintWasmText()
135 CallIndirectImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in PrintWasmText()
141 CallFunctionImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in PrintWasmText()
148 LocalIndexImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in PrintWasmText()
154 ExceptionIndexImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in PrintWasmText()
160 GlobalIndexImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in PrintWasmText()
166 Imm##type##Immediate<Decoder::kNoValidate> imm(&i, i.pc()); \ in PrintWasmText()
[all …]
Dfunction-body-decoder.h176 read_u8<Decoder::kNoValidate>(pc_, "expected bytecode")); in NON_EXPORTED_BASE()
189 byte prefix = read_u8<Decoder::kNoValidate>(pc_, "expected prefix"); in NON_EXPORTED_BASE()
190 byte index = read_u8<Decoder::kNoValidate>(pc_ + 1, "expected index"); in NON_EXPORTED_BASE()
Dwasm-interpreter.cc795 BlockTypeImmediate<Decoder::kNoValidate> imm(kAllWasmFeatures, &i, in SideTable()
811 BlockTypeImmediate<Decoder::kNoValidate> imm(kAllWasmFeatures, &i, in SideTable()
859 BreakDepthImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in SideTable()
866 BreakDepthImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in SideTable()
873 BranchTableImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in SideTable()
874 BranchTableIterator<Decoder::kNoValidate> iterator(&i, imm); in SideTable()
1336 CallFunctionImmediate<Decoder::kNoValidate> imm(decoder, code->at(pc)); in ReturnPc()
1340 CallIndirectImmediate<Decoder::kNoValidate> imm(decoder, code->at(pc)); in ReturnPc()
1415 MemoryAccessImmediate<Decoder::kNoValidate> imm(decoder, code->at(pc), in ExecuteLoad()
1442 MemoryAccessImmediate<Decoder::kNoValidate> imm(decoder, code->at(pc), in ExecuteStore()
[all …]
Dfunction-body-decoder.cc866 return WasmDecoder<Decoder::kNoValidate>::OpcodeLength(&decoder, pc); in OpcodeLength()
873 WasmDecoder<Decoder::kNoValidate> decoder( in StackEffect()
910 WasmDecoder<Decoder::kNoValidate> decoder(module, kAllWasmFeatures, in PrintRawWasmCode()
959 WasmDecoder<Decoder::kNoValidate>::OpcodeLength(&decoder, i.pc()); in PrintRawWasmCode()
1010 BlockTypeImmediate<Decoder::kNoValidate> imm(kAllWasmFeatures, &i, in PrintRawWasmCode()
1026 BreakDepthImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in PrintRawWasmCode()
1031 BreakDepthImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in PrintRawWasmCode()
1036 BranchTableImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in PrintRawWasmCode()
1041 CallIndirectImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in PrintRawWasmCode()
1049 CallFunctionImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in PrintRawWasmCode()
Ddecoder.h41 enum ValidateFlag : bool { kValidate = true, kNoValidate = false }; enumerator
Dfunction-body-decoder-impl.h2010 ImmI32Immediate<Decoder::kNoValidate> imm(this, val.pc); in DecodeFunctionBody()
2017 LocalIndexImmediate<Decoder::kNoValidate> imm(this, val.pc); in DecodeFunctionBody()
2023 GlobalIndexImmediate<Decoder::kNoValidate> imm(this, val.pc); in DecodeFunctionBody()