Home
last modified time | relevance | path

Searched refs:CanBeCompressedPointer (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dmachine-type.h362 inline bool CanBeCompressedPointer(MachineRepresentation rep) { in CanBeCompressedPointer() function
368 return CanBeTaggedPointer(rep) || CanBeCompressedPointer(rep); in CanBeTaggedOrCompressedPointer()
372 return CanBeCompressedPointer(rep); in IsAnyCompressed()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc2874 CanBeCompressedPointer(load_rep.representation()))); in VisitWord32AtomicLoad()