Home
last modified time | relevance | path

Searched refs:AllowHeapAllocation (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/snapshot/
Dserializer-common.h41 DCHECK(!AllowHeapAllocation::IsAllowed()); in Add()
47 DCHECK(!AllowHeapAllocation::IsAllowed()); in Get()
55 DCHECK(!AllowHeapAllocation::IsAllowed()); in Find()
/external/v8/src/
Dassert-scope.h113 AllowHeapAllocation; typedef
Duri.cc302 AllowHeapAllocation allocate_error_and_return; in Encode()
Dtype-info.cc539 AllowHeapAllocation allocation_allowed; in CreateDictionary()
Djson-stringifier.cc255 AllowHeapAllocation allow_to_return_error; in StackPush()
Disolate.cc870 AllowHeapAllocation doesnt_matter_anymore; in ReportFailedAccessCheck()
1088 if (AllowHeapAllocation::IsAllowed()) { in Throw()
Ddeoptimizer.cc492 CHECK(AllowHeapAllocation::IsAllowed()); in Deoptimizer()
541 CHECK(!AllowHeapAllocation::IsAllowed()); in DeleteFrameDescriptions()
Delements.cc2439 AllowHeapAllocation allow_allocation; in CopyElementsImpl()
Dobjects.cc2224 DCHECK(AllowHeapAllocation::IsAllowed()); in SlowFlatten()
10797 DCHECK(!AllowHeapAllocation::IsAllowed()); in GetFlatContent()
17377 AllowHeapAllocation allocate_return_value; in PrepareSlowElementsForSort()
/external/v8/src/runtime/
Druntime-compiler.cc133 DCHECK(AllowHeapAllocation::IsAllowed()); in RUNTIME_FUNCTION()
167 DCHECK(AllowHeapAllocation::IsAllowed()); in RUNTIME_FUNCTION()
Druntime-strings.cc653 AllowHeapAllocation allocate_error_and_return; in ConvertCaseHelper()
/external/v8/src/builtins/
Dbuiltins-array.cc280 AllowHeapAllocation allow_allocation; in BUILTIN()
293 AllowHeapAllocation allow_allocation; in BUILTIN()
306 AllowHeapAllocation allow_allocation; in BUILTIN()
315 AllowHeapAllocation allow_allocation; in BUILTIN()
352 AllowHeapAllocation allow_allocation; in BUILTIN()
374 AllowHeapAllocation allow_allocation; in BUILTIN()
385 AllowHeapAllocation allow_allocation; in BUILTIN()
1187 AllowHeapAllocation gc; in Fast_ArrayConcat()
/external/v8/src/crankshaft/
Dunique.h50 DCHECK(!AllowHeapAllocation::IsAllowed() || handle->IsMap()); in Unique()
/external/v8/src/heap/
Dheap.cc410 AllowHeapAllocation for_the_first_part_of_prologue; in GarbageCollectionPrologue()
431 DCHECK(!AllowHeapAllocation::IsAllowed() && gc_state_ == NOT_IN_GC); in GarbageCollectionPrologue()
631 AllowHeapAllocation for_the_rest_of_the_epilogue; in GarbageCollectionEpilogue()
805 AllowHeapAllocation allow_allocation; in FinalizeIncrementalMarking()
816 AllowHeapAllocation allow_allocation; in FinalizeIncrementalMarking()
993 DCHECK(AllowHeapAllocation::IsAllowed()); in CollectGarbage()
1302 AllowHeapAllocation allow_allocation; in PerformGarbageCollection()
1348 AllowHeapAllocation allow_allocation; in PerformGarbageCollection()
1378 AllowHeapAllocation allow_allocation; in PerformGarbageCollection()
4043 DCHECK(AllowHeapAllocation::IsAllowed()); in MakeHeapIterable()
Dheap-inl.h299 DCHECK(AllowHeapAllocation::IsAllowed()); in AllocateRaw()
/external/v8/src/debug/
Ddebug.cc1527 AllowHeapAllocation allow_before_return; in FindSharedFunctionInfoInScript()