Home
last modified time | relevance | path

Searched refs:IsAnyTagged (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/compiler/
Daccess-info.cc171 if (!IsAnyTagged(this->field_representation_) || in Merge()
172 !IsAnyTagged(that->field_representation_)) { in Merge()
Dload-elimination.cc212 return IsAnyTagged(r1) && IsAnyTagged(r2); in IsCompatible()
910 DCHECK(IsAnyTagged(access.machine_type.representation())); in ReduceLoadField()
959 DCHECK(IsAnyTagged(access.machine_type.representation())); in ReduceStoreField()
Drepresentation-change.cc516 } else if (IsAnyTagged(output_rep)) { in GetFloat32RepresentationFor()
699 } else if (IsAnyTagged(output_rep)) { in GetWord32RepresentationFor()
Dsimplified-lowering.cc744 return IsAnyTagged(representation); in IsNodeRepresentationTagged()
1077 if (IsAnyTagged(rep)) { in DeoptMachineTypeOf()
/external/v8/src/
Dmachine-type.h267 inline bool IsAnyTagged(MachineRepresentation rep) { in IsAnyTagged() function
Ddeoptimizer.cc1531 CHECK(IsAnyTagged(type.representation())); in DoComputeBuiltinContinuation()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc71 return rep == MachineRepresentation::kWord64 || IsAnyTagged(rep); in CanBeMemoryOperand()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc158 return rep == MachineRepresentation::kWord64 || IsAnyTagged(rep); in CanBeMemoryOperand()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc49 return rep == MachineRepresentation::kWord32 || IsAnyTagged(rep); in CanBeMemoryOperand()