Home
last modified time | relevance | path

Searched refs:SetGlobal (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/ports/
DSkFontConfigInterface.cpp25 SkFontConfigInterface* SkFontConfigInterface::SetGlobal(SkFontConfigInterface* fc) { in SetGlobal() function in SkFontConfigInterface
/external/skia/src/core/
DSkDeviceProfile.h75 static void SetGlobal(SkDeviceProfile*);
DSkDeviceProfile.cpp73 void SkDeviceProfile::SetGlobal(SkDeviceProfile* profile) { in SetGlobal() function in SkDeviceProfile
/external/skia/include/ports/
DSkFontConfigInterface.h39 static SkFontConfigInterface* SetGlobal(SkFontConfigInterface*);
/external/libmojo/ipc/
Dattachment_broker.h66 static void SetGlobal(AttachmentBroker* broker);
/external/v8/src/wasm/
Dwasm-opcodes.cc121 CASE_OP(SetGlobal, "set_global") in OpcodeName()
Dwasm-opcodes.h82 V(SetGlobal, 0x24, _) \
Dfunction-body-decoder.cc1106 BUILD(SetGlobal, operand.index, val.node); in DecodeFunctionBody()
/external/v8/src/compiler/
Dwasm-compiler.h206 Node* SetGlobal(uint32_t index, Node* val);
Dwasm-compiler.cc3125 Node* WasmGraphBuilder::SetGlobal(uint32_t index, Node* val) { in SetGlobal() function in v8::internal::compiler::WasmGraphBuilder