Home
last modified time | relevance | path

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

/external/v8/src/
Disolate-inl.h16 DCHECK(context == NULL || context->IsContext()); in set_context()
Dcontexts-inl.h42 DCHECK(context->IsContext()); in cast()
Dtypes.cc174 if (type->IsContext()) return kInternal & kTaggedPointer; in Lub()
486 if (this->IsContext()) { in SimplyEquals()
487 return that->IsContext() in SimplyEquals()
1218 } else if (type->IsContext()) { in Convert()
1332 } else if (this->IsContext()) { in PrintTo()
Dcontexts.cc570 if (!object->IsContext()) return false; in IsBootstrappingOrValidParentContext()
Dtypes-inl.h46 t->IsUnion() || t->IsArray() || t->IsFunction() || t->IsContext()); in SIMD128_TYPES()
Dstring-stream.cc471 perhaps_context->IsContext()) { in PrintSecurityTokenIfChanged()
Dtypes.h495 bool IsContext() { in IsContext() function
912 DCHECK(type->IsContext()); in cast()
Dobjects-debug.cc1255 if (obj->IsContext()) return true; in CanLeak()
Disolate.cc806 if (!receiver_context->IsContext()) return false; in MayAccess()
1663 DCHECK(context() == NULL || context()->IsContext()); in RestoreThread()
Dframes.cc1279 if (this->context() != NULL && this->context()->IsContext()) { in Print()
Dobjects-inl.h795 bool Object::IsContext() const { in IsContext() function
5252 if (object->IsContext()) { in IsWeakObjectInOptimizedCode()
6191 DCHECK(value->IsUndefined() || value->IsContext()); in set_context()
Ddeoptimizer.cc1726 CHECK(reinterpret_cast<Object*>(value)->IsContext()); in DoComputeCompiledStubFrame()
/external/v8/src/runtime/
Druntime-scopes.cc358 DCHECK(holder->IsContext()); in RUNTIME_FUNCTION()
980 if (holder->IsContext()) { in RUNTIME_FUNCTION()
1016 if (!args[0]->IsContext() || !args[1]->IsString()) { in LoadLookupSlotHelper()
1033 DCHECK(holder->IsContext()); in LoadLookupSlotHelper()
/external/v8/src/snapshot/
Dsnapshot-common.cc83 CHECK(result->IsContext()); in NewContextFromSnapshot()
Dserialize.cc1454 if ((*o)->IsContext()) { in Serialize()
2411 CHECK(!obj->IsJSFunction() && !obj->IsContext()); in SerializeObject()
/external/v8/test/cctest/
Dtest-serialize.cc192 CHECK(isolate->native_context()->IsContext()); in SanityCheck()
494 CHECK(root->IsContext()); in UNINITIALIZED_DEPENDENT_TEST()
504 CHECK(root2->IsContext()); in UNINITIALIZED_DEPENDENT_TEST()
627 CHECK(root->IsContext()); in UNINITIALIZED_DEPENDENT_TEST()
Dtest-types.cc173 this->IsUnion(t) + t->IsArray() + t->IsFunction() + t->IsContext()); in IsSomeType()
869 (type1->IsContext() && type2->IsContext()) || in Is1()
/external/v8/src/debug/
Ddebug-scopes.cc25 if (!frame_inspector->GetContext()->IsContext() || in ScopeIterator()
/external/v8/src/compiler/
Dverifier.cc575 if (typing == TYPED) CHECK(NodeProperties::GetType(node)->IsContext()); in Check()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc861 } else if (object->IsContext()) { in AddEntry()
1082 if (obj->IsContext()) { in ExtractReferencesPass2()