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

  /external/v8/src/
global-handles.cc 108 DCHECK(IsInUse());
114 DCHECK(IsInUse());
196 bool IsInUse() const { return state() != FREE; }
217 DCHECK(IsInUse());
222 DCHECK(IsInUse());
235 DCHECK(IsInUse());
239 DCHECK(IsInUse());
255 DCHECK(IsInUse());
267 DCHECK(IsInUse());
283 DCHECK(IsInUse());
    [all...]
isolate.h 502 bool IsInUse() { return entry_stack_ != NULL; }
    [all...]
api.cc     [all...]
  /external/v8/src/profiler/
sampler.cc 418 if (isolate == NULL || !isolate->IsInUse()) {

Completed in 1320 milliseconds