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

  /external/chromium_org/v8/src/
variables.h 117 bool IsStackLocal() const { return location_ == LOCAL; }
118 bool IsStackAllocated() const { return IsParameter() || IsStackLocal(); }
  /external/v8/src/
variables.h 117 bool IsStackLocal() const { return location_ == LOCAL; }
118 bool IsStackAllocated() const { return IsParameter() || IsStackLocal(); }

Completed in 1732 milliseconds