Searched defs:GlobalGet (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/wasm/ | ||
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-init-expr.h | 78 static WasmInitExpr GlobalGet(uint32_t index) { in GlobalGet() function in v8::internal::wasm::WasmInitExpr |
H A D | graph-builder-interface.cc | 431 void GlobalGet(FullDecoder* decoder, Value* result, in GlobalGet() function |
/third_party/node/deps/v8/src/compiler/ | ||
H A D | wasm-compiler.cc | 3730 Node* WasmGraphBuilder::GlobalGet(uint32_t index) { in GlobalGet() function in v8::internal::compiler::WasmGraphBuilder |
Completed in 20 milliseconds