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

  /external/v8/src/
assert-scope.h 116 AllowHeapAllocation;
json-stringifier.cc 373 AllowHeapAllocation allow_to_return_error;
deoptimizer.cc 513 DCHECK(AllowHeapAllocation::IsAllowed());
581 DCHECK(!AllowHeapAllocation::IsAllowed());
    [all...]
isolate.cc     [all...]
elements.cc     [all...]
objects.cc     [all...]
api.cc 767 i::AllowHeapAllocation allocate_for_discard;
    [all...]
  /external/v8/src/snapshot/
builtin-deserializer-allocator.cc 155 DCHECK(!AllowHeapAllocation::IsAllowed());
211 DCHECK(AllowHeapAllocation::IsAllowed());
241 DCHECK(AllowHeapAllocation::IsAllowed());
builtin-deserializer.cc 52 DCHECK(!AllowHeapAllocation::IsAllowed());
146 DCHECK(!AllowHeapAllocation::IsAllowed());
177 DCHECK(!AllowHeapAllocation::IsAllowed());
serializer-common.h 67 DCHECK(!AllowHeapAllocation::IsAllowed());
73 DCHECK(!AllowHeapAllocation::IsAllowed());
81 DCHECK(!AllowHeapAllocation::IsAllowed());
  /external/v8/src/compiler/
js-heap-broker.cc 733 AllowHeapAllocation heap_allocation;
813 AllowHeapAllocation
829 AllowHeapAllocation allow_heap_allocation;
903 AllowHeapAllocation allow_heap_allocation;
    [all...]
code-generator.cc 736 AllowHeapAllocation allocation;
    [all...]
js-typed-lowering.cc 549 AllowHeapAllocation allow_heap_allocation;
    [all...]
  /external/v8/src/runtime/
runtime-compiler.cc 152 DCHECK(AllowHeapAllocation::IsAllowed());
  /external/v8/src/builtins/
builtins-array.cc 552 AllowHeapAllocation allow_allocation;
574 AllowHeapAllocation allow_allocation;
585 AllowHeapAllocation allow_allocation;
    [all...]
builtins-string.cc 415 AllowHeapAllocation allocate_error_and_return;
  /external/v8/src/heap/
heap.cc 635 AllowHeapAllocation for_the_first_part_of_prologue;
656 DCHECK(!AllowHeapAllocation::IsAllowed() && gc_state_ == NOT_IN_GC);
969 AllowHeapAllocation for_the_rest_of_the_epilogue;
    [all...]
heap-inl.h 121 DCHECK(AllowHeapAllocation::IsAllowed());
  /external/v8/src/debug/
debug.cc     [all...]

Completed in 4789 milliseconds