Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.h497 DCHECK(IsSupportedRepresentation(rep)); in LocationOperand()
545 static bool IsSupportedRepresentation(MachineRepresentation rep) { in IsSupportedRepresentation() function
Dregister-allocator.cc305 DCHECK(AllocatedOperand::IsSupportedRepresentation(rep)); in LiveRange()