Home
last modified time | relevance | path

Searched refs:CanBeTaggedPointer (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/
Dmachine-type.h268 inline bool CanBeTaggedPointer(MachineRepresentation rep) { in CanBeTaggedPointer() function
279 return CanBeTaggedPointer(rep) || rep == MachineRepresentation::kTaggedSigned; in IsAnyTagged()
/external/v8/src/compiler/
Drepresentation-change.cc276 } else if (CanBeTaggedPointer(output_rep)) { in GetTaggedSignedRepresentationFor()
Dinstruction.h1497 return CanBeTaggedPointer(GetRepresentation(virtual_register)); in NON_EXPORTED_BASE()
Dsimplified-lowering.cc1103 CanBeTaggedPointer(field_representation)) { in WriteBarrierKindFor()
1493 DCHECK(CanBeTaggedPointer(input_info->representation())); in VisitNode()
Dregister-allocator.cc3667 DCHECK(CanBeTaggedPointer( in PopulateReferenceMaps()
3730 DCHECK(CanBeTaggedPointer( in PopulateReferenceMaps()
Dinstruction-selector.cc434 if (!CanBeTaggedPointer(rep)) { in OperandForDeopt()
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc305 DCHECK(CanBeTaggedPointer(rep)); in VisitStore()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc272 DCHECK(CanBeTaggedPointer(rep)); in VisitStore()
/external/v8/src/compiler/x87/
Dinstruction-selector-x87.cc233 DCHECK(CanBeTaggedPointer(rep)); in VisitStore()
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc254 DCHECK(CanBeTaggedPointer(rep)); in VisitStore()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc675 DCHECK(CanBeTaggedPointer(rep)); in VisitStore()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc303 DCHECK(CanBeTaggedPointer(store_rep.representation())); in VisitStore()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc459 DCHECK(CanBeTaggedPointer(rep)); in VisitStore()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc623 DCHECK(CanBeTaggedPointer(rep)); in VisitStore()
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc410 DCHECK(CanBeTaggedPointer(rep)); in VisitStore()