Searched refs:SetGlobal (Results 1 – 11 of 11) sorted by relevance
/external/skqp/src/ports/ |
D | SkFontConfigInterface.cpp | 25 void SkFontConfigInterface::SetGlobal(sk_sp<SkFontConfigInterface> fc) { in SetGlobal() function in SkFontConfigInterface
|
/external/skia/src/ports/ |
D | SkFontConfigInterface.cpp | 25 void SkFontConfigInterface::SetGlobal(sk_sp<SkFontConfigInterface> fc) { in SetGlobal() function in SkFontConfigInterface
|
/external/skqp/include/ports/ |
D | SkFontConfigInterface.h | 38 static void SetGlobal(sk_sp<SkFontConfigInterface> fc);
|
/external/skia/include/ports/ |
D | SkFontConfigInterface.h | 38 static void SetGlobal(sk_sp<SkFontConfigInterface> fc);
|
/external/v8/src/wasm/ |
D | function-body-decoder.cc | 275 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()
|
D | wasm-opcodes.cc | 152 CASE_OP(SetGlobal, "set_global") in OpcodeName()
|
D | wasm-opcodes.h | 56 V(SetGlobal, 0x24, _) \
|
D | function-body-decoder-impl.h | 633 F(SetGlobal, const Value& value, const GlobalIndexImmediate<validate>& imm) \ 1792 CALL_INTERFACE_IF_REACHABLE(SetGlobal, value, imm); in DecodeFunctionBody()
|
/external/v8/src/compiler/ |
D | wasm-compiler.h | 227 Node* SetGlobal(uint32_t index, Node* val);
|
D | wasm-compiler.cc | 3020 Node* WasmGraphBuilder::SetGlobal(uint32_t index, Node* val) { in SetGlobal() function in v8::internal::compiler::WasmGraphBuilder
|
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 1168 void SetGlobal(FullDecoder* decoder, const Value& value, in SetGlobal() function in v8::internal::wasm::__anon207ad58d0111::LiftoffCompiler
|