Home
last modified time | relevance | path

Searched refs:IsAnyCompressed (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dmachine-type.h371 inline bool IsAnyCompressed(MachineRepresentation rep) { in IsAnyCompressed() function
/third_party/node/deps/v8/src/compiler/
Draw-machine-assembler.h216 DCHECK(!(IsAnyTagged(rep) || IsAnyCompressed(rep))); in UnalignedLoad()
229 DCHECK(!(IsAnyTagged(rep) || IsAnyCompressed(rep))); in UnalignedStore()
Dmachine-graph-verifier.cc991 return IsAnyCompressed(actual); in IsCompatible()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc104 (IsAnyTagged(rep) || IsAnyCompressed(rep))); in CanBeMemoryOperand()