Home
last modified time | relevance | path

Searched refs:unboxing (Results 1 – 25 of 150) sorted by relevance

123456

/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dgeneric-boxing.2.il6 .assembly extern 'generic-unboxing.2'
42 … boxNullable (valuetype [mscorlib]System.Nullable`1<valuetype ['generic-unboxing.2']UnboxTest.Unbo…
48 …// IL_0004: call instance !0 valuetype [mscorlib]System.Nullable`1<valuetype ['generic-unboxing.2…
49 …IL_0009: box valuetype [mscorlib]System.Nullable`1<valuetype ['generic-unboxing.2']UnboxTest.Unbo…
H A Dgeneric-unboxing.2.il6 .assembly 'generic-unboxing.2'
15 .module 'generic-unboxing.2.dll' // GUID = {0285A5AB-E59B-4ED1-848C-3BB9C270CB7D}
/dports/lang/racket/racket-8.3/share/pkgs/typed-racket-lib/typed-racket/optimizer/
H A Dfloat-complex.rkt49 (define-syntax-rule (log-unboxing-opt opt-label)
50 (log-opt opt-label "Complex number unboxing."))
161 #:do [(log-unboxing-opt "unboxed unary float complex")]
281 #:do [(log-unboxing-opt "leave var unboxed")]
284 ;; else, do the unboxing here
291 #:do [(log-unboxing-opt "unboxed literal")]
299 #:do [(log-unboxing-opt "unbox float-complex")]
320 #:do [(log-unboxing-opt
386 #:do [(log-unboxing-opt "make-polar")]
392 #:do [(log-unboxing-opt "unboxed call site")
[all …]
H A Dunboxed-let.rkt33 ;; we can extend unboxing
43 #:do [(log-opt "unboxed call site" "Complex number unboxing")
64 ;; This is split from actually unboxing so that variables defined in later clauses will be
135 ;; from unboxing.
192 ;; it's worth unboxing
204 ;; if it's worth unboxing, so just give up
210 ;; if the variable gets rebound to something else, we look for unboxing
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/cleanup/
H A DUnnecessaryCodeTabPage.java91 …CheckboxPreference unboxing= createCheckboxPref(unnecessaryGroup, numColumns, CleanUpMessages.Unne… in doCreatePreferences() local
92 registerPreference(unboxing); in doCreatePreferences()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/
H A DNodeFactory.NativeLayout.cs578 …public MethodEntrypointSlotKey(MethodDesc method, bool unboxing, IMethodNode functionPointerTarget) in MethodEntrypointSlotKey()
580 Unboxing = unboxing; in MethodEntrypointSlotKey()
618 …ctionarySlotNode MethodEntrypointDictionarySlot(MethodDesc method, bool unboxing, IMethodNode func… in MethodEntrypointDictionarySlot() argument
620 …int_GenericDictionarySlots.GetOrAdd(new MethodEntrypointSlotKey(method, unboxing, functionPointerT… in MethodEntrypointDictionarySlot()
/dports/devel/py-numba/numba-0.51.2/docs/source/extending/
H A Dlow-level.rst18 * *Boxing* and *unboxing* convert Python objects into native values, and
150 Boxing and unboxing
174 Register the decorated function as unboxing values matching the *typespec*.
178 should return a ``NativeValue`` object giving the unboxing result value
H A Dinterval-example.rst227 Boxing and unboxing
262 may have happened when unboxing the object (try passing ``Interval('a', 'b')``
320 * Implementing an unboxing function for a Numba type using the ``@unbox`` decorator
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/
H A DvmSymbols.cpp286 static vmIntrinsics::ID wrapper_intrinsic(BasicType type, bool unboxing) { in wrapper_intrinsic() argument
287 #define TYPE2(type, unboxing) ((int)(type)*2 + ((unboxing) ? 1 : 0)) in wrapper_intrinsic() argument
288 switch (TYPE2(type, unboxing)) { in wrapper_intrinsic()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/
H A DvmSymbols.cpp286 static vmIntrinsics::ID wrapper_intrinsic(BasicType type, bool unboxing) { in wrapper_intrinsic() argument
287 #define TYPE2(type, unboxing) ((int)(type)*2 + ((unboxing) ? 1 : 0)) in wrapper_intrinsic() argument
288 switch (TYPE2(type, unboxing)) { in wrapper_intrinsic()
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/misc/
H A Dgcwords.ml22 (* This should allocate > 3k words (varying slightly by unboxing) *)
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/misc/
H A Dgcwords.ml22 (* This should allocate > 3k words (varying slightly by unboxing) *)
/dports/devel/py-jep/jep-3.9.1/release_notes/
H A D2.0-notes.rst4 Autoboxing and unboxing
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/typing-unboxed/
H A Dtest.ml103 (* Bad: unboxing the function type *)
106 (* Bad: unboxing a "deep" sub-type. *)
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/typing-unboxed/
H A Dtest.ml103 (* Bad: unboxing the function type *)
106 (* Bad: unboxing a "deep" sub-type. *)
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalacastexpression.vala206 // GVariant unboxing returns owned value
216 // GValue unboxing returns unowned value
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A DvmSymbols.cpp309 static vmIntrinsics::ID wrapper_intrinsic(BasicType type, bool unboxing) { in wrapper_intrinsic() argument
310 #define TYPE2(type, unboxing) ((int)(type)*2 + ((unboxing) ? 1 : 0)) in wrapper_intrinsic() argument
311 switch (TYPE2(type, unboxing)) { in wrapper_intrinsic()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/classfile/
H A DvmSymbols.cpp310 static vmIntrinsics::ID wrapper_intrinsic(BasicType type, bool unboxing) { in wrapper_intrinsic() argument
311 #define TYPE2(type, unboxing) ((int)(type)*2 + ((unboxing) ? 1 : 0)) in wrapper_intrinsic() argument
312 switch (TYPE2(type, unboxing)) { in wrapper_intrinsic()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A DvmSymbols.cpp309 static vmIntrinsics::ID wrapper_intrinsic(BasicType type, bool unboxing) { in wrapper_intrinsic() argument
310 #define TYPE2(type, unboxing) ((int)(type)*2 + ((unboxing) ? 1 : 0)) in wrapper_intrinsic() argument
311 switch (TYPE2(type, unboxing)) { in wrapper_intrinsic()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/classfile/
H A DvmSymbols.cpp309 static vmIntrinsics::ID wrapper_intrinsic(BasicType type, bool unboxing) { in wrapper_intrinsic() argument
310 #define TYPE2(type, unboxing) ((int)(type)*2 + ((unboxing) ? 1 : 0)) in wrapper_intrinsic() argument
311 switch (TYPE2(type, unboxing)) { in wrapper_intrinsic()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/classfile/
H A DvmSymbols.cpp296 static vmIntrinsics::ID wrapper_intrinsic(BasicType type, bool unboxing) { in wrapper_intrinsic() argument
297 #define TYPE2(type, unboxing) ((int)(type)*2 + ((unboxing) ? 1 : 0)) in wrapper_intrinsic() argument
298 switch (TYPE2(type, unboxing)) { in wrapper_intrinsic()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/classfile/
H A DvmSymbols.cpp310 static vmIntrinsics::ID wrapper_intrinsic(BasicType type, bool unboxing) { in wrapper_intrinsic() argument
311 #define TYPE2(type, unboxing) ((int)(type)*2 + ((unboxing) ? 1 : 0)) in wrapper_intrinsic() argument
312 switch (TYPE2(type, unboxing)) { in wrapper_intrinsic()
/dports/devel/py-numba/numba-0.51.2/docs/source/developer/
H A Dhashing.rst43 internal representation for Unicode strings when unboxing them to its own
/dports/lang/ocaml/ocaml-4.05.0/
H A D.gitignore253 /testsuite/tests/float-unboxing/*.flambda
254 /testsuite/tests/float-unboxing/float_inline.ml
/dports/lang/ocaml-nox11/ocaml-4.05.0/
H A D.gitignore253 /testsuite/tests/float-unboxing/*.flambda
254 /testsuite/tests/float-unboxing/float_inline.ml

123456