Searched refs:GlobalGet (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-init-expr.h | 78 static WasmInitExpr GlobalGet(uint32_t index) { in GlobalGet() function in v8::internal::wasm::WasmInitExpr
|
H A D | init-expr-interface.cc | 102 void InitExprInterface::GlobalGet(FullDecoder* decoder, Value* result, in GlobalGet() function in v8::internal::wasm::InitExprInterface
|
H A D | wasm-opcodes-inl.h | 172 CASE_OP(GlobalGet, "global.get") in OpcodeName()
|
H A D | graph-builder-interface.cc | 431 void GlobalGet(FullDecoder* decoder, Value* result, in GlobalGet() function 433 result->node = builder_->GlobalGet(imm.index); in GlobalGet()
|
H A D | function-body-decoder-impl.h | 917 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 D | wasm-opcodes.h | 71 V(GlobalGet, 0x23, _) \
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.h | 379 Node* GlobalGet(uint32_t index);
|
H A D | wasm-compiler.cc | 3730 Node* WasmGraphBuilder::GlobalGet(uint32_t index) { in GlobalGet() function in v8::internal::compiler::WasmGraphBuilder
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 2402 void GlobalGet(FullDecoder* decoder, Value* result,
|
Completed in 35 milliseconds