Home
last modified time | relevance | path

Searched defs:IsInUse (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dglobal-handles.cc196 bool IsInUse() const { return state() != FREE; } in IsInUse() function in v8::internal::GlobalHandles::Node
Disolate.h502 bool IsInUse() { return entry_stack_ != NULL; } in IsInUse() function