Home
last modified time | relevance | path

Searched refs:GlobalGet (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-init-expr.h78 static WasmInitExpr GlobalGet(uint32_t index) { in GlobalGet() function
Dinit-expr-interface.cc102 void InitExprInterface::GlobalGet(FullDecoder* decoder, Value* result, in GlobalGet() function in v8::internal::wasm::InitExprInterface
Dwasm-opcodes-inl.h172 CASE_OP(GlobalGet, "global.get") in OpcodeName()
Dwasm-opcodes.h71 V(GlobalGet, 0x23, _) \
Dgraph-builder-interface.cc431 void GlobalGet(FullDecoder* decoder, Value* result, in GlobalGet() function in v8::internal::wasm::__anona7a84f320111::WasmGraphBuildingInterface
433 result->node = builder_->GlobalGet(imm.index); in GlobalGet()
Dfunction-body-decoder-impl.h917 F(GlobalGet, Value* result, const GlobalIndexImmediate<validate>& imm) \
3204 DECODE(GlobalGet) {
3208 CALL_INTERFACE_IF_OK_AND_REACHABLE(GlobalGet, &result, imm);
3556 DECODE_IMPL_CONST(GlobalGet);
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h379 Node* GlobalGet(uint32_t index);
Dwasm-compiler.cc3730 Node* WasmGraphBuilder::GlobalGet(uint32_t index) { in GlobalGet() function in v8::internal::compiler::WasmGraphBuilder
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc2402 void GlobalGet(FullDecoder* decoder, Value* result, in GlobalGet() function in v8::internal::wasm::__anonf94cb2b20111::LiftoffCompiler