/external/v8/test/cctest/ |
D | test-representation.cc | 36 void TestPairPositive(Representation more_general, in TestPairPositive() 37 Representation less_general) { in TestPairPositive() 42 void TestPairNegative(Representation more_general, in TestPairNegative() 43 Representation less_general) { in TestPairNegative() 49 TestPairNegative(Representation::None(), Representation::None()); in TEST() 50 TestPairPositive(Representation::Integer8(), Representation::None()); in TEST() 51 TestPairPositive(Representation::UInteger8(), Representation::None()); in TEST() 52 TestPairPositive(Representation::Integer16(), Representation::None()); in TEST() 53 TestPairPositive(Representation::UInteger16(), Representation::None()); in TEST() 54 TestPairPositive(Representation::Smi(), Representation::None()); in TEST() [all …]
|
D | test-field-type-tracking.cc | 75 Representation representation, int field_index = -1) { in EqualDetails() 90 Representation representations_[MAX_PROPERTIES]; 103 Representation representation, Handle<Object> value) { in Init() 152 Representation representation, Handle<HeapType> value) { in SetDataField() 156 void SetDataField(int index, Representation representation, in SetDataField() 162 Init(index, ACCESSOR, attrs, Representation::Tagged(), in SetAccessorField() 172 Init(index, DATA_CONSTANT, attrs, Representation::HeapObject(), value); in SetDataConstant() 181 Init(index, ACCESSOR_CONSTANT, attrs, Representation::Tagged(), getter); in SetAccessorConstant() 217 representations_[index] = Representation::Tagged(); in GeneralizeRepresentation() 282 Representation representation, in AddDataField() [all …]
|
D | test-macro-assembler-x87.cc | 71 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger8()); in TEST() 76 __ Load(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger8()); in TEST() 85 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::Integer8()); in TEST() 90 __ Load(ebx, Operand(esp, 0 * kPointerSize), Representation::Integer8()); in TEST() 99 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::Integer16()); in TEST() 104 __ Load(edx, Operand(esp, 0 * kPointerSize), Representation::Integer16()); in TEST() 113 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger16()); in TEST() 118 __ Load(edx, Operand(esp, 0 * kPointerSize), Representation::UInteger16()); in TEST()
|
D | test-macro-assembler-ia32.cc | 71 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger8()); in TEST() 76 __ Load(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger8()); in TEST() 85 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::Integer8()); in TEST() 90 __ Load(ebx, Operand(esp, 0 * kPointerSize), Representation::Integer8()); in TEST() 99 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::Integer16()); in TEST() 104 __ Load(edx, Operand(esp, 0 * kPointerSize), Representation::Integer16()); in TEST() 113 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger16()); in TEST() 118 __ Load(edx, Operand(esp, 0 * kPointerSize), Representation::UInteger16()); in TEST()
|
D | test-macro-assembler-arm.cc | 159 __ Store(r2, MemOperand(sp, 0 * kPointerSize), Representation::UInteger8()); in TEST() 165 __ Load(r3, MemOperand(sp, 0 * kPointerSize), Representation::UInteger8()); in TEST() 174 __ Store(r2, MemOperand(sp, 0 * kPointerSize), Representation::Integer8()); in TEST() 180 __ Load(r3, MemOperand(sp, 0 * kPointerSize), Representation::Integer8()); in TEST() 189 __ Store(r2, MemOperand(sp, 0 * kPointerSize), Representation::UInteger16()); in TEST() 195 __ Load(r3, MemOperand(sp, 0 * kPointerSize), Representation::UInteger16()); in TEST() 204 __ Store(r2, MemOperand(sp, 0 * kPointerSize), Representation::Integer16()); in TEST() 210 __ Load(r3, MemOperand(sp, 0 * kPointerSize), Representation::Integer16()); in TEST()
|
D | test-transitions.cc | 55 attributes, Representation::Tagged(), in TEST() 59 attributes, Representation::Tagged(), in TEST() 106 attributes, Representation::Tagged(), in TEST() 110 attributes, Representation::Tagged(), in TEST() 164 attributes, Representation::Tagged(), in TEST() 213 attributes, Representation::Tagged(), in TEST() 256 Representation::Tagged(), in TEST() 275 attributes, Representation::Tagged(), in TEST()
|
D | test-unboxed-doubles.cc | 84 static Representation representations[PROP_KIND_NUMBER] = { 85 Representation::None(), Representation::Smi(), Representation::Double(), 86 Representation::Tagged()}; 954 Representation::Smi(), in TEST() 958 NONE, Representation::Double(), in TEST() 972 Representation::Double(), in TEST() 1011 NONE, Representation::Tagged(), in TEST() 1016 Representation::Double(), in TEST() 1041 Representation::Double(), in TEST() 1103 Representation::Double(), in TEST() [all …]
|
/external/v8/src/ |
D | property-details.h | 86 class Representation { 103 Representation() : kind_(kNone) { } in Representation() function 105 static Representation None() { return Representation(kNone); } in None() 106 static Representation Tagged() { return Representation(kTagged); } in Tagged() 107 static Representation Integer8() { return Representation(kInteger8); } in Integer8() 108 static Representation UInteger8() { return Representation(kUInteger8); } in UInteger8() 109 static Representation Integer16() { return Representation(kInteger16); } in Integer16() 110 static Representation UInteger16() { return Representation(kUInteger16); } in UInteger16() 111 static Representation Smi() { return Representation(kSmi); } in Smi() 112 static Representation Integer32() { return Representation(kInteger32); } in Integer32() [all …]
|
D | property.h | 61 Representation representation, 78 PropertyAttributes attributes, Representation representation) in DataDescriptor() 84 PropertyAttributes attributes, Representation representation) in DataDescriptor() 106 Representation::Tagged()) {} in AccessorConstantDescriptor()
|
D | types.cc | 150 return type->Representation(); in Glb() 514 typename TypeImpl<Config>::bitset TypeImpl<Config>::Representation() { in Representation() function in v8::internal::TypeImpl 534 if (!BitsetType::Is(Representation(), that->Representation())) { in SlowIs() 772 type1->Representation() & type2->Representation(); in Intersect() 995 type1->Representation() | type2->Representation(); in Union() 1067 if (representation == unioned->Get(1)->Representation()) { in NormalizeUnion() 1087 typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::Representation( in Representation() function in v8::internal::TypeImpl 1089 return BitsetType::New(t->Representation(), region); in Representation()
|
/external/v8/src/crankshaft/ |
D | hydrogen-instructions.h | 269 bool AddAndCheckOverflow(const Representation& r, Range* other); 270 bool SubAndCheckOverflow(const Representation& r, Range* other); 271 bool MulAndCheckOverflow(const Representation& r, Range* other); 520 Representation representation() const { return representation_; } in representation() 521 void ChangeRepresentation(Representation r) { in ChangeRepresentation() 531 virtual void AssumeRepresentation(Representation r); 533 virtual Representation KnownOptimalRepresentation() { in KnownOptimalRepresentation() 534 Representation r = representation(); in KnownOptimalRepresentation() 537 if (t.IsSmi()) return Representation::Smi(); in KnownOptimalRepresentation() 538 if (t.IsHeapNumber()) return Representation::Double(); in KnownOptimalRepresentation() [all …]
|
D | hydrogen-instructions.cc | 51 void HValue::AssumeRepresentation(Representation r) { in AssumeRepresentation() 63 Representation new_rep = RepresentationFromInputs(); in InferRepresentation() 69 Representation::Integer32(), h_infer, "use requirements"); in InferRepresentation() 74 Representation HValue::RepresentationFromUses() { in RepresentationFromUses() 75 if (HasNoUses()) return Representation::None(); in RepresentationFromUses() 76 Representation result = Representation::None(); in RepresentationFromUses() 80 Representation rep = use->observed_input_representation(it.index()); in RepresentationFromUses() 95 return result.IsExternal() ? Representation::None() : result; in RepresentationFromUses() 99 void HValue::UpdateRepresentation(Representation new_rep, in UpdateRepresentation() 102 Representation r = representation(); in UpdateRepresentation() [all …]
|
D | hydrogen-representation-changes.cc | 11 HValue* value, HValue* use_value, int use_index, Representation to) { in InsertRepresentationChangeForUse() 55 Representation from_rep = change->from(); in IsNonDeoptingIntToSmiChange() 56 Representation to_rep = change->to(); in IsNonDeoptingIntToSmiChange() 65 Representation r = value->representation(); in InsertRepresentationChangesForValue() 71 Representation req = use_value->RequiredInputRepresentation(use_index); in InsertRepresentationChangesForValue() 85 Representation req = use_value->RequiredInputRepresentation(use_index); in InsertRepresentationChangesForValue()
|
D | hydrogen-infer-representation.cc | 144 phi->ChangeRepresentation(Representation::Tagged()); in Run() 152 current->ChangeRepresentation(Representation::Double()); in Run() 154 current->ChangeRepresentation(Representation::Tagged()); in Run()
|
/external/clang/lib/AST/ |
D | NestedNameSpecifier.cpp | 479 : Representation(Other.Representation), Buffer(nullptr), in NestedNameSpecifierLocBuilder() 500 Representation = Other.Representation; in operator =() 539 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend() 552 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend() 564 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend() 576 Representation = NestedNameSpecifier::Create(Context, Representation, Alias); in Extend() 585 assert(!Representation && "Already have a nested-name-specifier!?"); in MakeGlobal() 586 Representation = NestedNameSpecifier::GlobalSpecifier(Context); in MakeGlobal() 596 Representation = NestedNameSpecifier::SuperSpecifier(Context, RD); in MakeSuper() 606 Representation = Qualifier; in MakeTrivial() [all …]
|
/external/v8/src/compiler/ |
D | linkage.cc | 25 MachineType reptyp(Representation representation) { in reptyp() 27 case Representation::kInteger8: in reptyp() 29 case Representation::kUInteger8: in reptyp() 31 case Representation::kInteger16: in reptyp() 33 case Representation::kUInteger16: in reptyp() 35 case Representation::kInteger32: in reptyp() 37 case Representation::kSmi: in reptyp() 38 case Representation::kTagged: in reptyp() 39 case Representation::kHeapObject: in reptyp() 41 case Representation::kDouble: in reptyp() [all …]
|
/external/clang/include/clang/AST/ |
D | NestedNameSpecifier.h | 341 NestedNameSpecifier *Representation; variable 361 : Representation(nullptr), Buffer(nullptr), BufferSize(0), in NestedNameSpecifierLocBuilder() 375 NestedNameSpecifier *getRepresentation() const { return Representation; } in getRepresentation() 468 return NestedNameSpecifierLoc(Representation, Buffer).getSourceRange(); in getSourceRange() 484 return NestedNameSpecifierLoc(Representation, Buffer); in getTemporary() 490 Representation = nullptr; in Clear()
|
/external/clang/include/clang/Serialization/ |
D | ContinuousRangeMap.h | 45 typedef SmallVector<value_type, InitialCapacity> Representation; typedef 46 Representation Rep; 83 typedef typename Representation::iterator iterator; 84 typedef typename Representation::const_iterator const_iterator;
|
/external/v8/src/crankshaft/arm/ |
D | lithium-gap-resolver-arm.cc | 237 Representation r = cgen_->IsSmi(constant_source) in EmitMove() 238 ? Representation::Smi() : Representation::Integer32(); in EmitMove() 252 Representation r = cgen_->IsSmi(constant_source) in EmitMove() 253 ? Representation::Smi() : Representation::Integer32(); in EmitMove()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-gap-resolver-mips.cc | 230 Representation r = cgen_->IsSmi(constant_source) in EmitMove() 231 ? Representation::Smi() : Representation::Integer32(); in EmitMove() 244 Representation r = cgen_->IsSmi(constant_source) in EmitMove() 245 ? Representation::Smi() : Representation::Integer32(); in EmitMove()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-gap-resolver-x87.cc | 295 Representation r = cgen_->IsSmi(constant_source) in EmitMove() 296 ? Representation::Smi() : Representation::Integer32(); in EmitMove() 315 Representation r = cgen_->IsSmi(constant_source) in EmitMove() 316 ? Representation::Smi() : Representation::Integer32(); in EmitMove()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-gap-resolver-ia32.cc | 294 Representation r = cgen_->IsSmi(constant_source) in EmitMove() 295 ? Representation::Smi() : Representation::Integer32(); in EmitMove() 318 Representation r = cgen_->IsSmi(constant_source) in EmitMove() 319 ? Representation::Smi() : Representation::Integer32(); in EmitMove()
|
/external/robolectric/v1/src/main/java/android/net/ |
D | Uri__FromAndroid.java | 1898 static class Representation { class in Uri__FromAndroid.AbstractPart 1928 parcel.writeInt(Representation.BOTH); in writeTo() 1932 parcel.writeInt(Representation.ENCODED); in writeTo() 1935 parcel.writeInt(Representation.DECODED); in writeTo() 1972 case Representation.BOTH: in readFrom() 1974 case Representation.ENCODED: in readFrom() 1976 case Representation.DECODED: in readFrom() 2156 case Representation.BOTH: in readFrom() 2158 case Representation.ENCODED: in readFrom() 2160 case Representation.DECODED: in readFrom()
|
/external/libjpeg-turbo/simd/ |
D | jsimdcfg.inc | 41 ; Representation of a single sample (pixel element value). 47 ; Representation of a DCT frequency coefficient.
|
/external/libjpeg-turbo/win/ |
D | jsimdcfg.inc | 41 ; Representation of a single sample (pixel element value). 47 ; Representation of a DCT frequency coefficient.
|