Lines Matching full:runtime
49 static bool classof(const LanguageRuntime *runtime) { in classof() argument
50 return runtime->isA(&ID); in classof()
119 bool NeedsUpdate(Process *process, AppleObjCRuntimeV2 *runtime,
133 CreateInstance(AppleObjCRuntimeV2 &runtime,
139 NonPointerISACache(AppleObjCRuntimeV2 &runtime,
179 CreateInstance(AppleObjCRuntimeV2 &runtime,
185 TaggedPointerVendorV2(AppleObjCRuntimeV2 &runtime) in TaggedPointerVendorV2() argument
186 : TaggedPointerVendor(), m_runtime(runtime) {} in TaggedPointerVendorV2()
203 AppleObjCRuntimeV2 &runtime, uint64_t objc_debug_taggedpointer_mask,
236 AppleObjCRuntimeV2 &runtime, uint64_t objc_debug_taggedpointer_mask,
276 TaggedPointerVendorLegacy(AppleObjCRuntimeV2 &runtime) in TaggedPointerVendorLegacy() argument
277 : TaggedPointerVendorV2(runtime) {} in TaggedPointerVendorLegacy()
311 ClassInfoExtractor(AppleObjCRuntimeV2 &runtime) : m_runtime(runtime) {} in ClassInfoExtractor() argument
315 /// The lifetime of this object is tied to that of the runtime.
320 /// We can read the class info from the Objective-C runtime using
332 DynamicClassInfoExtractor(AppleObjCRuntimeV2 &runtime) in DynamicClassInfoExtractor() argument
333 : ClassInfoExtractor(runtime) {} in DynamicClassInfoExtractor()
372 SharedCacheClassInfoExtractor(AppleObjCRuntimeV2 &runtime) in SharedCacheClassInfoExtractor() argument
373 : ClassInfoExtractor(runtime) {} in SharedCacheClassInfoExtractor()
390 CreateSharedCacheImageHeaders(AppleObjCRuntimeV2 &runtime);
399 SharedCacheImageHeaders(AppleObjCRuntimeV2 &runtime, in SharedCacheImageHeaders() argument
402 : m_runtime(runtime), m_headerInfoRWs_ptr(headerInfoRWs_ptr), in SharedCacheImageHeaders()