Home
last modified time | relevance | path

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

/external/v8/src/
Dhandles-inl.h19 location_ = HandleScope::CreateHandle(obj->GetIsolate(), obj); in Handle()
25 location_ = HandleScope::CreateHandle(isolate, obj); in Handle()
127 Handle<T> result(CreateHandle<T>(isolate_, value)); in CloseAndEscape()
138 T** HandleScope::CreateHandle(Isolate* isolate, T* value) { in CreateHandle() function
Dhandles.h192 static inline T** CreateHandle(Isolate* isolate, T* value);
Dapi.cc579 i::Object** HandleScope::CreateHandle(i::Isolate* isolate, i::Object* value) { in CreateHandle() function in v8::HandleScope
580 return i::HandleScope::CreateHandle(isolate, value); in CreateHandle()
584 i::Object** HandleScope::CreateHandle(i::HeapObject* heap_object, in CreateHandle() function in v8::HandleScope
587 return i::HandleScope::CreateHandle(heap_object->GetIsolate(), value); in CreateHandle()
593 escape_slot_ = CreateHandle(isolate, isolate->heap()->the_hole_value()); in EscapableHandleScope()
/external/webrtc/src/modules/audio_processing/
Dhigh_pass_filter_impl.h40 virtual void* CreateHandle() const;
Dlevel_estimator_impl.h41 virtual void* CreateHandle() const;
Dprocessing_component.h39 virtual void* CreateHandle() const = 0;
Dnoise_suppression_impl.h42 virtual void* CreateHandle() const;
Dvoice_detection_impl.h47 virtual void* CreateHandle() const;
Decho_control_mobile_impl.h48 virtual void* CreateHandle() const;
Dgain_control_impl.h59 virtual void* CreateHandle() const;
Decho_cancellation_impl.h57 virtual void* CreateHandle() const;
Dprocessing_component.cc81 handles_[i] = CreateHandle(); in Initialize()
Dlevel_estimator_impl.cc140 void* LevelEstimatorImpl::CreateHandle() const { in CreateHandle() function in webrtc::LevelEstimatorImpl
Dhigh_pass_filter_impl.cc153 void* HighPassFilterImpl::CreateHandle() const { in CreateHandle() function in webrtc::HighPassFilterImpl
Dvoice_detection_impl.cc169 void* VoiceDetectionImpl::CreateHandle() const { in CreateHandle() function in webrtc::VoiceDetectionImpl
Dnoise_suppression_impl.cc127 void* NoiseSuppressionImpl::CreateHandle() const { in CreateHandle() function in webrtc::NoiseSuppressionImpl
Decho_control_mobile_impl.cc260 void* EchoControlMobileImpl::CreateHandle() const { in CreateHandle() function in webrtc::EchoControlMobileImpl
Dgain_control_impl.cc344 void* GainControlImpl::CreateHandle() const { in CreateHandle() function in webrtc::GainControlImpl
Decho_cancellation_impl.cc340 void* EchoCancellationImpl::CreateHandle() const { in CreateHandle() function in webrtc::EchoCancellationImpl
/external/v8/include/
Dv8.h822 static internal::Object** CreateHandle(internal::Isolate* isolate,
827 static internal::Object** CreateHandle(internal::HeapObject* heap_object,
5977 return Handle<T>(reinterpret_cast<T*>(HandleScope::CreateHandle(
5987 return Local<T>(reinterpret_cast<T*>(HandleScope::CreateHandle(
6413 O** result = HandleScope::CreateHandle(reinterpret_cast<HO*>(obj), value);
6922 HandleScope::CreateHandle(context, I::ReadEmbedderData<O*>(this, index));