Home
last modified time | relevance | path

Searched refs:LoadGlobal (Results 1 – 25 of 66) sorted by relevance

123

/dports/converters/wkhtmltopdf/wkhtmltopdf-0.12.6/src/lib/
H A Dloadsettings.hh52 struct DLL_PUBLIC LoadGlobal { struct
53 LoadGlobal();
H A Dreflect.cc53 ReflectImpl<LoadGlobal>::ReflectImpl(LoadGlobal & c) { in ReflectImpl()
H A Dloadsettings.cc135 LoadGlobal::LoadGlobal(): in LoadGlobal() function in wkhtmltopdf::settings::LoadGlobal
H A Dmultipageloader_p.hh129 const settings::LoadGlobal settings;
142 MultiPageLoaderPrivate(const settings::LoadGlobal & settings, int dpi, MultiPageLoader & o);
H A Dimagesettings.hh60 LoadGlobal loadGlobal;
H A Dmultipageloader.hh51 MultiPageLoader(settings::LoadGlobal & s, int dpi, bool mainLoader = false);
H A Dreflect.hh248 struct DLL_LOCAL ReflectImpl<LoadGlobal>: public ReflectClass {
249 ReflectImpl(LoadGlobal & c);
H A Dpdfsettings.hh143 LoadGlobal load;
H A Dmultipageloader.cc576 MultiPageLoaderPrivate::MultiPageLoaderPrivate(const settings::LoadGlobal & s, int dpi_, MultiPageL… in MultiPageLoaderPrivate()
639 MultiPageLoader::MultiPageLoader(settings::LoadGlobal & s, int dpi, bool mainLoader): in MultiPageLoader()
/dports/converters/wkhtmltopdf/wkhtmltopdf-0.12.6/src/shared/
H A Dcommandlineparserbase.hh65 void addGlobalLoadArgs(wkhtmltopdf::settings::LoadGlobal & s);
H A Dcommonarguments.cc172 void CommandLineParserBase::addGlobalLoadArgs(LoadGlobal & s) { in addGlobalLoadArgs()
/dports/devel/py-mypy/mypy-0.910/mypyc/analysis/
H A Ddataflow.py11 LoadLiteral, LoadStatic, InitStatic, MethodCall, RaiseStandardError, CallC, LoadGlobal,
211 def visit_load_global(self, op: LoadGlobal) -> GenAndKill: argument
/dports/devel/py-mypy/mypy-0.910/mypyc/ir/
H A Dpprint.py11 RaiseStandardError, CallC, Truncate, LoadGlobal, IntOp, ComparisonOp, LoadMem, SetMem,
162 def visit_load_global(self, op: LoadGlobal) -> str: argument
H A Dops.py909 class LoadGlobal(RegisterOp): class
1286 def visit_load_global(self, op: LoadGlobal) -> T: argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/ic/
H A Dhandler-configuration.h111 static inline Handle<Smi> LoadGlobal(Isolate* isolate);
H A Dhandler-configuration-inl.h36 Handle<Smi> LoadHandler::LoadGlobal(Isolate* isolate) { in LoadGlobal() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/ic/
H A Dhandler-configuration.h115 static inline Handle<Smi> LoadGlobal(Isolate* isolate);
H A Dhandler-configuration-inl.h36 Handle<Smi> LoadHandler::LoadGlobal(Isolate* isolate) { in LoadGlobal() function
/dports/www/node10/node-v10.24.1/deps/v8/src/ic/
H A Dhandler-configuration.h114 static inline Handle<Smi> LoadGlobal(Isolate* isolate);
H A Dhandler-configuration-inl.h33 Handle<Smi> LoadHandler::LoadGlobal(Isolate* isolate) { in LoadGlobal() function
/dports/lang/v8/v8-9.6.180.12/src/ic/
H A Dhandler-configuration.h157 static inline Handle<Smi> LoadGlobal(Isolate* isolate);
H A Dhandler-configuration-inl.h46 Handle<Smi> LoadHandler::LoadGlobal(Isolate* isolate) { in LoadGlobal() function
/dports/irc/znc/znc-1.8.2/include/znc/
H A Dznc.h261 bool LoadGlobal(CConfig& config, CString& sError);
/dports/devel/py-mypy/mypy-0.910/mypyc/codegen/
H A Demitfunc.py14 RaiseStandardError, CallC, LoadGlobal, Truncate, IntOp, LoadMem, GetElementPtr,
465 def visit_load_global(self, op: LoadGlobal) -> None: argument
/dports/lang/v8/v8-9.6.180.12/test/unittests/interpreter/
H A Dbytecode-array-builder-unittest.cc120 builder.LoadGlobal(name, load_global_slot.ToInt(), TypeofMode::kNotInside) in TEST_F()
121 .LoadGlobal(name, load_global_typeof_slot.ToInt(), TypeofMode::kInside) in TEST_F()

123