Home
last modified time | relevance | path

Searched refs:CanonicalHandleScope (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dhandles.cc121 CanonicalHandleScope::CanonicalHandleScope(Isolate* isolate) in CanonicalHandleScope() function in v8::internal::CanonicalHandleScope
133 CanonicalHandleScope::~CanonicalHandleScope() { in ~CanonicalHandleScope()
140 Object** CanonicalHandleScope::Lookup(Object* object) { in Lookup()
Dhandles.h344 class V8_EXPORT_PRIVATE CanonicalHandleScope final {
346 explicit CanonicalHandleScope(Isolate* isolate);
347 ~CanonicalHandleScope();
359 CanonicalHandleScope* prev_canonical_scope_;
410 CanonicalHandleScope* canonical_scope;
Dhandles-inl.h116 CanonicalHandleScope* canonical = data->canonical_scope; in GetHandle()
Dcompiler.cc908 std::unique_ptr<CanonicalHandleScope> canonical; in GetOptimizedCode()
909 if (use_turbofan) canonical.reset(new CanonicalHandleScope(info->isolate())); in GetOptimizedCode()
/external/v8/src/wasm/
Dwasm-module.cc341 CanonicalHandleScope canonical(isolate_); in CompileInParallel()