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