Searched defs:IsInUse (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ | ||
D | global-handles.cc | 196 bool IsInUse() const { return state() != FREE; } in IsInUse() function in v8::internal::GlobalHandles::Node |
D | isolate.h | 502 bool IsInUse() { return entry_stack_ != NULL; } in IsInUse() function |