Home
last modified time | relevance | path

Searched refs:SetGlobal (Results 1 – 9 of 9) 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.h40 static SkFontConfigInterface* SetGlobal(SkFontConfigInterface*);
/external/libmojo/ipc/
Dattachment_broker.h66 static void SetGlobal(AttachmentBroker* broker);
/external/v8/src/compiler/
Dwasm-compiler.h180 Node* SetGlobal(uint32_t index, Node* val);
Dwasm-compiler.cc2879 Node* WasmGraphBuilder::SetGlobal(uint32_t index, Node* val) { in SetGlobal() function in v8::internal::compiler::WasmGraphBuilder
/external/v8/src/wasm/
Dwasm-opcodes.h76 V(SetGlobal, 0x24, _) \
Dast-decoder.cc1038 BUILD(SetGlobal, operand.index, val.node); in DecodeFunctionBody()