Home
last modified time | relevance | path

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

/external/libmojo/ipc/
Dattachment_broker.h67 static AttachmentBroker* GetGlobal();
/external/v8/src/compiler/
Dwasm-compiler.h179 Node* GetGlobal(uint32_t index);
Dwasm-compiler.cc2865 Node* WasmGraphBuilder::GetGlobal(uint32_t index) { in GetGlobal() function in v8::internal::compiler::WasmGraphBuilder
/external/v8/src/wasm/
Dwasm-opcodes.h75 V(GetGlobal, 0x23, _) \
Dast-decoder.cc1028 Push(operand.type, BUILD(GetGlobal, operand.index)); in DecodeFunctionBody()