Searched refs:LocalIndexImmediate (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/wasm/ |
D | function-body-decoder-impl.h | 137 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 …]
|
D | wasm-text.cc | 148 LocalIndexImmediate<Decoder::kNoValidate> imm(&i, i.pc()); in PrintWasmText()
|
D | function-body-decoder.cc | 252 const LocalIndexImmediate<validate>& imm) { in GetLocal() 258 const LocalIndexImmediate<validate>& imm) { in SetLocal() 264 const LocalIndexImmediate<validate>& imm) { in TeeLocal()
|
D | wasm-interpreter.cc | 2258 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/ |
D | liftoff-compiler.cc | 1065 const LocalIndexImmediate<validate>& imm) { in GetLocal() 1128 const LocalIndexImmediate<validate>& imm) { in SetLocal() 1133 const LocalIndexImmediate<validate>& imm) { in TeeLocal()
|