Home
last modified time | relevance | path

Searched refs:persistent_ (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/maglev/
H A Dmaglev-compilation-info.cc33 persistent_(isolate), in MaglevCompilationHandleScope()
40 info_->set_persistent_handles(persistent_.Detach()); in ~MaglevCompilationHandleScope()
45 PersistentHandlesScope persistent_; member in v8::internal::maglev::__anon14756::final
/third_party/node/src/
H A Dheap_utils.cc49 Local<Value> JSValue() { return PersistentToLocal::Strong(persistent_); } in JSValue()
60 : persistent_(isolate, val) { in JSGraphJSNode()
77 Global<Value> persistent_; member in node::heap::JSGraphJSNode
H A Dnode_buffer.cc101 Global<ArrayBuffer> persistent_; member in node::Buffer::__anon15413::CallbackInfo
133 self->persistent_.Reset(env->isolate(), ab); in CreateTrackedArrayBuffer()
134 self->persistent_.SetWeak(); in CreateTrackedArrayBuffer()
158 Local<ArrayBuffer> ab = self->persistent_.Get(self->env_->isolate()); in CleanupHook()
161 self->persistent_.Reset(); in CleanupHook()
H A Djs_native_api_v8.cc1238 persistent_(env->isolate, value), in Reference()
1249 persistent_.Reset(); in ~Reference()
1269 // When the persistent_ is cleared in the WeakCallback, and a second pass in Ref()
1271 if (persistent_.IsEmpty()) { in Ref()
1276 persistent_.ClearWeak(); in Ref()
1283 // When the persistent_ is cleared in the WeakCallback, and a second pass in Unref()
1285 if (persistent_.IsEmpty()) { in Unref()
1297 if (persistent_.IsEmpty()) { in Get()
1300 return v8::Local<v8::Value>::New(env_->isolate, persistent_); in Get()
1316 persistent_ in Finalize()
[all...]
H A Djs_native_api_v8.h548 v8impl::Persistent<v8::Value> persistent_; member in v8impl::Reference
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.h495 : persistent_(isolate), info_(info) {} in CompilationHandleScope()
499 PersistentHandlesScope persistent_; member in v8::internal::final
H A Dcompiler.cc1500 info_->set_persistent_handles(persistent_.Detach()); in ~CompilationHandleScope()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp22745 VULKAN_HPP_NAMESPACE::Bool32 persistent_ = {} ) VULKAN_HPP_NOEXCEPT
22748 , persistent( persistent_ ) in persistent()
22785 DisplayPresentInfoKHR & setPersistent( VULKAN_HPP_NAMESPACE::Bool32 persistent_ ) VULKAN_HPP_NOEXCEPT
22787 persistent = persistent_;
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp[all...]

Completed in 108 milliseconds