Home
last modified time | relevance | path

Searched refs:runtime (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h44 static bool classof(const LanguageRuntime *runtime) { in classof() argument
45 return runtime->isA(&ID); in classof()
136 CreateInstance(AppleObjCRuntimeV2 &runtime,
142 NonPointerISACache(AppleObjCRuntimeV2 &runtime,
182 CreateInstance(AppleObjCRuntimeV2 &runtime,
188 TaggedPointerVendorV2(AppleObjCRuntimeV2 &runtime) in TaggedPointerVendorV2() argument
189 : TaggedPointerVendor(), m_runtime(runtime) {} in TaggedPointerVendorV2()
280 : TaggedPointerVendorV2(runtime) {} in TaggedPointerVendorLegacy()
308 ClassInfoExtractor(AppleObjCRuntimeV2 &runtime) : m_runtime(runtime) {} in ClassInfoExtractor() argument
328 : ClassInfoExtractor(runtime) {} in DynamicClassInfoExtractor()
[all …]
/freebsd-13.1/usr.bin/at/
H A Dparsetime.c604 runtime = nowtime; in parsetime()
605 runtime.tm_sec = 0; in parsetime()
606 runtime.tm_isdst = 0; in parsetime()
622 plus(&runtime); in parsetime()
629 minus(&runtime); in parsetime()
632 tod(&runtime); in parsetime()
633 month(&runtime); in parsetime()
651 runtime.tm_mday++; in parsetime()
652 runtime.tm_wday++; in parsetime()
655 runtime.tm_min = 0; in parsetime()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp149 LanguageRuntime *runtime = nullptr; in UpdateValue() local
154 runtime = process->GetLanguageRuntime(known_type); in UpdateValue()
155 if (runtime) in UpdateValue()
156 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
161 if (runtime) in UpdateValue()
162 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
168 if (runtime) in UpdateValue()
169 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
180 if (runtime && found_dynamic_type) { in UpdateValue()
236 if (runtime) in UpdateValue()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp47 if (!runtime) in NSBundleSummaryProvider()
98 if (!runtime) in NSTimeZoneSummaryProvider()
147 if (!runtime) in NSNotificationSummaryProvider()
196 if (!runtime) in NSMachPortSummaryProvider()
242 if (!runtime) in NSIndexSetSummaryProvider()
432 if (!runtime) in NSNumberSummaryProvider()
707 if (!runtime) in NSURLSummaryProvider()
833 if (!runtime) in NSDateSummaryProvider()
906 if (runtime && runtime->GetFoundationVersion() >= 1600) in NSDateSummaryProvider()
935 if (!runtime) in ObjCClassSummaryProvider()
[all …]
H A DCF.cpp53 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in CFBagSummaryProvider() local
55 if (!runtime) in CFBagSummaryProvider()
59 runtime->GetClassDescriptor(valobj)); in CFBagSummaryProvider()
115 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in CFBitVectorSummaryProvider() local
117 if (!runtime) in CFBitVectorSummaryProvider()
121 runtime->GetClassDescriptor(valobj)); in CFBitVectorSummaryProvider()
235 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in CFBinaryHeapSummaryProvider() local
237 if (!runtime) in CFBinaryHeapSummaryProvider()
241 runtime->GetClassDescriptor(valobj)); in CFBinaryHeapSummaryProvider()
H A DNSArray.cpp327 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSArraySummaryProvider() local
329 if (!runtime) in NSArraySummaryProvider()
333 runtime->GetClassDescriptor(valobj)); in NSArraySummaryProvider()
371 llvm::dyn_cast_or_null<AppleObjCRuntime>(runtime); in NSArraySummaryProvider()
784 if (!runtime) in NSArraySyntheticFrontEndCreator()
798 runtime->GetClassDescriptor(*valobj_sp)); in NSArraySyntheticFrontEndCreator()
819 if (runtime->GetFoundationVersion() >= 1436) in NSArraySyntheticFrontEndCreator()
821 if (runtime->GetFoundationVersion() >= 1430) in NSArraySyntheticFrontEndCreator()
833 if (runtime->GetFoundationVersion() >= 1437) in NSArraySyntheticFrontEndCreator()
835 if (runtime->GetFoundationVersion() >= 1428) in NSArraySyntheticFrontEndCreator()
[all …]
H A DNSError.cpp190 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSErrorSyntheticFrontEndCreator() local
191 if (!runtime) in NSErrorSyntheticFrontEndCreator()
195 runtime->GetClassDescriptor(*valobj_sp.get())); in NSErrorSyntheticFrontEndCreator()
H A DNSException.cpp183 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSExceptionSyntheticFrontEndCreator() local
184 if (!runtime) in NSExceptionSyntheticFrontEndCreator()
188 runtime->GetClassDescriptor(*valobj_sp.get())); in NSExceptionSyntheticFrontEndCreator()
H A DNSSet.cpp258 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSSetSummaryProvider() local
260 if (!runtime) in NSSetSummaryProvider()
264 runtime->GetClassDescriptor(valobj)); in NSSetSummaryProvider()
299 llvm::dyn_cast_or_null<AppleObjCRuntime>(runtime); in NSSetSummaryProvider()
345 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSSetSyntheticFrontEndCreator() local
346 if (!runtime) in NSSetSyntheticFrontEndCreator()
360 runtime->GetClassDescriptor(*valobj_sp)); in NSSetSyntheticFrontEndCreator()
380 llvm::dyn_cast_or_null<AppleObjCRuntime>(runtime); in NSSetSyntheticFrontEndCreator()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp108 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueName() local
109 if (runtime) in GetQueueName()
111 runtime->GetQueueNameFromThreadQAddress(m_thread_dispatch_qaddr); in GetQueueName()
138 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueKind() local
139 if (runtime) in GetQueueKind()
140 m_queue_kind = runtime->GetQueueKind(m_thread_dispatch_qaddr); in GetQueueKind()
162 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueID() local
163 if (runtime) { in GetQueueID()
189 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueLibdispatchQueueAddress() local
190 if (runtime) { in GetQueueLibdispatchQueueAddress()
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A DREADME.txt3 This directory contains sources of the AddressSanitizer (ASan) runtime library.
9 asan_*.{cc,h} : Sources of the asan runtime library.
13 Also ASan runtime needs the following libraries:
17 ASan runtime currently also embeds part of LeakSanitizer runtime for
20 ASan runtime can only be built by CMake. You can run ASan tests
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptScriptGroup.cpp48 RenderScriptRuntime *runtime = static_cast<RenderScriptRuntime *>( in DoExecute() local
51 assert(runtime); in DoExecute()
65 runtime->PlaceBreakpointOnScriptGroup(target, stream, name, stop_on_all); in DoExecute()
105 RenderScriptRuntime *runtime = static_cast<RenderScriptRuntime *>( in DoExecute() local
108 assert(runtime); in DoExecute()
109 const RSScriptGroupList &groups = runtime->GetScriptGroups(); in DoExecute()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A DREADME.txt3 This directory contains sources of the MemProfiling (MemProf) runtime library.
8 memprof_*.{cc,h} : Sources of the memprof runtime library.
10 Also MemProf runtime needs the following libraries:
14 MemProf runtime can only be built by CMake. You can run MemProf tests
/freebsd-13.1/release/packages/
H A DMakefile.package104 runtime-debug_DESCR= Debugging Symbols
105 runtime-development_DESCR=Development Files
106 runtime-profile_DESCR= Profiling Libraries
107 runtime-lib32_DESCR= 32-bit Libraries
108 runtime-lib32-debug_DESCR=32-bit Debugging Symbols
109 runtime-lib32-development_DESCR=32-bit Development Files
110 runtime-lib32-profile_DESCR=32-bit Profiling Libraries
/freebsd-13.1/crypto/openssl/
H A DNOTES.UNIX5 For Unix/POSIX runtime systems on Windows, please see NOTES.WIN.
28 a bit of help from a defined runtime shared library search path.
31 scripts do NOT generally set the runtime shared library search path for
42 Possible options to set the runtime shared library search path include
55 Please do not use verbatim directories in your runtime shared library
59 used with the runtime shared library search path options, as shown in
65 On modern ELF based systems, there are two runtime search paths tags to
85 How to choose which runtime search path tag is to be set depends on
95 for runtime search path relative to the directory containing current
108 also cases when you'd have to explicitly specify runtime search path
/freebsd-13.1/contrib/atf/
H A DREADME14 ATF-based test programs rely on a separate runtime engine to execute them.
15 The runtime engine is in charge of isolating the test programs from the
17 they cannot affect the running system. The runtime engine is also
19 The current runtime of choice is Kyua.
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A DREADME.zfs35 The Lua runtime is considered stable software. Channel programs don't need much
36 complicated logic, so updates to the Lua runtime from upstream are viewed as
38 such, the Lua runtime in ZFS should be updated on an as-needed basis for
45 The version of the Lua runtime we're using in ZFS has been modified in a variety
50 useful inside ZFS / the kernel. We have changed the runtime to use int64_t
55 3. The "normal" Lua runtime handles errors by failing fatally, but since this
62 We've added new protections into the Lua interpreter to limit the runtime
/freebsd-13.1/etc/mtree/
H A DBSD.root.dist14 allwinner tags=package=runtime
16 overlays tags=package=runtime
18 rockchip tags=package=runtime
/freebsd-13.1/sys/kern/
H A Dkern_racct.c996 uint64_t pct_estimate, pct, runtime; in racct_proc_exit() local
1006 runtime = cputick2usec(p->p_rux.rux_runtime); in racct_proc_exit()
1010 if (runtime < p->p_prev_runtime) in racct_proc_exit()
1011 runtime = p->p_prev_runtime; in racct_proc_exit()
1016 pct_estimate = (1000000 * runtime * 100) / in racct_proc_exit()
1024 racct_set_locked(p, RACCT_CPU, runtime, 0); in racct_proc_exit()
1252 uint64_t pct, pct_estimate, runtime; in racctd() local
1278 KASSERT(runtime >= p->p_prev_runtime, in racctd()
1281 if (runtime < p->p_prev_runtime) in racctd()
1282 runtime = p->p_prev_runtime; in racctd()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DQueueItem.cpp100 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in FetchEntireItem() local
101 if (runtime) { in FetchEntireItem()
102 runtime->CompleteQueueItem(this, m_item_ref); in FetchEntireItem()
H A DLanguageRuntime.cpp211 if (LanguageRuntime *runtime = create_callback(process, language)) in FindPlugin() local
212 return runtime; in FindPlugin()
271 if (LanguageRuntime *runtime = process_sp->GetLanguageRuntime(lang_type)) { in GetRuntimeUnwindPlan() local
272 UnwindPlanSP plan_sp = runtime->GetRuntimeUnwindPlan( in GetRuntimeUnwindPlan()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.h49 static bool classof(const LanguageRuntime *runtime) { in classof() argument
50 return runtime->isA(&ID); in classof()
/freebsd-13.1/contrib/llvm-project/openmp/
H A DCREDITS.txt33 N: Intel Corporation OpenMP runtime team
35 D: Created the runtime.
46 D: ScaleMP contributor to improve runtime performance there.
/freebsd-13.1/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-demux-pinctrl.txt6 runtime which may have a better feature set for a given task than another I2C
8 if your current runtime configuration hits an errata of the internal IP core.
135 enable them at runtime when needed.
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h46 static bool classof(const LanguageRuntime *runtime) { in classof() argument
47 return runtime->isA(&ID); in classof()

12345678910>>...22