Home
last modified time | relevance | path

Searched refs:Representation (Results 1 – 25 of 135) sorted by relevance

123456

/external/v8/src/
Dproperty-details.h89 class Representation {
106 Representation() : kind_(kNone) { } in Representation() function
108 static Representation None() { return Representation(kNone); } in None()
109 static Representation Tagged() { return Representation(kTagged); } in Tagged()
110 static Representation Integer8() { return Representation(kInteger8); } in Integer8()
111 static Representation UInteger8() { return Representation(kUInteger8); } in UInteger8()
112 static Representation Integer16() { return Representation(kInteger16); } in Integer16()
113 static Representation UInteger16() { return Representation(kUInteger16); } in UInteger16()
114 static Representation Smi() { return Representation(kSmi); } in Smi()
115 static Representation Integer32() { return Representation(kInteger32); } in Integer32()
[all …]
Dproperty.h53 Representation representation, int field_index = 0)
72 PropertyAttributes attributes, Representation representation);
76 PropertyAttributes attributes, Representation representation) in DataDescriptor()
98 Representation::Tagged()) {} in AccessorConstantDescriptor()
Dcode-stubs-hydrogen.cc62 Representation GetParameterRepresentation(int parameter) { in GetParameterRepresentation()
82 Representation representation,
123 Representation r = GetParameterRepresentation(i); in BuildGraph()
735 Representation representation = index.is_double() in BuildLoadNamedField()
736 ? Representation::Double() in BuildLoadNamedField()
737 : Representation::Tagged(); in BuildLoadNamedField()
746 object, nullptr, access.WithRepresentation(Representation::Tagged())); in BuildLoadNamedField()
770 Map::kDescriptorsOffset, Representation::Tagged()); in BuildCodeStub()
783 Representation representation, bool transition_to_field) { in BuildStoreNamedField()
794 access.WithRepresentation(Representation::Tagged()); in BuildStoreNamedField()
/external/v8/src/crankshaft/
Dhydrogen-instructions.h189 Representation RepresentationFromMachineType(MachineType type);
255 bool AddAndCheckOverflow(const Representation& r, Range* other);
256 bool SubAndCheckOverflow(const Representation& r, Range* other);
257 bool MulAndCheckOverflow(const Representation& r, Range* other);
503 Representation representation() const { return representation_; } in representation()
504 void ChangeRepresentation(Representation r) { in ChangeRepresentation()
514 virtual void AssumeRepresentation(Representation r);
516 virtual Representation KnownOptimalRepresentation() { in KnownOptimalRepresentation()
517 Representation r = representation(); in KnownOptimalRepresentation()
520 if (t.IsSmi()) return Representation::Smi(); in KnownOptimalRepresentation()
[all …]
Dhydrogen-instructions.cc48 Representation RepresentationFromMachineType(MachineType type) { in HYDROGEN_CONCRETE_INSTRUCTION_LIST()
50 return Representation::Integer32(); in HYDROGEN_CONCRETE_INSTRUCTION_LIST()
54 return Representation::Smi(); in HYDROGEN_CONCRETE_INSTRUCTION_LIST()
58 return Representation::External(); in HYDROGEN_CONCRETE_INSTRUCTION_LIST()
61 return Representation::Tagged(); in HYDROGEN_CONCRETE_INSTRUCTION_LIST()
70 void HValue::AssumeRepresentation(Representation r) { in AssumeRepresentation()
82 Representation new_rep = RepresentationFromInputs(); in InferRepresentation()
88 Representation::Integer32(), h_infer, "use requirements"); in InferRepresentation()
93 Representation HValue::RepresentationFromUses() { in RepresentationFromUses()
94 if (HasNoUses()) return Representation::None(); in RepresentationFromUses()
[all …]
Dhydrogen-representation-changes.cc11 HValue* value, HValue* use_value, int use_index, Representation to) { in InsertRepresentationChangeForUse()
52 Representation from_rep = change->from(); in IsNonDeoptingIntToSmiChange()
53 Representation to_rep = change->to(); in IsNonDeoptingIntToSmiChange()
62 Representation r = value->representation(); in InsertRepresentationChangesForValue()
68 Representation req = use_value->RequiredInputRepresentation(use_index); in InsertRepresentationChangesForValue()
82 Representation req = use_value->RequiredInputRepresentation(use_index); in InsertRepresentationChangesForValue()
Dhydrogen-infer-representation.cc144 phi->ChangeRepresentation(Representation::Tagged()); in Run()
152 current->ChangeRepresentation(Representation::Double()); in Run()
154 current->ChangeRepresentation(Representation::Tagged()); in Run()
Dhydrogen-representation-changes.h25 Representation to);
/external/clang/lib/AST/
DNestedNameSpecifier.cpp493 : Representation(Other.Representation), Buffer(nullptr), in NestedNameSpecifierLocBuilder()
514 Representation = Other.Representation; in operator =()
553 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend()
566 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend()
578 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend()
590 Representation = NestedNameSpecifier::Create(Context, Representation, Alias); in Extend()
599 assert(!Representation && "Already have a nested-name-specifier!?"); in MakeGlobal()
600 Representation = NestedNameSpecifier::GlobalSpecifier(Context); in MakeGlobal()
610 Representation = NestedNameSpecifier::SuperSpecifier(Context, RD); in MakeSuper()
620 Representation = Qualifier; in MakeTrivial()
[all …]
/external/v8/src/ic/
Dhandler-configuration-inl.h84 Representation representation, in StoreField()
88 case Representation::kSmi: in StoreField()
91 case Representation::kDouble: in StoreField()
94 case Representation::kHeapObject: in StoreField()
97 case Representation::kTagged: in StoreField()
120 Representation representation) { in StoreField()
127 Representation representation, in TransitionToField()
Dhandler-configuration.h178 Representation representation);
184 Representation representation,
196 Representation representation,
/external/clang/include/clang/AST/
DNestedNameSpecifier.h342 NestedNameSpecifier *Representation; variable
362 : Representation(nullptr), Buffer(nullptr), BufferSize(0), in NestedNameSpecifierLocBuilder()
376 NestedNameSpecifier *getRepresentation() const { return Representation; } in getRepresentation()
469 return NestedNameSpecifierLoc(Representation, Buffer).getSourceRange(); in getSourceRange()
485 return NestedNameSpecifierLoc(Representation, Buffer); in getTemporary()
491 Representation = nullptr; in Clear()
/external/clang/include/clang/Serialization/
DContinuousRangeMap.h45 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/llvm/test/DebugInfo/COFF/
Dtypes-ptr-to-member.ll39 ; CHECK: Representation: SingleInheritanceData (0x1)
53 ; CHECK: Representation: MultipleInheritanceData (0x2)
67 ; CHECK: Representation: VirtualInheritanceData (0x3)
81 ; CHECK: Representation: GeneralData (0x4)
98 ; CHECK: Representation: SingleInheritanceFunction (0x5)
112 ; CHECK: Representation: MultipleInheritanceFunction (0x6)
126 ; CHECK: Representation: VirtualInheritanceFunction (0x7)
140 ; CHECK: Representation: GeneralFunction (0x8)
156 ; CHECK: Representation: Unknown (0x0)
172 ; CHECK: Representation: Unknown (0x0)
/external/v8/src/crankshaft/mips/
Dlithium-gap-resolver-mips.cc230 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/arm/
Dlithium-gap-resolver-arm.cc237 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/x87/
Dlithium-gap-resolver-x87.cc292 Representation r = cgen_->IsSmi(constant_source) in EmitMove()
293 ? Representation::Smi() : Representation::Integer32(); in EmitMove()
312 Representation r = cgen_->IsSmi(constant_source) in EmitMove()
313 ? Representation::Smi() : Representation::Integer32(); in EmitMove()
/external/v8/src/crankshaft/ia32/
Dlithium-gap-resolver-ia32.cc291 Representation r = cgen_->IsSmi(constant_source) in EmitMove()
292 ? Representation::Smi() : Representation::Integer32(); in EmitMove()
315 Representation r = cgen_->IsSmi(constant_source) in EmitMove()
316 ? Representation::Smi() : Representation::Integer32(); in EmitMove()
Dlithium-codegen-ia32.h62 Immediate ToImmediate(LOperand* op, const Representation& r) const { in ToImmediate()
226 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
232 Representation key_representation,
/external/robolectric/v1/src/main/java/android/net/
DUri__FromAndroid.java1898 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/v8/src/ast/
Dast-types.cc123 return type->Representation(); in Glb()
496 AstType::bitset AstType::Representation() { in Representation() function in v8::internal::AstType
514 if (!AstBitsetType::Is(Representation(), that->Representation())) { in SlowIs()
753 type1->Representation() & type2->Representation(); in Intersect()
966 type1->Representation() | type2->Representation(); in Union()
1037 if (representation == unioned->Get(1)->Representation()) { in NormalizeUnion()
1055 AstType* AstType::Representation(AstType* t, Zone* zone) { in Representation() function in v8::internal::AstType
1056 return AstBitsetType::New(t->Representation()); in Representation()
/external/libjpeg-turbo/win/
Djsimdcfg.inc41 ; Representation of a single sample (pixel element value).
47 ; Representation of a DCT frequency coefficient.
/external/libjpeg-turbo/simd/
Djsimdcfg.inc41 ; Representation of a single sample (pixel element value).
47 ; Representation of a DCT frequency coefficient.
/external/clang/test/CXX/temp/temp.decls/temp.friend/
Dp1.cpp32 class Representation {}; class
33 friend class Representation;
/external/libnl/python/doc/
Droute_addr.rst41 Representation of a configured network address.

123456