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

  /external/v8/src/
assert-scope.h 113 AllowHeapAllocation;
type-info.cc 426 AllowHeapAllocation allocation_allowed;
builtins.cc 474 AllowHeapAllocation allow_allocation;
490 AllowHeapAllocation allow_allocation;
503 AllowHeapAllocation allow_allocation;
512 AllowHeapAllocation allow_allocation;
536 AllowHeapAllocation allow_allocation;
570 AllowHeapAllocation allow_allocation;
592 AllowHeapAllocation allow_allocation;
603 AllowHeapAllocation allow_allocation;
    [all...]
json-stringifier.h 276 AllowHeapAllocation allow_to_return_error;
deoptimizer.cc 563 CHECK(AllowHeapAllocation::IsAllowed());
621 CHECK(!AllowHeapAllocation::IsAllowed());
    [all...]
isolate.cc 769 AllowHeapAllocation doesnt_matter_anymore;
    [all...]
elements.cc     [all...]
objects.cc     [all...]
  /external/v8/src/runtime/
runtime-compiler.cc 102 DCHECK(AllowHeapAllocation::IsAllowed());
137 DCHECK(AllowHeapAllocation::IsAllowed());
runtime-strings.cc 872 AllowHeapAllocation allocate_error_and_return;
    [all...]
  /external/v8/src/crankshaft/
unique.h 50 DCHECK(!AllowHeapAllocation::IsAllowed() || handle->IsMap());
  /external/v8/src/heap/
heap.cc 429 AllowHeapAllocation for_the_first_part_of_prologue;
450 DCHECK(!AllowHeapAllocation::IsAllowed() && gc_state_ == NOT_IN_GC);
655 AllowHeapAllocation for_the_rest_of_the_epilogue;
826 AllowHeapAllocation allow_allocation;
837 AllowHeapAllocation allow_allocation;
    [all...]
heap-inl.h 197 DCHECK(AllowHeapAllocation::IsAllowed());
  /external/v8/src/snapshot/
serialize.h 676 DCHECK(!AllowHeapAllocation::IsAllowed());
  /external/v8/src/debug/
debug.cc     [all...]

Completed in 374 milliseconds