Home
last modified time | relevance | path

Searched refs:IsContext (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/snapshot/
Dpartial-serializer.cc24 if ((*o)->IsContext()) { in Serialize()
Dsnapshot-common.cc80 CHECK(result->IsContext()); in NewContextFromSnapshot()
Dcode-serializer.cc100 CHECK(!obj->IsJSFunction() && !obj->IsContext()); in SerializeObject()
/external/v8/src/
Disolate-inl.h16 DCHECK(context == NULL || context->IsContext()); in set_context()
Dcontexts-inl.h43 DCHECK(context->IsContext()); in cast()
Dcontexts.cc390 if (obj->IsContext()) { in Lookup()
598 if (!object->IsContext()) return false; in IsBootstrappingOrValidParentContext()
Dtypes.cc150 if (type->IsContext()) return kInternal & kTaggedPointer; in Lub()
420 if (this->IsContext()) { in SimplyEquals()
421 return that->IsContext() in SimplyEquals()
1197 } else if (this->IsContext()) { in PrintTo()
Dstring-stream.cc471 perhaps_context->IsContext()) { in PrintSecurityTokenIfChanged()
Dtypes.h790 bool IsContext() { return IsKind(TypeBase::kContext); } in IsContext() function
Dobjects-debug.cc1252 if (obj->IsContext()) return true; in CanLeak()
Disolate.cc848 if (!receiver_context->IsContext()) return false; in MayAccess()
1733 DCHECK(context() == NULL || context()->IsContext()); in RestoreThread()
Dframes.cc1486 if (this->context() != NULL && this->context()->IsContext()) { in Print()
Dobjects-inl.h750 bool HeapObject::IsContext() const { in IsContext() function
5215 if (object->IsContext()) { in IsWeakObjectInOptimizedCode()
6275 DCHECK(value->IsUndefined(GetIsolate()) || value->IsContext()); in set_context()
Ddeoptimizer.cc2014 CHECK(maybe_context->IsContext()); in DoComputeCompiledStubFrame()
/external/v8/src/debug/
Ddebug-scopes.cc25 if (!frame_inspector->GetContext()->IsContext() || in ScopeIterator()
127 if (wrapped->IsContext()) { in UnwrapEvaluationContext()
/external/v8/src/runtime/
Druntime-scopes.cc841 if (holder->IsContext()) { in RUNTIME_FUNCTION()
870 DCHECK(holder->IsContext()); in LoadLookupSlot()
/external/v8/test/cctest/
Dtest-serialize.cc147 CHECK(isolate->native_context()->IsContext()); in SanityCheck()
422 CHECK(root->IsContext()); in UNINITIALIZED_TEST()
432 CHECK(root2->IsContext()); in UNINITIALIZED_TEST()
540 CHECK(root->IsContext()); in UNINITIALIZED_TEST()
Dtest-types.cc107 this->IsUnion(t) + t->IsArray() + t->IsFunction() + t->IsContext()); in IsSomeType()
406 CHECK(context->IsContext()); in Context()
792 (type1->IsContext() && type2->IsContext()) || in Is1()
/external/v8/src/compiler/
Dverifier.cc597 if (typing == TYPED) CHECK(NodeProperties::GetType(node)->IsContext()); in Check()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc843 } else if (object->IsContext()) { in AddEntry()
1062 if (obj->IsContext()) { in ExtractReferencesPass2()