Home
last modified time | relevance | path

Searched refs:CanonicalHandleScope (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/handles/
H A Dhandles.cc156 CanonicalHandleScope::CanonicalHandleScope(Isolate* isolate, Zone* zone) in CanonicalHandleScope() function in v8::internal::CanonicalHandleScope
168 CanonicalHandleScope::~CanonicalHandleScope() { in ~CanonicalHandleScope()
179 Address* CanonicalHandleScope::Lookup(Address object) { in Lookup()
201 CanonicalHandleScope::DetachCanonicalHandles() { in DetachCanonicalHandles()
209 : CanonicalHandleScope(isolate, info->zone()), info_(info) {} in CanonicalHandleScopeForOptimization()
H A Dhandles.h275 // Forward declarations for CanonicalHandleScope.
287 // A CanonicalHandleScope does not open a new HandleScope. It changes the
290 // CanonicalHandleScope is introduced. Handles are only canonicalized within
291 // the same CanonicalHandleScope, but not across nested ones.
292 class V8_EXPORT_PRIVATE V8_NODISCARD CanonicalHandleScope { class
297 explicit CanonicalHandleScope(Isolate* isolate, Zone* zone = nullptr);
298 ~CanonicalHandleScope();
314 CanonicalHandleScope* prev_canonical_scope_;
321 : public CanonicalHandleScope {
325 // CanonicalHandleScope destructo
[all...]
H A Dhandles-inl.h185 CanonicalHandleScope* canonical = data->canonical_scope; in GetHandle()
/third_party/node/deps/v8/src/builtins/
H A Dsetup-builtins-internal.cc90 CanonicalHandleScope canonical(isolate); in BuildWithMacroAssembler()
132 CanonicalHandleScope canonical(isolate); in BuildAdaptor()
156 CanonicalHandleScope canonical(isolate); in BuildWithCodeStubAssemblerJS()
176 CanonicalHandleScope canonical(isolate); in BuildWithCodeStubAssemblerCS()

Completed in 3 milliseconds