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

  /external/v8/src/
serialize.cc 670 AlwaysAllocateScope always_allocate; local
702 AlwaysAllocateScope always_allocate; local
    [all...]
heap.h 506 bool always_allocate() { return always_allocate_scope_depth_ != 0; } function in class:v8::internal::Heap
    [all...]
mark-compact.cc 2908 AlwaysAllocateScope always_allocate; local
    [all...]
  /external/v8/test/cctest/
test-heap.cc 895 CHECK(!HEAP->always_allocate());
906 CHECK(!HEAP->always_allocate());
1205 AlwaysAllocateScope always_allocate; local
1265 AlwaysAllocateScope always_allocate; local
    [all...]
test-api.cc 13958 i::AlwaysAllocateScope always_allocate; local
13978 i::AlwaysAllocateScope always_allocate; local
14002 i::AlwaysAllocateScope always_allocate; local
    [all...]

Completed in 99 milliseconds