Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/wasm/
Dwasm-constants.js61 var kExprStoreGlobal = 0x11; variable
/external/v8/src/wasm/
Dast-decoder.cc497 case kExprStoreGlobal: { in DecodeFunctionBody()
913 case kExprStoreGlobal: { in Reduce()
1493 case kExprStoreGlobal: in OpcodeLength()
1537 case kExprStoreGlobal: in OpcodeArity()
Dwasm-macro-gen.h86 kExprStoreGlobal, static_cast<byte>(index), val
Dasm-wasm-builder.cc375 current_function_builder_->Emit(kExprStoreGlobal); in VisitVariableProxy()
/external/v8/test/unittests/wasm/
Dast-decoder-unittest.cc1998 EXPECT_LENGTH(2, kExprStoreGlobal); in TEST_F()
2239 EXPECT_ARITY(1, kExprStoreGlobal); in TEST_F()