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

  /external/v8/src/
variables.cc 65 bool Variable::IsStackAllocated() const {
67 return slot != NULL && slot->IsStackAllocated();
ast.h     [all...]

Completed in 50 milliseconds