Home
last modified time | relevance | path

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

/external/v8/src/
Dmachine-type.h278 inline bool IsAnyTagged(MachineRepresentation rep) { in IsAnyTagged() function
/external/v8/src/compiler/
Dload-elimination.cc720 DCHECK(IsAnyTagged(access.machine_type.representation())); in ReduceLoadField()
765 DCHECK(IsAnyTagged(access.machine_type.representation())); in ReduceStoreField()
Dsimplified-lowering.cc706 return IsAnyTagged(representation); in IsNodeRepresentationTagged()
1010 if (IsAnyTagged(rep)) { in DeoptMachineTypeOf()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc150 return rep == MachineRepresentation::kWord64 || IsAnyTagged(rep); in CanBeMemoryOperand()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc64 return rep == MachineRepresentation::kWord64 || IsAnyTagged(rep); in CanBeMemoryOperand()