Home
last modified time | relevance | path

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

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

Completed in 35 milliseconds