/art/compiler/optimizing/ |
code_generator_x86.h | 85 Location GetNextLocation(Primitive::Type type) OVERRIDE; 86 Location GetReturnLocation(Primitive::Type type) const OVERRIDE; 105 Location GetReturnLocation(Primitive::Type type) const OVERRIDE { 106 return Primitive::Is64BitType(type) 110 Location GetSetValueLocation(Primitive::Type type, bool is_instance) const OVERRIDE { 111 return Primitive::Is64BitType(type) 117 Location GetFpuLocation(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE { 320 void MoveLocation(Location dst, Location src, Primitive::Type dst_type) OVERRIDE; 409 void MoveFromReturnRegister(Location trg, Primitive::Type type) OVERRIDE; 431 bool NeedsTwoRegisters(Primitive::Type type) const OVERRIDE [all...] |
register_allocator_test.cc | 430 LiveInterval* interval = LiveInterval::MakeFixedInterval(&allocator, 0, Primitive::kPrimInt); 434 interval = LiveInterval::MakeFixedInterval(&allocator, 0, Primitive::kPrimInt); 438 interval = LiveInterval::MakeFixedInterval(&allocator, 0, Primitive::kPrimInt); 466 graph->GetDexFile(), 0, 0, Primitive::kPrimNot); 474 Primitive::kPrimBoolean, 498 *phi = new (allocator) HPhi(allocator, 0, 0, Primitive::kPrimInt); 501 Primitive::kPrimInt, 510 Primitive::kPrimInt, 619 graph->GetDexFile(), 0, 0, Primitive::kPrimNot); 627 Primitive::kPrimInt [all...] |
/art/runtime/ |
transaction.cc | 494 Primitive::Type type = array->GetClass()->GetComponentType()->GetPrimitiveType(); 500 void Transaction::ArrayLog::UndoArrayWrite(mirror::Array* array, Primitive::Type array_type, 505 case Primitive::kPrimBoolean: 508 case Primitive::kPrimByte: 511 case Primitive::kPrimChar: 514 case Primitive::kPrimShort: 517 case Primitive::kPrimInt: 520 case Primitive::kPrimFloat: 523 case Primitive::kPrimLong: 526 case Primitive::kPrimDouble [all...] |
primitive.h | 36 class Primitive { 134 LOG(FATAL) << "Primitive char conversion on invalid type " << static_cast<int>(type); 224 DISALLOW_IMPLICIT_CONSTRUCTORS(Primitive); 227 std::ostream& operator<<(std::ostream& os, const Primitive::Type& state);
|
/external/pdfium/third_party/bigint/ |
BigUnsigned.hh | 14 * be converted to and from most primitive integer types. 62 // Constructors from primitive integer types 75 /* Converters to primitive integer types 142 * the primitive integer types. These operators take one or two 197 * primitive integer semantics under division by zero. See the 352 /* Templates for conversions of BigUnsigned to and from primitive integers. 358 // CONSTRUCTION FROM PRIMITIVE INTEGERS 360 /* Initialize this BigUnsigned from the given primitive integer. The same 361 * pattern works for all primitive integer types, so I put it into a template to 363 * it only with primitive integer types.) Type X could be signed, but x i [all...] |
/external/mesa3d/src/mesa/drivers/dri/i915/ |
intel_tris.c | 69 assert(intel->prim.primitive != ~0); 77 _3DPRIMITIVE | intel->prim.primitive | (used - 2); 85 intel->prim.primitive = ~0; 100 /* Emit a slot which will be filled with the inline primitive 106 intel->prim.primitive = prim; 118 GLuint prim = intel->prim.primitive; 144 /** Sets the primitive type for a primitive sequence, flushing as needed. */ 153 if (prim != intel->prim.primitive) { 155 intel->prim.primitive = prim [all...] |
/art/runtime/interpreter/ |
interpreter_goto_table_impl.cc | [all...] |
interpreter_switch_impl.cc | [all...] |
/art/runtime/lambda/ |
closure_builder-inl.h | 28 static_assert(ShortyFieldTypeTraits::IsPrimitiveType<T>(), "T must be a primitive type");
|
/art/runtime/verifier/ |
reg_type_cache.cc | 107 const RegType& RegTypeCache::RegTypeFromPrimitiveType(Primitive::Type prim_type) const { 110 case Primitive::kPrimBoolean: 112 case Primitive::kPrimByte: 114 case Primitive::kPrimShort: 116 case Primitive::kPrimChar: 118 case Primitive::kPrimInt: 120 case Primitive::kPrimLong: 122 case Primitive::kPrimFloat: 124 case Primitive::kPrimDouble: 126 case Primitive::kPrimVoid [all...] |
/art/test/044-proxy/src/ |
Clash2.java | 24 * duplicate methods (primitive types).
|
/art/test/800-smali/smali/ |
b_27799205_3.smali | 4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
|
b_27799205_5.smali | 4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
|
/cts/tests/tests/rscpp/librscpptest/ |
primitives.rs | 3 // Testing primitive types
|
/development/samples/ApiDemos/res/xml/ |
fragmented_preferences_inner.xml | 17 <!-- This is a primitive example showing the different types of preferences available. -->
|
preference_dependencies.xml | 17 <!-- This is a primitive example showing how some preferences can depend on other preferences. -->
|
preference_switch | 17 <!-- This is a primitive example showing the different types of preferences available. -->
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1Choice.java | 18 * NOTE 1 — The encoding may be primitive or constructed depending on the chosen type.
|
ASN1Primitive.java | 6 * Base class for ASN.1 primitive objects. These are the actual objects used to generate byte encodings.
|
/external/deqp/doc/testspecs/GL3/ |
functional.conditional_render.txt | 55 Conditional rendering is tested with various depth function/primitive 89 rendered primitive (excluding the first) is also used for an occlusion query 90 that controls the rendering of the next primitive, which in turn is used for 91 the next occlusion query and so on. In some of these test one primitive in
|
/external/guava/guava/src/com/google/common/math/ |
package-info.java | 18 * Arithmetic functions operating on primitive values and {@link java.math.BigInteger} instances.
|
/external/jsmn/ |
jsmn.h | 13 * o Other primitive: number, boolean (true/false) or null
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_context.h | 121 /** The reduced version of the primitive supplied by the state tracker */ 128 * The reduced primitive after unfilled triangles, wide-line decomposition, 129 * etc, are taken into account. This is the primitive type that's actually 166 /** The primitive drawing context */
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_ioctl.h | 55 GLuint primitive, 61 GLuint primitive, 74 /* Close off the last primitive, if it exists. 82 /* Can accomodate several state changes and primitive changes without
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_ioctl.h | 50 GLuint primitive, 58 GLuint primitive, 90 /* Close off the last primitive, if it exists. 98 /* Can accomodate several state changes and primitive changes without
|