Home
last modified time | relevance | path

Searched refs:runtimeInstance (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/
H A DProfiling.cpp33 RuntimeInstance *runtimeInstance = (RuntimeInstance *)pv; in ProfileThread() local
37 runtimeInstance->WriteProfileInfo(); in ProfileThread()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/
H A DInternalPlatform.java100 …private Plugin runtimeInstance; // Keep track of the plugin object for runtime in case the backwar… field in InternalPlatform
460 return runtimeInstance; in getRuntimeInstance()
613 runtimeInstance = runtime; in setRuntimeInstance()
/dports/lang/gravity/gravity-0.8.5/binding/GravityObjC/ObjC/
H A Dgravity_objc.m1021 if ([value respondsToSelector:@selector(runtimeInstance)]) {
1023 … CREORuntimeInstance *runtimeInstance = [(id<CREORuntimeInstanceProtocol>)value runtimeInstance];
1024 gravity_instance_t *instance = (gravity_instance_t *)runtimeInstance.instance;
1517 if ([callee respondsToSelector:@selector(runtimeInstance)]) {
1518 CREORuntimeInstance *runtimeInstance = [callee runtimeInstance];
1519 if (VALUE_ISA_INSTANCE(ctx)) runtimeInstance.context = (void *)VALUE_AS_INSTANCE(ctx);
1520 else if (VALUE_ISA_CLASS(ctx)) runtimeInstance.context = (void *)VALUE_AS_CLASS(ctx);
1521 else runtimeInstance.context = NULL;
2037 // if ([obj respondsToSelector:@selector(runtimeInstance)]) {
2038 // id r = [obj valueForKey:@"runtimeInstance"];
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bridge/jni/
H A Djni_jsobject.mm524 JavaInstance* runtimeInstance = runtimeObject->getInternalJavaInstance();
525 if (!runtimeInstance)
528 return runtimeInstance->javaInstance();