Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dlinkage.h150 bool IsCalleeFrameSlot() const { return !IsRegister() && GetLocation() >= 0; } in IsCalleeFrameSlot() function
161 DCHECK(IsCalleeFrameSlot()); in AsCalleeFrameSlot()
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector-impl.h424 secondary_location.IsCalleeFrameSlot()); in ToDualLocationUnallocatedOperand()
442 if (location.IsCalleeFrameSlot()) { in ToUnallocatedOperand()