Home
last modified time | relevance | path

Searched refs:IsAllowed (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/
Dhandles-inl.h70 if (!AllowHandleDereference::IsAllowed()) return false; in IsDereferenceAllowed()
72 !AllowDeferredHandleDereference::IsAllowed()) { in IsDereferenceAllowed()
139 DCHECK(AllowHandleAllocation::IsAllowed()); in CreateHandle()
158 CHECK(AllowHandleAllocation::IsAllowed()); in SealHandleScope()
Dassert-scope.h109 static bool IsAllowed() { in IsAllowed() function
141 static bool IsAllowed(Isolate* isolate) { in IsAllowed() function
Dexecution.cc47 CHECK(AllowJavascriptExecution::IsAllowed(isolate)); in Invoke()
48 if (!ThrowOnJavascriptExecution::IsAllowed(isolate)) { in Invoke()
Dunique.h48 DCHECK(!AllowHeapAllocation::IsAllowed() || handle->IsMap()); in Unique()
Dserialize.h598 DCHECK(!AllowHeapAllocation::IsAllowed()); in source()
Dcompiler.cc640 DCHECK(AllowCompilation::IsAllowed(info->isolate())); in CompileUnoptimizedCode()
1315 DCHECK(AllowCompilation::IsAllowed(isolate)); in GetOptimizedCode()
Dhydrogen-gvn.cc491 DCHECK(!AllowHandleAllocation::IsAllowed()); in HGlobalValueNumberingPhase()
Ddeoptimizer.cc609 CHECK(AllowHeapAllocation::IsAllowed()); in Deoptimizer()
664 CHECK(!AllowHeapAllocation::IsAllowed()); in DeleteFrameDescriptions()
Dobjects-inl.h1119 DCHECK(AllowHeapAllocation::IsAllowed()); in GetElement()
4886 DCHECK(!flag || AllowDeoptimization::IsAllowed(GetIsolate())); in set_marked_for_deoptimization()
Dobjects.cc961 DCHECK(AllowHeapAllocation::IsAllowed()); in SlowFlatten()
7951 DCHECK(!AllowHeapAllocation::IsAllowed()); in GetFlatContent()
11550 DCHECK(AllowCodeDependencyChange::IsAllowed()); in DeoptimizeDependentCodeGroup()
Druntime.cc8569 DCHECK(AllowHeapAllocation::IsAllowed()); in RUNTIME_FUNCTION()
8582 DCHECK(AllowHeapAllocation::IsAllowed()); in RUNTIME_FUNCTION()
/external/v8/src/heap/
Dheap-inl.h168 DCHECK(AllowHandleAllocation::IsAllowed()); in AllocateRaw()
169 DCHECK(AllowHeapAllocation::IsAllowed()); in AllocateRaw()
172 if (FLAG_gc_interval >= 0 && AllowAllocationFailure::IsAllowed(isolate_) && in AllocateRaw()
Dheap.cc438 DCHECK(!AllowHeapAllocation::IsAllowed() && gc_state_ == NOT_IN_GC); in GarbageCollectionPrologue()
830 DCHECK(AllowHeapAllocation::IsAllowed()); in CollectGarbage()
4251 DCHECK(AllowHeapAllocation::IsAllowed()); in MakeHeapIterable()