Home
last modified time | relevance | path

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

/external/v8/src/
Dglobal-handles.cc88 DCHECK(IsInUse()); in Zap()
94 DCHECK(IsInUse()); in Release()
158 bool IsInUse() const { return state() != FREE; } in IsInUse() function in v8::internal::GlobalHandles::Node
196 DCHECK(IsInUse()); in set_parameter()
200 DCHECK(IsInUse()); in parameter()
218 DCHECK(IsInUse()); in MakeWeak()
237 DCHECK(IsInUse()); in MakeWeak()
246 DCHECK(IsInUse()); in ClearWeakness()
283 DCHECK(IsInUse()); in CollectPhantomCallbackData()
Disolate.h662 bool IsInUse() { return entry_stack_ != nullptr; } in IsInUse() function
Dapi.cc8347 if (!Utils::ApiCheck(!isolate->IsInUse(), in Dispose()
8937 bool Isolate::IsInUse() { in IsInUse() function in v8::Isolate
8939 return isolate->IsInUse(); in IsInUse()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.cc464 bool IsInUse(BufferId buffer_id) const { in IsInUse() function in xla::__anon4fe3fcd60111::MemoryUsageTracker
662 if (IsCurrentlyLive(buffer_id) && !IsInUse(buffer_id)) { in MemoryReducedIfRematerialized()
/external/v8/src/libsampler/
Dsampler.cc310 if (isolate == nullptr || !isolate->IsInUse()) continue; in DoSample()
/external/v8/include/
Dv8.h8342 bool IsInUse();