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

  /external/v8/src/snapshot/
serializer-common.h 43 DCHECK(!AllowHeapAllocation::IsAllowed());
49 DCHECK(!AllowHeapAllocation::IsAllowed());
57 DCHECK(!AllowHeapAllocation::IsAllowed());
code-serializer.h 24 DCHECK(!AllowHeapAllocation::IsAllowed());
  /external/v8/src/
assert-scope.h 113 AllowHeapAllocation;
type-info.cc 420 AllowHeapAllocation allocation_allowed;
builtins.cc 521 AllowHeapAllocation allow_allocation;
534 AllowHeapAllocation allow_allocation;
547 AllowHeapAllocation allow_allocation;
556 AllowHeapAllocation allow_allocation;
594 AllowHeapAllocation allow_allocation;
616 AllowHeapAllocation allow_allocation;
627 AllowHeapAllocation allow_allocation;
    [all...]
json-stringifier.cc 255 AllowHeapAllocation allow_to_return_error;
deoptimizer.cc 536 CHECK(AllowHeapAllocation::IsAllowed());
595 CHECK(!AllowHeapAllocation::IsAllowed());
    [all...]
elements.cc     [all...]
isolate.cc 819 AllowHeapAllocation doesnt_matter_anymore;
    [all...]
objects.cc     [all...]
  /external/v8/src/runtime/
runtime-compiler.cc 87 DCHECK(AllowHeapAllocation::IsAllowed());
122 DCHECK(AllowHeapAllocation::IsAllowed());
runtime-strings.cc 875 AllowHeapAllocation allocate_error_and_return;
    [all...]
  /external/v8/src/crankshaft/
unique.h 50 DCHECK(!AllowHeapAllocation::IsAllowed() || handle->IsMap());
  /external/v8/src/heap/
heap.cc 427 AllowHeapAllocation for_the_first_part_of_prologue;
448 DCHECK(!AllowHeapAllocation::IsAllowed() && gc_state_ == NOT_IN_GC);
649 AllowHeapAllocation for_the_rest_of_the_epilogue;
827 AllowHeapAllocation allow_allocation;
838 AllowHeapAllocation allow_allocation;
    [all...]
heap-inl.h 201 DCHECK(AllowHeapAllocation::IsAllowed());
  /external/v8/src/debug/
debug.cc     [all...]

Completed in 663 milliseconds