HomeSort by relevance Sort by last modified time
    Searched refs:CanonicalHandleScope (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
handles.cc 122 CanonicalHandleScope::CanonicalHandleScope(Isolate* isolate)
133 CanonicalHandleScope::~CanonicalHandleScope() {
140 Object** CanonicalHandleScope::Lookup(Object* object) {
handles.h 318 // Forward declarations for CanonicalHandleScope.
324 // A CanonicalHandleScope does not open a new HandleScope. It changes the
327 // CanonicalHandleScope is introduced. Handles are only canonicalized within
328 // the same CanonicalHandleScope, but not across nested ones.
329 class CanonicalHandleScope final {
331 explicit CanonicalHandleScope(Isolate* isolate);
332 ~CanonicalHandleScope();
344 CanonicalHandleScope* prev_canonical_scope_;
396 CanonicalHandleScope* canonical_scope;
handles-inl.h 117 CanonicalHandleScope* canonical = data->canonical_scope;
compiler.cc     [all...]
  /external/v8/test/cctest/
test-identity-map.cc 340 TEST(CanonicalHandleScope) {
344 CanonicalHandleScope outer_canonical(isolate);
400 CanonicalHandleScope inner_canonical(isolate);

Completed in 138 milliseconds