Home
last modified time | relevance | path

Searched refs:LocalIndexImmediate (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/wasm/
Dfunction-body-decoder-impl.h137 struct LocalIndexImmediate { struct
142 inline LocalIndexImmediate(Decoder* decoder, const byte* pc) { in LocalIndexImmediate() function
628 F(GetLocal, Value* result, const LocalIndexImmediate<validate>& imm) \
629 F(SetLocal, const Value& value, const LocalIndexImmediate<validate>& imm) \
631 const LocalIndexImmediate<validate>& imm) \
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()
1745 LocalIndexImmediate<Decoder::kValidate> imm(this, this->pc_); in DecodeFunctionBody()
1753 LocalIndexImmediate<Decoder::kValidate> imm(this, this->pc_); in DecodeFunctionBody()
[all …]
Dwasm-text.cc148 LocalIndexImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in PrintWasmText()
Dfunction-body-decoder.cc252 const LocalIndexImmediate<validate>& imm) { in GetLocal()
258 const LocalIndexImmediate<validate>& imm) { in SetLocal()
264 const LocalIndexImmediate<validate>& imm) { in TeeLocal()
Dwasm-interpreter.cc2258 LocalIndexImmediate<Decoder::kNoValidate> imm(&decoder, code->at(pc)); in Execute()
2264 LocalIndexImmediate<Decoder::kNoValidate> imm(&decoder, code->at(pc)); in Execute()
2271 LocalIndexImmediate<Decoder::kNoValidate> imm(&decoder, code->at(pc)); in Execute()
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1065 const LocalIndexImmediate<validate>& imm) { in GetLocal()
1128 const LocalIndexImmediate<validate>& imm) { in SetLocal()
1133 const LocalIndexImmediate<validate>& imm) { in TeeLocal()