Searched full:primitives (Results 1 – 25 of 92) sorted by relevance
1234
23 PRIMITIVES = Hash.new() constant43 data.primitives.each do |primitive|45 Signatures::PRIMITIVES[primitive.ref] = primitive.name
56 // array of primitives (char)63 // array of primitives (long)71 // array of primitives (int)77 // array of primitives (boolean)91 // array of boxed primitives (Char) with implicit unboxing103 // array of primitives (int) with implicit boxing108 // array of primitives (boolean) with implicit boxing
16 # primitives equal26 # primitives not equal
24 # Do not check files with primitives wrappers.29 # Do not check files with primitives wrappers.
6 # Timeouts. Will be fixed when generics accept primitives as type arguments
37 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…200 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…241 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…284 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…345 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…413 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…760 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…1134 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…1178 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
14 --- # List of allowed widening primitives conversion
27 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…161 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…202 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…263 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…645 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
110 description: Check ldarr reads correct items from array of primitives.155 …description: Check ldarr reads correct items from array of primitives. Inspect different indexes a…
33 // Important corner case for casting primitives to the boxed counterparts:
37 // Important corner case for casting primitives to the boxed counterparts:
16 # primitives
23 // Primitives types in ToEtsClassRoot()
41 % Signatures::PRIMITIVES.each do |ref, name|45 // TypeDescriptor primitives
36 utf::CStringAsMutf8("Object is not an array of primitives")); in EtsArrayBufferFrom()
207 // This temp object is needed because es2panda cannot change captured primitives218 // This temp object is needed because es2panda cannot change captured primitives229 // This temp object is needed because es2panda cannot change captured primitives240 // This temp object is needed because es2panda cannot change captured primitives
83 enum class Primitives; variable
19 # array of primitives
110 # Autoboxing of primitives
94 # Function to check correct usage of std primitives.
38 … # Basic ArkCompiler runtime library, including logs, synchronization primitives, and common data…
104 // present, primitives will be boxed, and LUB is calculated for all of them. in CalculateLUBForTuple()
76 // primitives and boxed, different return types and throws clauses121 // arrays of primitives and boxed, different return types and throws clauses
186 // NOTE(vpukhov): fix boxed primitives casts