Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-opcodes.h63 V(GlobalGet, 0x23, _) \
826 static WasmInitExpr GlobalGet(uint32_t index) { in GlobalGet() function
Dwasm-opcodes-inl.h163 CASE_OP(GlobalGet, "global.get") in OpcodeName()
Dgraph-builder-interface.cc323 void GlobalGet(FullDecoder* decoder, Value* result, in GlobalGet() function in v8::internal::wasm::__anonfc9fbc4f0111::WasmGraphBuildingInterface
325 result->node = BUILD(GlobalGet, imm.index); in GlobalGet()
Dfunction-body-decoder-impl.h970 F(GlobalGet, Value* result, const GlobalIndexImmediate<validate>& imm) \
2821 DECODE(GlobalGet) {
2825 CALL_INTERFACE_IF_REACHABLE(GlobalGet, result, imm);
3127 DECODE_IMPL(GlobalGet);
Dmodule-decoder.cc1678 stack.push_back(WasmInitExpr::GlobalGet(imm.index)); in consume_init_expr()
/external/v8/src/compiler/
Dwasm-compiler.h295 Node* GlobalGet(uint32_t index);
Dwasm-compiler.cc3545 Node* WasmGraphBuilder::GlobalGet(uint32_t index) { in GlobalGet() function in v8::internal::compiler::WasmGraphBuilder
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1810 void GlobalGet(FullDecoder* decoder, Value* result, in GlobalGet() function in v8::internal::wasm::__anon69d3db0f0111::LiftoffCompiler