Home
last modified time | relevance | path

Searched refs:IsInUse (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.cc269 DCHECK(node->IsInUse()); in Acquire()
335 DCHECK(!AsChild()->IsInUse()); in Acquire()
341 DCHECK(AsChild()->IsInUse()); in Acquire()
345 DCHECK(AsChild()->IsInUse()); in Release()
347 DCHECK(!AsChild()->IsInUse()); in Release()
364 DCHECK(!AsChild()->IsInUse()); in next_free()
369 DCHECK(AsChild()->IsInUse()); in set_parameter()
373 DCHECK(AsChild()->IsInUse()); in parameter()
481 bool IsInUse() const { return state() != FREE; } in IsInUse() function in v8::internal::final
537 DCHECK(IsInUse()); in MakeWeak()
680 bool IsInUse() const { return state() != FREE; } IsInUse() function in v8::internal::final
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-isolate.h1590 bool IsInUse();
/third_party/node/deps/v8/include/
H A Dv8-isolate.h1618 bool IsInUse();
/third_party/node/deps/v8/src/libsampler/
H A Dsampler.cc245 if (isolate == nullptr || !isolate->IsInUse()) continue; in DoSample()
/third_party/node/deps/v8/src/execution/
H A Disolate.h654 bool IsInUse() { return entry_stack_ != nullptr; } in IsInUse() function in v8::internal::final
/third_party/node/deps/v8/src/api/
H A Dapi.cc8720 if (!Utils::ApiCheck(!isolate->IsInUse(), "v8::Isolate::Dispose()", in Dispose()
9510 bool Isolate::IsInUse() { in IsInUse() function in v8::OneByteMask::__anon13987::MapAsArrayKind::Isolate
9512 return isolate->IsInUse(); in IsInUse()

Completed in 34 milliseconds