Searched refs:persistent_ (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-compilation-info.cc | 33 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 D | heap_utils.cc | 49 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 D | node_buffer.cc | 101 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 D | js_native_api_v8.cc | 1238 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 D | js_native_api_v8.h | 548 v8impl::Persistent<v8::Value> persistent_; member in v8impl::Reference
|
/third_party/node/deps/v8/src/codegen/ |
H A D | compiler.h | 495 : persistent_(isolate), info_(info) {} in CompilationHandleScope() 499 PersistentHandlesScope persistent_; member in v8::internal::final
|
H A D | compiler.cc | 1500 info_->set_persistent_handles(persistent_.Detach()); in ~CompilationHandleScope()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 22745 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 D | vulkan_structs.hpp | [all...] |
Completed in 108 milliseconds