Searched refs:CreateHandle (Results 1 – 15 of 15) sorted by relevance
/external/v8/src/ |
D | handles-inl.h | 24 reinterpret_cast<T**>(HandleScope::CreateHandle(isolate, object))); in New() 98 Object** HandleScope::CreateHandle(Isolate* isolate, Object* value) { in CreateHandle() function 118 return canonical ? canonical->Lookup(value) : CreateHandle(isolate, value); in GetHandle()
|
D | handles.cc | 144 return HandleScope::CreateHandle(isolate_, object); in Lookup() 157 *entry = HandleScope::CreateHandle(isolate_, object); in Lookup()
|
D | handles.h | 277 V8_INLINE static Object** CreateHandle(Isolate* isolate, Object* value);
|
D | api.cc | 939 i::Object** HandleScope::CreateHandle(i::Isolate* isolate, i::Object* value) { in CreateHandle() function in v8::HandleScope 940 return i::HandleScope::CreateHandle(isolate, value); in CreateHandle() 944 i::Object** HandleScope::CreateHandle(i::HeapObject* heap_object, in CreateHandle() function in v8::HandleScope 947 return i::HandleScope::CreateHandle(heap_object->GetIsolate(), value); in CreateHandle() 953 escape_slot_ = CreateHandle(isolate, isolate->heap()->the_hole_value()); in EscapableHandleScope()
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | processing_component.h | 54 virtual void* CreateHandle() const = 0;
|
D | echo_control_mobile_impl.h | 57 void* CreateHandle() const override;
|
D | processing_component.cc | 80 handles_[i] = CreateHandle(); in Initialize()
|
D | gain_control_impl.h | 67 void* CreateHandle() const override;
|
D | echo_cancellation_impl.h | 71 void* CreateHandle() const override;
|
D | echo_control_mobile_impl.cc | 358 void* EchoControlMobileImpl::CreateHandle() const { in CreateHandle() function in webrtc::EchoControlMobileImpl
|
D | gain_control_impl.cc | 401 void* GainControlImpl::CreateHandle() const { in CreateHandle() function in webrtc::GainControlImpl
|
D | echo_cancellation_impl.cc | 454 void* EchoCancellationImpl::CreateHandle() const { in CreateHandle() function in webrtc::EchoCancellationImpl
|
/external/libmojo/mojo/edk/js/ |
D | waiting_callback.cc | 33 gin::Handle<WaitingCallback> waiting_callback = gin::CreateHandle( in Create()
|
D | handle.h | 30 return gin::CreateHandle(isolate, new HandleWrapper(handle)); in Create()
|
/external/v8/include/ |
D | v8.h | 878 static internal::Object** CreateHandle(internal::Isolate* isolate, 883 static internal::Object** CreateHandle(internal::HeapObject* heap_object, 8476 return Local<T>(reinterpret_cast<T*>(HandleScope::CreateHandle( 8944 O** result = HandleScope::CreateHandle(reinterpret_cast<HO*>(obj), value); 9564 HandleScope::CreateHandle(context, I::ReadEmbedderData<O*>(this, index));
|