Searched refs:FieldImmediate (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | function-body-decoder-impl.h | 579 struct FieldImmediate { struct 583 FieldImmediate(Decoder* decoder, const byte* pc) in FieldImmediate() function 1025 const FieldImmediate<validate>& field, bool is_signed, Value* result) \ 1027 const FieldImmediate<validate>& field, const Value& field_value) \ 1291 bool Validate(const byte* pc, FieldImmediate<validate>& imm) { in Validate() 1837 FieldImmediate<validate> imm(decoder, pc + length); in OpcodeLength() 4106 FieldImmediate<validate> field(this, this->pc_ + opcode_length); in DecodeGCOpcode() 4130 FieldImmediate<validate> field(this, this->pc_ + opcode_length); in DecodeGCOpcode() 4153 FieldImmediate<validate> field(this, this->pc_ + opcode_length); in DecodeGCOpcode()
|
H A D | graph-builder-interface.cc | 1052 const FieldImmediate<validate>& field, bool is_signed, in StructGet() 1060 const FieldImmediate<validate>& field, in StructSet()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 5237 const FieldImmediate<validate>& field, bool is_signed, 5254 const FieldImmediate<validate>& field,
|
Completed in 19 milliseconds