Home
last modified time | relevance | path

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

/external/v8/src/
Dhandles-inl.h24 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()
Dhandles.cc144 return HandleScope::CreateHandle(isolate_, object); in Lookup()
157 *entry = HandleScope::CreateHandle(isolate_, object); in Lookup()
Dhandles.h277 V8_INLINE static Object** CreateHandle(Isolate* isolate, Object* value);
Dapi.cc939 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/
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/libmojo/mojo/edk/js/
Dwaiting_callback.cc33 gin::Handle<WaitingCallback> waiting_callback = gin::CreateHandle( in Create()
Dhandle.h30 return gin::CreateHandle(isolate, new HandleWrapper(handle)); in Create()
/external/v8/include/
Dv8.h878 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));