Home
last modified time | relevance | path

Searched defs:runtime (Results 1 – 25 of 54) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h49 static bool classof(const LanguageRuntime *runtime) { in classof()
185 TaggedPointerVendorV2(AppleObjCRuntimeV2 &runtime) in TaggedPointerVendorV2()
276 TaggedPointerVendorLegacy(AppleObjCRuntimeV2 &runtime) in TaggedPointerVendorLegacy()
311 ClassInfoExtractor(AppleObjCRuntimeV2 &runtime) : m_runtime(runtime) {} in ClassInfoExtractor()
332 DynamicClassInfoExtractor(AppleObjCRuntimeV2 &runtime) in DynamicClassInfoExtractor()
372 SharedCacheClassInfoExtractor(AppleObjCRuntimeV2 &runtime) in SharedCacheClassInfoExtractor()
399 SharedCacheImageHeaders(AppleObjCRuntimeV2 &runtime, in SharedCacheImageHeaders()
H A DAppleObjCRuntime.h42 static bool classof(const LanguageRuntime *runtime) { in classof()
H A DAppleObjCRuntimeV1.h39 static bool classof(const LanguageRuntime *runtime) { in classof()
H A DAppleObjCRuntimeV2.cpp1495 Process *process, AppleObjCRuntimeV2 *runtime, in NeedsUpdate()
1636 AppleObjCRuntimeV2 &runtime) { in CreateSharedCacheImageHeaders()
2784 AppleObjCRuntimeV2 &runtime, const lldb::ModuleSP &objc_module_sp) { in CreateInstance()
2852 AppleObjCRuntimeV2 &runtime, const lldb::ModuleSP &objc_module_sp) { in CreateInstance()
3028 AppleObjCRuntimeV2 &runtime, uint64_t objc_debug_taggedpointer_mask, in TaggedPointerVendorRuntimeAssisted()
3099 AppleObjCRuntimeV2 &runtime, uint64_t objc_debug_taggedpointer_mask, in TaggedPointerVendorExtended()
3190 AppleObjCRuntimeV2 &runtime, const ModuleSP &objc_module_sp, in NonPointerISACache()
H A DAppleObjCTypeEncodingParser.cpp25 ObjCLanguageRuntime &runtime) in AppleObjCTypeEncodingParser()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp108 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueName() local
138 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueKind() local
162 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueID() local
189 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueLibdispatchQueueAddress() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp45 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSBundleSummaryProvider() local
96 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSTimeZoneSummaryProvider() local
145 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSNotificationSummaryProvider() local
194 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSMachPortSummaryProvider() local
240 AppleObjCRuntime *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in NSIndexSetSummaryProvider() local
444 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSNumberSummaryProvider() local
785 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSURLSummaryProvider() local
909 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSDateSummaryProvider() local
982 auto *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in NSDateSummaryProvider() local
1011 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in ObjCClassSummaryProvider() local
[all …]
H A DCF.cpp53 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in CFBagSummaryProvider() local
111 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in CFBitVectorSummaryProvider() local
231 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in CFBinaryHeapSummaryProvider() local
H A DNSException.cpp182 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSExceptionSyntheticFrontEndCreator() local
H A DNSError.cpp194 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSErrorSyntheticFrontEndCreator() local
H A DNSString.cpp42 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSStringSummaryProvider() local
H A DNSIndexPath.cpp70 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in Update() local
H A DNSSet.cpp258 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSSetSummaryProvider() local
341 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSSetSyntheticFrontEndCreator() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.h53 static bool classof(const LanguageRuntime *runtime) { in classof()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h46 static bool classof(const LanguageRuntime *runtime) { in classof()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.h49 static bool classof(const LanguageRuntime *runtime) { in classof()
/freebsd-14.2/contrib/wireguard-tools/
H A Dsetconf.c32 struct wgdevice *runtime; in sync_conf() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DQueueItem.cpp100 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in FetchEntireItem() local
H A DLanguageRuntime.cpp210 if (LanguageRuntime *runtime = create_callback(process, language)) in FindPlugin() local
270 if (LanguageRuntime *runtime = process_sp->GetLanguageRuntime(lang_type)) { in GetRuntimeUnwindPlan() local
/freebsd-14.2/tools/test/stress2/tools/
H A Dswap.c46 static int runtime, utime; variable
/freebsd-14.2/crypto/openssl/external/perl/Text-Template-1.56/
H A DMETA.json32 "runtime" : { object
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp146 LanguageRuntime *runtime = nullptr; in UpdateValue() local
/freebsd-14.2/sys/kern/
H A Dkern_racct.c989 uint64_t pct_estimate, pct, runtime; in racct_proc_exit() local
1250 uint64_t pct, pct_estimate, runtime; in racctd() local
H A Dkern_synch.c491 uint64_t runtime, new_switchtime; in mi_switch() local
/freebsd-14.2/usr.bin/at/
H A Dparsetime.c595 struct tm nowtime, runtime; in parsetime() local

123