Home
last modified time | relevance | path

Searched refs:MemoryIndexImmediate (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/
Dfunction-body-decoder-impl.h331 struct MemoryIndexImmediate { struct
334 inline MemoryIndexImmediate(Decoder* decoder, const byte* pc) { in MemoryIndexImmediate() argument
1058 MemoryIndexImmediate<validate> imm(decoder, pc); in OpcodeLength()
1866 MemoryIndexImmediate<validate> imm(this, this->pc_); in DecodeFunctionBody()
1880 MemoryIndexImmediate<validate> imm(this, this->pc_); in DecodeFunctionBody()
Dwasm-interpreter.cc2473 MemoryIndexImmediate<Decoder::kNoValidate> imm(&decoder, in Execute()
2488 MemoryIndexImmediate<Decoder::kNoValidate> imm(&decoder, in Execute()