Home
last modified time | relevance | path

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

/external/v8/src/handles/
Dglobal-handles.cc230 DCHECK(node->IsInUse()); in Acquire()
296 DCHECK(!AsChild()->IsInUse()); in Acquire()
301 DCHECK(AsChild()->IsInUse()); in Acquire()
305 DCHECK(AsChild()->IsInUse()); in Release()
307 DCHECK(!AsChild()->IsInUse()); in Release()
324 DCHECK(!AsChild()->IsInUse()); in next_free()
329 DCHECK(AsChild()->IsInUse()); in set_parameter()
333 DCHECK(AsChild()->IsInUse()); in parameter()
417 DCHECK(IsInUse()); in Zap()
444 bool IsInUse() const { return state() != FREE; } in IsInUse() function in v8::internal::GlobalHandles::Node
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.cc548 bool IsInUse(BufferId buffer_id) const { in IsInUse() function in xla::__anon20d191180111::MemoryUsageTracker
776 if (IsCurrentlyLive(buffer_id) && !IsInUse(buffer_id) && in MemoryReducedIfCompressed()
814 if (IsCurrentlyLive(buffer_id) && !IsInUse(buffer_id)) { in MemoryReducedIfRematerialized()
861 if (IsCurrentlyLive(buffer_id) && !IsInUse(buffer_id)) { in MemoryReducedIfRematerialized()
/external/v8/src/libsampler/
Dsampler.cc241 if (isolate == nullptr || !isolate->IsInUse()) continue; in DoSample()
/external/v8/src/execution/
Disolate.h591 bool IsInUse() { return entry_stack_ != nullptr; } in IsInUse() function
/external/v8/src/api/
Dapi.cc8427 if (!Utils::ApiCheck(!isolate->IsInUse(), "v8::Isolate::Dispose()", in Dispose()
9180 bool Isolate::IsInUse() { in IsInUse() function in v8::Isolate
9182 return isolate->IsInUse(); in IsInUse()
/external/v8/include/
Dv8.h9599 bool IsInUse();