Home
last modified time | relevance | path

Searched refs:GetGlobal (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/wasm/
Dfunction-body-decoder.cc270 void GetGlobal(FullDecoder* decoder, Value* result, in GetGlobal() function in v8::internal::wasm::__anonb954c62d0111::WasmGraphBuildingInterface
272 result->node = BUILD(GetGlobal, imm.index); in GetGlobal()
Dwasm-opcodes.cc151 CASE_OP(GetGlobal, "get_global") in OpcodeName()
Dwasm-opcodes.h55 V(GetGlobal, 0x23, _) \
Dfunction-body-decoder-impl.h632 F(GetGlobal, Value* result, const GlobalIndexImmediate<validate>& imm) \
1779 CALL_INTERFACE_IF_REACHABLE(GetGlobal, result, imm); in DecodeFunctionBody()
/external/v8/src/compiler/
Dwasm-compiler.h226 Node* GetGlobal(uint32_t index);
Dwasm-compiler.cc3004 Node* WasmGraphBuilder::GetGlobal(uint32_t index) { in GetGlobal() function in v8::internal::compiler::WasmGraphBuilder
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1153 void GetGlobal(FullDecoder* decoder, Value* result, in GetGlobal() function in v8::internal::wasm::__anon207ad58d0111::LiftoffCompiler