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

  /external/v8/src/compiler/
linkage.h 143 bool IsCalleeFrameSlot() const { return !IsRegister() && GetLocation() >= 0; }
154 DCHECK(IsCalleeFrameSlot());
instruction-selector-impl.h 294 secondary_location.IsCalleeFrameSlot());
312 if (location.IsCalleeFrameSlot()) {

Completed in 76 milliseconds