Home
last modified time | relevance | path

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

/external/skqp/src/ports/
DSkFontConfigInterface.cpp25 void SkFontConfigInterface::SetGlobal(sk_sp<SkFontConfigInterface> fc) { in SetGlobal() function in SkFontConfigInterface
/external/skia/src/ports/
DSkFontConfigInterface.cpp25 void SkFontConfigInterface::SetGlobal(sk_sp<SkFontConfigInterface> fc) { in SetGlobal() function in SkFontConfigInterface
/external/skqp/include/ports/
DSkFontConfigInterface.h38 static void SetGlobal(sk_sp<SkFontConfigInterface> fc);
/external/skia/include/ports/
DSkFontConfigInterface.h38 static void SetGlobal(sk_sp<SkFontConfigInterface> fc);
/external/v8/src/wasm/
Dfunction-body-decoder.cc275 void SetGlobal(FullDecoder* decoder, const Value& value, in SetGlobal() function in v8::internal::wasm::__anonb954c62d0111::WasmGraphBuildingInterface
277 BUILD(SetGlobal, imm.index, value.node); in SetGlobal()
Dwasm-opcodes.cc152 CASE_OP(SetGlobal, "set_global") in OpcodeName()
Dwasm-opcodes.h56 V(SetGlobal, 0x24, _) \
Dfunction-body-decoder-impl.h633 F(SetGlobal, const Value& value, const GlobalIndexImmediate<validate>& imm) \
1792 CALL_INTERFACE_IF_REACHABLE(SetGlobal, value, imm); in DecodeFunctionBody()
/external/v8/src/compiler/
Dwasm-compiler.h227 Node* SetGlobal(uint32_t index, Node* val);
Dwasm-compiler.cc3020 Node* WasmGraphBuilder::SetGlobal(uint32_t index, Node* val) { in SetGlobal() function in v8::internal::compiler::WasmGraphBuilder
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1168 void SetGlobal(FullDecoder* decoder, const Value& value, in SetGlobal() function in v8::internal::wasm::__anon207ad58d0111::LiftoffCompiler