HomeSort by relevance Sort by last modified time
    Searched refs:IsAnyTagged (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
machine-type.h 278 inline bool IsAnyTagged(MachineRepresentation rep) {
  /external/v8/src/compiler/
load-elimination.cc 720 DCHECK(IsAnyTagged(access.machine_type.representation()));
765 DCHECK(IsAnyTagged(access.machine_type.representation()));
    [all...]
simplified-lowering.cc 706 return IsAnyTagged(representation);
    [all...]
  /external/v8/src/compiler/s390/
instruction-selector-s390.cc 150 return rep == MachineRepresentation::kWord64 || IsAnyTagged(rep);
    [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 64 return rep == MachineRepresentation::kWord64 || IsAnyTagged(rep);
    [all...]

Completed in 460 milliseconds