Home
last modified time | relevance | path

Searched refs:CreateHandle (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dpending_counts_test.cc29 h[id] = layout.CreateHandle(id, id); in TEST()
65 h[id] = layout.CreateHandle(id, id); in TEST()
81 handles[0] = layout.CreateHandle(5, 4); in TEST()
82 handles[1] = layout.CreateHandle(15, 4); in TEST()
117 handles[id] = layout.CreateHandle(id, id); in TEST()
141 handles[0] = layout.CreateHandle(5, 4); in TEST()
142 handles[1] = layout.CreateHandle(15, 4); in TEST()
Dpending_counts.h72 Handle CreateHandle(size_t max_pending_count, size_t max_dead_count);
308 inline PendingCounts::Handle PendingCounts::Layout::CreateHandle( in CreateHandle() function
Dexecutor.cc664 frame_info->pending_counts_layout.CreateHandle(max_pending, max_dead); in Initialize()
/external/v8/src/
Dhandles-inl.h23 reinterpret_cast<T**>(HandleScope::CreateHandle(isolate, object))); in New()
110 Object** HandleScope::CreateHandle(Isolate* isolate, Object* value) { in CreateHandle() function
130 return canonical ? canonical->Lookup(value) : CreateHandle(isolate, value); in GetHandle()
Dhandles.cc157 return HandleScope::CreateHandle(isolate_, object); in Lookup()
170 *entry = HandleScope::CreateHandle(isolate_, object); in Lookup()
Dhandles.h187 V8_INLINE static Object** CreateHandle(Isolate* isolate, Object* value);
Dapi.cc1110 i::Object** HandleScope::CreateHandle(i::Isolate* isolate, i::Object* value) { in CreateHandle() function in v8::HandleScope
1111 return i::HandleScope::CreateHandle(isolate, value); in CreateHandle()
1114 i::Object** HandleScope::CreateHandle( in CreateHandle() function in v8::HandleScope
1117 return i::HandleScope::CreateHandle(writable_object->GetIsolate(), value); in CreateHandle()
1124 CreateHandle(isolate, i::ReadOnlyRoots(isolate).the_hole_value()); in EscapableHandleScope()
/external/webrtc/webrtc/modules/audio_processing/
Dprocessing_component.h54 virtual void* CreateHandle() const = 0;
Decho_control_mobile_impl.h57 void* CreateHandle() const override;
Dprocessing_component.cc80 handles_[i] = CreateHandle(); in Initialize()
Dgain_control_impl.h67 void* CreateHandle() const override;
Decho_cancellation_impl.h71 void* CreateHandle() const override;
Decho_control_mobile_impl.cc358 void* EchoControlMobileImpl::CreateHandle() const { in CreateHandle() function in webrtc::EchoControlMobileImpl
Dgain_control_impl.cc401 void* GainControlImpl::CreateHandle() const { in CreateHandle() function in webrtc::GainControlImpl
Decho_cancellation_impl.cc454 void* EchoCancellationImpl::CreateHandle() const { in CreateHandle() function in webrtc::EchoCancellationImpl
/external/v8/include/
Dv8.h986 static internal::Object** CreateHandle(internal::Isolate* isolate,
998 static internal::Object** CreateHandle(
9596 return Local<T>(reinterpret_cast<T*>(HandleScope::CreateHandle(
10095 O** result = HandleScope::CreateHandle(
10737 HandleScope::CreateHandle(context, I::ReadEmbedderData<O*>(this, index));