HomeSort by relevance Sort by last modified time
    Searched defs:allow_allocation (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
heap-inl.h 561 inline bool Heap::allow_allocation(bool new_state) { function in class:v8::internal::Heap
762 old_state_ = HEAP->allow_allocation(false);
767 HEAP->allow_allocation(old_state_);
772 old_state_ = HEAP->allow_allocation(true);
777 HEAP->allow_allocation(old_state_);
heap.cc 386 allow_allocation(false);
416 allow_allocation(true);
872 { DisableAssertNoAllocation allow_allocation; local
    [all...]
  /external/chromium_org/v8/src/
heap.cc 1019 { AllowHeapAllocation allow_allocation; local
    [all...]

Completed in 102 milliseconds