/external/v8/src/objects/ |
D | field-index.h | 24 enum Encoding { kTagged, kDouble, kWord32 }; enumerator 93 case Representation::kTagged: in FieldEncoding() 94 return kTagged; in FieldEncoding() 102 return kTagged; in FieldEncoding()
|
D | property-details.h | 83 enum Kind { kNone, kSmi, kDouble, kHeapObject, kTagged, kNumRepresentations }; enumerator 88 static Representation Tagged() { return Representation(kTagged); } in Tagged() 154 bool IsTagged() const { return kind_ == kTagged; } in IsTagged() 164 case kTagged: in Mnemonic()
|
D | field-index-inl.h | 17 DCHECK_IMPLIES(encoding == kTagged, IsAligned(offset, kTaggedSize)); in ForInObjectOffset()
|
/external/v8/src/codegen/ |
D | machine-type.h | 26 kTagged, // (uncompressed) Object (Smi or HeapObject) enumerator 99 representation() == MachineRepresentation::kTagged; in IsTagged() 178 return MachineType(MachineRepresentation::kTagged, MachineSemantic::kAny); in AnyTagged() 216 case MachineRepresentation::kTagged: 263 return rep == MachineRepresentation::kTagged || in CanBeTaggedPointer() 268 return rep == MachineRepresentation::kTagged || in CanBeTaggedSigned() 308 case MachineRepresentation::kTagged: in ElementSizeLog2Of()
|
D | machine-type.cc | 16 return rep2 == MachineRepresentation::kTagged; in IsSubtype() 52 case MachineRepresentation::kTagged: in MachineReprToString()
|
/external/v8/src/compiler/ |
D | machine-graph-verifier.cc | 150 MachineRepresentation::kTagged; in Run() 209 representation_vector_[node->id()] = MachineRepresentation::kTagged; in Run() 371 CHECK_EQ(MachineRepresentation::kTagged, in Run() 580 case MachineRepresentation::kTagged: in Run() 609 case MachineRepresentation::kTagged: in Run() 624 case MachineRepresentation::kTagged: in Run() 673 case MachineRepresentation::kTagged: in Run() 741 case MachineRepresentation::kTagged: in CheckValueInputIsTagged() 761 case MachineRepresentation::kTagged: in CheckValueInputIsCompressedOrTagged() 782 case MachineRepresentation::kTagged: in CheckValueInputIsCompressedOrTaggedOrInt32() [all …]
|
D | representation-change.cc | 205 case MachineRepresentation::kTagged: in GetRepresentationFor() 427 MachineRepresentation::kTagged); in GetTaggedPointerRepresentationFor() 519 jsgraph()->common()->DeadValue(MachineRepresentation::kTagged), node); in GetTaggedRepresentationFor() 525 MachineRepresentation::kTagged); in GetTaggedRepresentationFor() 543 MachineRepresentation::kTagged); in GetTaggedRepresentationFor() 569 MachineRepresentation::kTagged); in GetTaggedRepresentationFor() 599 MachineRepresentation::kTagged); in GetTaggedRepresentationFor() 603 MachineRepresentation::kTagged); in GetTaggedRepresentationFor() 1017 } else if (output_rep == MachineRepresentation::kTagged || in GetBitRepresentationFor() 1023 if (output_rep == MachineRepresentation::kTagged && in GetBitRepresentationFor()
|
D | property-access-builder.cc | 144 case Representation::kTagged: in ConvertRepresentation() 145 return MachineRepresentation::kTagged; in ConvertRepresentation()
|
D | simplified-lowering.cc | 141 case MachineRepresentation::kTagged: in TruncatingUseInfoFromRepresentation() 1017 return MachineRepresentation::kTagged; in GetOutputInfoForPhi() 1026 return MachineRepresentation::kTagged; in GetOutputInfoForPhi() 1141 SetOutput<T>(node, MachineRepresentation::kTagged); in VisitCall() 1225 SetOutput<T>(node, MachineRepresentation::kTagged); in VisitStateValues() 1273 return SetOutput<T>(node, MachineRepresentation::kTagged); in VisitFrameState() 1305 SetOutput<T>(node, MachineRepresentation::kTagged); in VisitObjectState() 1847 return VisitLeaf<T>(node, MachineRepresentation::kTagged); in VisitNode() 1870 VisitLeaf<T>(node, MachineRepresentation::kTagged); in VisitNode() 1932 SetOutput<T>(node, MachineRepresentation::kTagged); in VisitNode() [all …]
|
D | js-inlining.cc | 174 common()->Phi(MachineRepresentation::kTagged, subcall_count), in InlineCall() 220 common()->Phi(MachineRepresentation::kTagged, input_count), in InlineCall() 544 graph()->NewNode(common()->Select(MachineRepresentation::kTagged), in ReduceJSCall()
|
D | js-call-reducer.cc | 232 MachineRepresentation::kTagged; 396 gasm_->common()->Phi(MachineRepresentation::kTagged, size), in MergeExceptionalPaths() 497 MachineRepresentation::kTagged; 571 MachineRepresentation::kTagged; 1412 auto found_initial_element = MakeLabel(MachineRepresentation::kTagged, in ReduceArrayPrototypeReduce() 1413 MachineRepresentation::kTagged); in ReduceArrayPrototypeReduce() 1450 auto continue_label = MakeLabel(MachineRepresentation::kTagged); in ReduceArrayPrototypeReduce() 1822 auto out = MakeLabel(MachineRepresentation::kTagged); in ReduceArrayPrototypeFind() 1923 auto out = MakeLabel(MachineRepresentation::kTagged); in ReduceArrayPrototypeEverySome() 2553 graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in ReduceFunctionPrototypeApply() [all …]
|
D | loop-variable-optimizer.cc | 289 DCHECK_EQ(MachineRepresentation::kTagged, in ChangeToInductionVariablePhis() 326 common()->Phi(MachineRepresentation::kTagged, value_count)); in ChangeToPhisAndInsertGuards()
|
D | common-operator.cc | 586 V(kTagged, 1) \ 587 V(kTagged, 2) \ 588 V(kTagged, 3) \ 589 V(kTagged, 4) \ 590 V(kTagged, 5) \ 591 V(kTagged, 6) \
|
D | js-native-context-specialization.cc | 897 MachineRepresentation representation = MachineRepresentation::kTagged; in ReduceGlobalAccess() 954 MachineRepresentation representation = MachineRepresentation::kTagged; in ReduceGlobalAccess() 994 MachineRepresentation::kTagged, Type::NonInternal(), in ReduceGlobalAccess() 1427 common()->Phi(MachineRepresentation::kTagged, control_count), in ReduceNamedAccess() 1447 common()->Phi(MachineRepresentation::kTagged, if_exception_count), in ReduceNamedAccess() 1558 graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in ReduceJSGetIterator() 1914 common()->Phi(MachineRepresentation::kTagged, control_count), in ReduceElementAccess() 2520 case MachineRepresentation::kTagged: in BuildPropertyStore() 2558 DCHECK(field_representation == MachineRepresentation::kTagged); in BuildPropertyStore() 2835 graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in BuildElementAccess() [all …]
|
D | js-typed-lowering.cc | 847 auto done = __ MakeLabel(MachineRepresentation::kTagged); in ReduceJSEqual() 848 auto check_undetectable = __ MakeLabel(MachineRepresentation::kTagged); in ReduceJSEqual() 1067 common()->Select(MachineRepresentation::kTagged), input, in ReduceJSToStringInput() 1158 common()->Phi(MachineRepresentation::kTagged, 2)); in ReduceJSToObject() 1212 common()->Phi(MachineRepresentation::kTagged, 2), value, value, loop); in ReduceJSHasInPrototypeChain() 1315 common()->Phi(MachineRepresentation::kTagged, 5)); in ReduceJSHasInPrototypeChain() 1961 node, common()->Phi(MachineRepresentation::kTagged, 2)); in ReduceJSCall() 2058 graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in ReduceJSCall() 2061 graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, 2), in ReduceJSCall() 2328 value = graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, count), in ReduceJSCall()
|
D | decompression-optimizer.cc | 179 if (mach_rep == MachineRepresentation::kTagged) { in ChangePhi()
|
D | js-inlining-heuristic.cc | 720 common()->Phi(MachineRepresentation::kTagged, num_calls), num_calls + 1, in InlineCandidate() 733 graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, num_calls), in InlineCandidate()
|
D | effect-control-linearizer.cc | 1389 auto done = __ MakeLabel(MachineRepresentation::kTagged); in LowerChangeFloat64ToTagged() 1446 auto done = __ MakeLabel(MachineRepresentation::kTagged); in LowerChangeBitToTagged() 1472 auto done = __ MakeLabel(MachineRepresentation::kTagged); in LowerChangeInt32ToTagged() 1488 auto done = __ MakeLabel(MachineRepresentation::kTagged); in LowerChangeInt64ToTagged() 1513 auto done = __ MakeLabel(MachineRepresentation::kTagged); in LowerChangeUint32ToTagged() 1532 auto done = __ MakeLabel(MachineRepresentation::kTagged); in LowerChangeUint64ToTagged() 2941 auto done = __ MakeLabel(MachineRepresentation::kTagged); in LowerChangeUint64ToBigInt() 4016 auto loop = __ MakeLoopLabel(MachineRepresentation::kTagged, in LowerStringCharCodeAt() 4018 auto loop_next = __ MakeLabel(MachineRepresentation::kTagged, in LowerStringCharCodeAt() 4198 auto done = __ MakeLabel(MachineRepresentation::kTagged); in LowerStringFromSingleCharCode() [all …]
|
D | loop-peeling.cc | 292 exit, common_->Phi(MachineRepresentation::kTagged, 2)); in Peel()
|
D | branch-elimination.cc | 116 common()->Phi(phase_ == kEARLY ? MachineRepresentation::kTagged in SimplifyBranchCondition()
|
D | representation-change.h | 211 return UseInfo(MachineRepresentation::kTagged, Truncation::Any()); in AnyTagged()
|
/external/v8/src/compiler/backend/ |
D | code-generator.cc | 1196 CHECK(MachineRepresentation::kTagged == type.representation() || in AddTranslationForOperand() 1199 CHECK(MachineRepresentation::kTagged == type.representation()); in AddTranslationForOperand() 1224 CHECK(MachineRepresentation::kTagged == type.representation() || in AddTranslationForOperand() 1227 CHECK(MachineRepresentation::kTagged == type.representation()); in AddTranslationForOperand() 1246 if (type.representation() == MachineRepresentation::kTagged) { in AddTranslationForOperand() 1284 DCHECK_EQ(MachineRepresentation::kTagged, type.representation()); in AddTranslationForOperand() 1292 type.representation() == MachineRepresentation::kTagged); in AddTranslationForOperand() 1297 type.representation() == MachineRepresentation::kTagged); in AddTranslationForOperand() 1301 DCHECK_EQ(MachineRepresentation::kTagged, type.representation()); in AddTranslationForOperand() 1309 DCHECK_EQ(MachineRepresentation::kTagged, type.representation()); in AddTranslationForOperand()
|
D | register-allocation.h | 57 case MachineRepresentation::kTagged: in ByteWidthForStackSlot()
|
D | instruction-selector-impl.h | 353 case MachineRepresentation::kTagged: in ToConstant()
|
/external/v8/src/torque/ |
D | types.h | 612 kTagged = 1 << 0, enumerator 614 kMixed = kTagged | kUntagged,
|