Home
last modified time | relevance | path

Searched refs:IndexImmediate (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h436 // This is different than IndexImmediate because {index} is a byte.
449 struct IndexImmediate { struct
453 IndexImmediate(Decoder* decoder, const byte* pc, const char* name) { in IndexImmediate() function
459 struct TagIndexImmediate : public IndexImmediate<validate> {
463 : IndexImmediate<validate>(decoder, pc, "tag index") {} in TagIndexImmediate()
467 struct GlobalIndexImmediate : public IndexImmediate<validate> {
471 : IndexImmediate<validate>(decoder, pc, "global index") {} in GlobalIndexImmediate()
475 struct StructIndexImmediate : public IndexImmediate<validate> {
479 : IndexImmediate<validate>(decoder, pc, "struct index") {} in StructIndexImmediate()
483 struct ArrayIndexImmediate : public IndexImmediate<validat
[all...]
H A Dgraph-builder-interface.cc403 const IndexImmediate<validate>& imm) { in LocalGet()
408 const IndexImmediate<validate>& imm) { in LocalSet()
413 const IndexImmediate<validate>& imm) { in LocalTee()
442 const IndexImmediate<validate>& imm) { in TableGet()
448 const IndexImmediate<validate>& imm) { in TableSet()
980 void DataDrop(FullDecoder* decoder, const IndexImmediate<validate>& imm) { in DataDrop()
1003 void ElemDrop(FullDecoder* decoder, const IndexImmediate<validate>& imm) { in ElemDrop()
1013 void TableGrow(FullDecoder* decoder, const IndexImmediate<validate>& imm, in TableGrow()
1018 void TableSize(FullDecoder* decoder, const IndexImmediate<validate>& imm, in TableSize()
1023 void TableFill(FullDecoder* decoder, const IndexImmediate<validat
[all...]
H A Dinit-expr-interface.cc192 const IndexImmediate<validate>& data_segment_imm, const Value& offset_value, in ArrayInitFromData()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc2272 const IndexImmediate<validate>& imm) {
2336 const IndexImmediate<validate>& imm) {
2341 const IndexImmediate<validate>& imm) {
2486 const IndexImmediate<validate>& imm) {
2510 const IndexImmediate<validate>& imm) {
4931 void DataDrop(FullDecoder* decoder, const IndexImmediate<validate>& imm) {
5063 void ElemDrop(FullDecoder* decoder, const IndexImmediate<validate>& imm) {
5113 void TableGrow(FullDecoder* decoder, const IndexImmediate<validate>& imm,
5138 void TableSize(FullDecoder* decoder, const IndexImmediate<validate>& imm,
5165 void TableFill(FullDecoder* decoder, const IndexImmediate<validat
[all...]

Completed in 14 milliseconds